OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_messages
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc
90
return PyList_GET_SIZE(self->
child_messages
);
104
Py_ssize_t child_length = PyList_GET_SIZE(self->
child_messages
);
118
if (PyList_Append(self->
child_messages
, py_cmsg.get()) < 0) {
155
if (PyList_Append(self->
child_messages
, py_cmsg) < 0) {
173
if (PyList_Append(self->
child_messages
, py_cmsg) < 0) {
237
return PyObject_GetItem(self->
child_messages
, slice);
256
self->
child_messages
) < 0) {
274
return PySequence_DelSlice(self->
child_messages
, from, to);
280
return PySequence_DelItem(self->
child_messages
, from);
291
Py_ssize_t index = PySequence_Index(self->
child_messages
, value)
[
all
...]
repeated_composite_container.h
67
// done both on the 'message' and on the '
child_messages
'
69
// '
child_messages
' are owner by the 'owner'.
102
PyObject*
child_messages
;
member in struct:google::protobuf::python::RepeatedCompositeContainer
message.cc
[
all
...]
Completed in 100 milliseconds