Home
last modified time | relevance | path

Searched refs:PB_OSTREAM_SIZING (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/third_party/nanopb/
Dpb_encode.h101 #define PB_OSTREAM_SIZING {0,0,0,0,0} macro
103 #define PB_OSTREAM_SIZING {0,0,0,0} macro
Dpb_encode.c143 pb_ostream_t sizestream = PB_OSTREAM_SIZING; in encode_array()
403 pb_ostream_t stream = PB_OSTREAM_SIZING; in pb_get_encoded_size()
524 pb_ostream_t substream = PB_OSTREAM_SIZING; in pb_encode_submessage()
/external/nanopb-c/
Dpb_encode.h107 #define PB_OSTREAM_SIZING {0,0,0,0,0} macro
109 #define PB_OSTREAM_SIZING {0,0,0,0} macro
Dpb_encode.c156 pb_ostream_t sizestream = PB_OSTREAM_SIZING; in encode_array()
535 pb_ostream_t stream = PB_OSTREAM_SIZING; in pb_get_encoded_size()
685 pb_ostream_t substream = PB_OSTREAM_SIZING; in pb_encode_submessage()