Searched refs:consumebytes (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 7761 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, in consumebytes() function 7774 consumebytes(d, buf, avail); in getbytes_slow() 7781 consumebytes(d, (char *)buf + avail, bytes); in getbytes_slow() 7798 consumebytes(d, buf, bytes); in getbytes()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 8473 UPB_FORCEINLINE static void consumebytes(upb_pbdecoder *d, void *buf, in consumebytes() function 8486 consumebytes(d, buf, avail); in getbytes_slow() 8493 consumebytes(d, (char *)buf + avail, bytes); in getbytes_slow() 8510 consumebytes(d, buf, bytes); in getbytes()
|