HomeSort by relevance Sort by last modified time
    Searched refs:ScalarMapContainer_Type (Results 1 - 3 of 3) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
map_container.h 118 extern PyObject *ScalarMapContainer_Type;
122 extern PyTypeObject ScalarMapContainer_Type;
map_container.cc 405 reinterpret_cast<PyTypeObject *>(ScalarMapContainer_Type), 0));
407 ScopedPyObjectPtr obj(PyType_GenericAlloc(&ScalarMapContainer_Type, 0));
557 PyObject *ScalarMapContainer_Type;
565 PyTypeObject ScalarMapContainer_Type = {
    [all...]
message.cc     [all...]

Completed in 65 milliseconds