Searched defs:ParseField (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 343 const char* ExtensionSet::ParseField(uint64 tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet 372 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet 515 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseMessageSetItem() function
|
D | extension_set.cc | 1184 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet 1199 const char* ExtensionSet::ParseField(uint64 tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet 1396 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet 1403 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet 1437 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseMessageSetItemLite() function
|
D | wire_format.cc | 640 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
|
D | text_format.cc | 296 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
|
/third_party/grpc/src/cpp/ext/filters/census/ |
D | rpc_encoding.h | 125 static size_t ParseField(absl::string_view buf, GrpcTraceContext* tc) { in ParseField() function
|
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 739 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser
|