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

  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 139 PyObject* py_container = repeated_composite_container::NewContainer( local
141 if (py_container == NULL) {
144 PyDict_SetItem(self->values, key, py_container);
145 return py_container;
147 PyObject* py_container = repeated_scalar_container::NewContainer( local
149 if (py_container == NULL) {
152 PyDict_SetItem(self->values, key, py_container);
153 return py_container;
message.cc 2658 PyObject* py_container = NULL; local
2683 PyObject* py_container = NULL; local
    [all...]

Completed in 212 milliseconds