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.cc72 struct DescriptorContainerDef { struct
73 const char* mapping_name;
75 CountMethod count_fn;
78 GetByIndexMethod get_by_index_fn;
81 GetByNameMethod get_by_name_fn;
84 GetByCamelcaseNameMethod get_by_camelcase_name_fn;
87 GetByNumberMethod get_by_number_fn;
89 NewObjectFromItemMethod new_object_from_item_fn;
91 GetItemNameMethod get_item_name_fn;
94 GetItemCamelcaseNameMethod get_item_camelcase_name_fn;
[all …]