HomeSort by relevance Sort by last modified time
    Searched refs:FindFieldByCamelcaseName (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 167 field->containing_type()->FindFieldByCamelcaseName(
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 795 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);
    [all...]
descriptor.h 171 const FieldDescriptor* FindFieldByCamelcaseName(
235 // Similar to FindFieldByCamelcaseName(), but finds extensions defined within
387 // This (and especially the FindFieldByCamelcaseName() method) can be useful
    [all...]
descriptor.cc 452 inline const FieldDescriptor* FindFieldByCamelcaseName(
610 inline const FieldDescriptor* FileDescriptorTables::FindFieldByCamelcaseName(
    [all...]

Completed in 49 milliseconds