Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Drepeated_composite_container.cc104 Py_ssize_t child_length = PyList_GET_SIZE(self->child_messages); in UpdateChildMessages() local
107 for (Py_ssize_t i = child_length; i < message_length; ++i) { in UpdateChildMessages()