Searched refs:FindFieldByCamelcaseName (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc167 field->containing_type()->FindFieldByCamelcaseName(
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc183 field->containing_type()->FindFieldByCamelcaseName(
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc797 message_->FindFieldByCamelcaseName("fooFoo"));
799 message_->FindFieldByCamelcaseName("fooBar"));
801 message_->FindFieldByCamelcaseName("fooBaz"));
802 EXPECT_TRUE(message_->FindFieldByCamelcaseName("foo_foo") == NULL);
803 EXPECT_TRUE(message_->FindFieldByCamelcaseName("FooBar") == NULL);
804 EXPECT_TRUE(message_->FindFieldByCamelcaseName("barFoo") == NULL);
805 EXPECT_TRUE(message_->FindFieldByCamelcaseName("nosuchfield") == NULL);
H A Ddescriptor.cc511 inline const FieldDescriptor* FindFieldByCamelcaseName(
702 inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName( function in class:google::protobuf::FileDescriptorTables
1119 Descriptor::FindFieldByCamelcaseName(const string& key) const { function in class:google::protobuf::Descriptor
1121 file()->tables_->FindFieldByCamelcaseName(this, key);
1165 file()->tables_->FindFieldByCamelcaseName(this, key);
1296 const FieldDescriptor* result = tables_->FindFieldByCamelcaseName(this, key);
H A Ddescriptor.h190 const FieldDescriptor* FindFieldByCamelcaseName(
254 // Similar to FindFieldByCamelcaseName(), but finds extensions defined within
417 // This (and especially the FindFieldByCamelcaseName() method) can be useful
972 // Descriptor::FindFieldByCamelcaseName().
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc795 message_->FindFieldByCamelcaseName("fooFoo"));
797 message_->FindFieldByCamelcaseName("fooBar"));
799 message_->FindFieldByCamelcaseName("fooBaz"));
800 EXPECT_TRUE(message_->FindFieldByCamelcaseName("foo_foo") == NULL);
801 EXPECT_TRUE(message_->FindFieldByCamelcaseName("FooBar") == NULL);
802 EXPECT_TRUE(message_->FindFieldByCamelcaseName("barFoo") == NULL);
803 EXPECT_TRUE(message_->FindFieldByCamelcaseName("nosuchfield") == NULL);
H A Ddescriptor.h171 const FieldDescriptor* FindFieldByCamelcaseName(
235 // Similar to FindFieldByCamelcaseName(), but finds extensions defined within
387 // This (and especially the FindFieldByCamelcaseName() method) can be useful
865 // Descriptor::FindFieldByCamelcaseName().
H A Ddescriptor.cc452 inline const FieldDescriptor* FindFieldByCamelcaseName(
610 inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName( function in class:google::protobuf::FileDescriptorTables
1028 Descriptor::FindFieldByCamelcaseName(const string& key) const { function in class:google::protobuf::Descriptor
1030 file()->tables_->FindFieldByCamelcaseName(this, key);
1074 file()->tables_->FindFieldByCamelcaseName(this, key);
1205 const FieldDescriptor* result = tables_->FindFieldByCamelcaseName(this, key);

Completed in 1419 milliseconds