Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc71 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/
Dtype_info.h78 virtual const google::protobuf::Field* FindField(
Dtype_info.cc108 const google::protobuf::Field* FindField( in FindField() function in google::protobuf::util::converter::__anon208a6e4c0111::TypeInfoForTypeResolver
Dproto_writer.cc767 typeinfo_->FindField(&e->type(), unnormalized_name); in Lookup()