Home
last modified time | relevance | path

Searched defs:camelcase_name (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/protobuf/python/google/protobuf/
Ddescriptor.py610 def camelcase_name(self): member in FieldDescriptor
/external/protobuf/python/google/protobuf/
Ddescriptor.py614 def camelcase_name(self): member in FieldDescriptor
/external/protobuf/src/google/protobuf/
Ddescriptor.h2260 inline const std::string& FieldDescriptor::camelcase_name() const { in camelcase_name() function
Ddescriptor.cc435 std::string camelcase_name = ToCamelCase(name, /* lower_first = */ true); in PlanFieldNames() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.h2260 inline const std::string& FieldDescriptor::camelcase_name() const { in camelcase_name() function
Ddescriptor.cc428 std::string camelcase_name = ToCamelCase(name, /* lower_first = */ true); in PlanFieldNames() local
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc183 char* camelcase_name; in _GetItemByKey() local
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc183 char* camelcase_name; in _GetItemByKey() local