OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:composite_fields
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/python/google/protobuf/pyext/
message.cc
482
if (self->
composite_fields
) {
486
while (PyDict_Next(self->
composite_fields
, &pos, &key, &field)) {
787
PyObject* child_message = cmessage->
composite_fields
?
788
PyDict_GetItemString(cmessage->
composite_fields
, field_name) : NULL;
798
return PyDict_DelItemString(cmessage->
composite_fields
, field_name);
[
all
...]
message.h
109
PyObject*
composite_fields
;
member in struct:google::protobuf::python::CMessage
112
// Similar to
composite_fields
, acting as a cache, but also contains the
170
// submessage as the result is cached in
composite_fields
.
Completed in 88 milliseconds