Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.h58 typedef struct ExtensionDict { struct
64 } ExtensionDict; typedef
/external/protobuf/python/google/protobuf/internal/
Dcpp_message.py293 class ExtensionDict(object): class