Searched defs:ConsumeFieldValue (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/encoding/messageset/ |
H A D | messageset.go | 113 func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number, message []byte, n int, err… func
|
/aosp_15_r20/external/golang-protobuf/encoding/protowire/ |
H A D | wire.go | 112 func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) { func
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 751 bool ConsumeFieldValue(Message* message, const Reflection* reflection, in ConsumeFieldValue() function in google::protobuf::TextFormat::Parser::ParserImpl
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 751 bool ConsumeFieldValue(Message* message, const Reflection* reflection, in ConsumeFieldValue() function in google::protobuf::TextFormat::Parser::ParserImpl
|