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.cc93 struct DescriptorContainerDef { struct
94 const char* mapping_name;
96 CountMethod count_fn;
99 GetByIndexMethod get_by_index_fn;
102 GetByNameMethod get_by_name_fn;
105 GetByCamelcaseNameMethod get_by_camelcase_name_fn;
108 GetByNumberMethod get_by_number_fn;
110 NewObjectFromItemMethod new_object_from_item_fn;
112 GetItemNameMethod get_item_name_fn;
115 GetItemCamelcaseNameMethod get_item_camelcase_name_fn;
[all …]