Searched refs:FindField (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 71 const Field* FindField(const Type& type, const std::string& name) { in FindField() function in google::protobuf::util::__anon8c384fe20111::DescriptorPoolTypeResolverTest 83 const Field* field = FindField(type, name); in HasField() 93 const Field* field = FindField(type, name); in CheckFieldTypeUrl() 102 const Field* field = FindField(type, name); in FieldInOneof() 111 const Field* field = FindField(type, name); in IsPacked() 374 const Field* field = FindField(type, "field1"); in TEST_F() 425 EXPECT_EQ("optionalInt32", FindField(type, "optional_int32")->json_name()); in TEST_F() 431 EXPECT_EQ("@value", FindField(type, "value")->json_name()); in TEST_F()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | type_info.h | 78 virtual const google::protobuf::Field* FindField(
|
D | type_info.cc | 108 const google::protobuf::Field* FindField( in FindField() function in google::protobuf::util::converter::__anon208a6e4c0111::TypeInfoForTypeResolver
|
D | proto_writer.cc | 767 typeinfo_->FindField(&e->type(), unnormalized_name); in Lookup()
|