Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc95 struct DescriptorContainerDef { struct
96 const char* mapping_name;
98 CountMethod count_fn;
101 GetByIndexMethod get_by_index_fn;
104 GetByNameMethod get_by_name_fn;
107 GetByCamelcaseNameMethod get_by_camelcase_name_fn;
110 GetByNumberMethod get_by_number_fn;
112 NewObjectFromItemMethod new_object_from_item_fn;
114 GetItemNameMethod get_item_name_fn;
117 GetItemCamelcaseNameMethod get_item_camelcase_name_fn;
[all …]