Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/pb/
Ddecoder.c193 return DECODE_OK; in skip()
267 return DECODE_OK; in upb_pbdecoder_resume()
348 return DECODE_OK; in getbytes_slow()
365 return DECODE_OK; in getbytes()
411 return DECODE_OK; in upb_pbdecoder_decode_varint_slow()
420 return DECODE_OK; in decode_varint()
430 return DECODE_OK; in decode_varint()
453 return DECODE_OK; in decode_v32()
526 return DECODE_OK; in upb_pbdecoder_checktag_slow()
592 return DECODE_OK; in upb_pbdecoder_skipunknown()
[all …]
Ddecoder.int.h280 #define DECODE_OK -1 macro
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7123 return DECODE_OK; in skip()
7197 return DECODE_OK; in upb_pbdecoder_resume()
7278 return DECODE_OK; in getbytes_slow()
7295 return DECODE_OK; in getbytes()
7341 return DECODE_OK; in upb_pbdecoder_decode_varint_slow()
7350 return DECODE_OK; in decode_varint()
7360 return DECODE_OK; in decode_varint()
7383 return DECODE_OK; in decode_v32()
7456 return DECODE_OK; in upb_pbdecoder_checktag_slow()
7522 return DECODE_OK; in upb_pbdecoder_skipunknown()
[all …]
Dupb.h6225 #define DECODE_OK -1