Home
last modified time | relevance | path

Searched refs:extension_dict (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc53 namespace extension_dict { namespace
301 (destructor)extension_dict::dealloc, // tp_dealloc
309 &extension_dict::MpMethods, // tp_as_mapping
324 extension_dict::Methods, // tp_methods
Dextension_dict.h84 namespace extension_dict {
Dmessage.cc1463 return extension_dict::ClearExtension(self->extensions, extension); in CheckAndGetInteger()
2554 ExtensionDict* extension_dict = extension_dict::NewExtensionDict(self); in CheckAndGetInteger() local
2555 if (extension_dict == NULL) { in CheckAndGetInteger()
2558 self->extensions = extension_dict; in CheckAndGetInteger()
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py227 extension_dict = descriptor.extensions_by_name
228 for extension_name, extension_field in extension_dict.iteritems():
522 extension_dict = descriptor.extensions_by_name
523 for extension_name, extension_field in extension_dict.iteritems():
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py356 extension_dict = descriptor.extensions_by_name
357 for extension_name, extension_field in extension_dict.items():
745 extension_dict = descriptor.extensions_by_name
746 for extension_name, extension_field in extension_dict.items():
/external/protobuf/
DMakefile.in548 python/google/protobuf/pyext/extension_dict.h \
549 python/google/protobuf/pyext/extension_dict.cc \
DMakefile.am598 python/google/protobuf/pyext/extension_dict.cc \
599 python/google/protobuf/pyext/extension_dict.h \
/external/protobuf/util/
DMakefile.am598 python/google/protobuf/pyext/extension_dict.cc \
599 python/google/protobuf/pyext/extension_dict.h \