Home
last modified time | relevance | path

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

/external/protobuf/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()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1077 ULONGLONG child_length; in GetFunctionStackParamSize() local
1078 if (FAILED(child_type->get_length(&child_length))) { in GetFunctionStackParamSize()
1082 int child_end = child_register_offset + static_cast<ULONG>(child_length); in GetFunctionStackParamSize()