Searched refs:pb_decode_double_as_float (Results 1 – 6 of 6) sorted by relevance
182 bool pb_decode_double_as_float(pb_istream_t *stream, float *dest);
426 return pb_decode_double_as_float(stream, (float*)field->pData); in decode_basic_field()1662 bool pb_decode_double_as_float(pb_istream_t *stream, float *dest) in pb_decode_double_as_float() function
64 if (!pb_decode_double_as_float(stream, &value)) in read_double()163 if (!pb_decode_double_as_float(stream, &value)) in read_repeated_double()
64 if (!pb_decode_double_as_float(stream, &value)) in read_double()164 if (!pb_decode_double_as_float(stream, &value)) in read_repeated_double()
939 #### pb_decode_double_as_float subsubsection944 bool pb_decode_double_as_float(pb_istream_t *stream, float *dest);