Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc91 struct DescriptorContainerDef { struct
92 const char* mapping_name;
94 CountMethod count_fn;
97 GetByIndexMethod get_by_index_fn;
100 GetByNameMethod get_by_name_fn;
103 GetByCamelcaseNameMethod get_by_camelcase_name_fn;
106 GetByNumberMethod get_by_number_fn;
108 NewObjectFromItemMethod new_object_from_item_fn;
110 GetItemNameMethod get_item_name_fn;
113 GetItemCamelcaseNameMethod get_item_camelcase_name_fn;
[all …]