Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/
Ddescriptor.py596 def camelcase_name(self): member in FieldDescriptor
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc191 char* camelcase_name; in _GetItemByKey() local