Searched refs:FindFieldByCamelcaseName (Results 1 – 4 of 4) sorted by relevance
183 field->containing_type()->FindFieldByCamelcaseName( in FieldConstantName()
895 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()
531 inline const FieldDescriptor* FindFieldByCamelcaseName(741 inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName( in FindFieldByCamelcaseName() function in google::protobuf::FileDescriptorTables1200 Descriptor::FindFieldByCamelcaseName(const string& key) const { in FindFieldByCamelcaseName() function in google::protobuf::Descriptor1202 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()
194 const FieldDescriptor* FindFieldByCamelcaseName(