Searched refs:FindFieldByCamelcaseName (Results 1 – 5 of 5) sorted by relevance
211 field->containing_type()->FindFieldByCamelcaseName( in FieldConstantName()
1142 message_->FindFieldByCamelcaseName("fooFoo")); in TEST_F()1144 message_->FindFieldByCamelcaseName("fooBar")); in TEST_F()1146 message_->FindFieldByCamelcaseName("fooBaz")); in TEST_F()1147 EXPECT_TRUE(message_->FindFieldByCamelcaseName("foo_foo") == NULL); in TEST_F()1148 EXPECT_TRUE(message_->FindFieldByCamelcaseName("FooBar") == NULL); in TEST_F()1149 EXPECT_TRUE(message_->FindFieldByCamelcaseName("barFoo") == NULL); in TEST_F()1150 EXPECT_TRUE(message_->FindFieldByCamelcaseName("nosuchfield") == NULL); in TEST_F()
588 inline const FieldDescriptor* FindFieldByCamelcaseName(833 inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName( in FindFieldByCamelcaseName() function in google::protobuf::FileDescriptorTables1346 Descriptor::FindFieldByCamelcaseName(const string& key) const { in FindFieldByCamelcaseName() function in google::protobuf::Descriptor1348 file()->tables_->FindFieldByCamelcaseName(this, key); in FindFieldByCamelcaseName()1403 file()->tables_->FindFieldByCamelcaseName(this, key); in FindExtensionByCamelcaseName()1539 const FieldDescriptor* result = tables_->FindFieldByCamelcaseName(this, key); in FindExtensionByCamelcaseName()
244 const FieldDescriptor* FindFieldByCamelcaseName(
942 return GetDescriptor(self)->FindFieldByCamelcaseName(name); in GetByCamelcaseName()