Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc183 field->containing_type()->FindFieldByCamelcaseName( in FieldConstantName()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc895 message_->FindFieldByCamelcaseName("fooFoo")); in TEST_F()
897 message_->FindFieldByCamelcaseName("fooBar")); in TEST_F()
899 message_->FindFieldByCamelcaseName("fooBaz")); in TEST_F()
900 EXPECT_TRUE(message_->FindFieldByCamelcaseName("foo_foo") == NULL); in TEST_F()
901 EXPECT_TRUE(message_->FindFieldByCamelcaseName("FooBar") == NULL); in TEST_F()
902 EXPECT_TRUE(message_->FindFieldByCamelcaseName("barFoo") == NULL); in TEST_F()
903 EXPECT_TRUE(message_->FindFieldByCamelcaseName("nosuchfield") == NULL); in TEST_F()
Ddescriptor.cc531 inline const FieldDescriptor* FindFieldByCamelcaseName(
741 inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName( in FindFieldByCamelcaseName() function in google::protobuf::FileDescriptorTables
1200 Descriptor::FindFieldByCamelcaseName(const string& key) const { in FindFieldByCamelcaseName() function in google::protobuf::Descriptor
1202 file()->tables_->FindFieldByCamelcaseName(this, key); in FindFieldByCamelcaseName()
1257 file()->tables_->FindFieldByCamelcaseName(this, key); in FindExtensionByCamelcaseName()
1388 const FieldDescriptor* result = tables_->FindFieldByCamelcaseName(this, key); in FindExtensionByCamelcaseName()
Ddescriptor.h194 const FieldDescriptor* FindFieldByCamelcaseName(