Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc317 bool* was_created) { in NewInternedDescriptor() argument
318 if (was_created) { in NewInternedDescriptor()
319 *was_created = false; in NewInternedDescriptor()
357 if (was_created) { in NewInternedDescriptor()
358 *was_created = true; in NewInternedDescriptor()
1404 bool was_created; in PyFileDescriptor_FromDescriptorWithSerializedPb() local
1406 &PyFileDescriptor_Type, file_descriptor, &was_created); in PyFileDescriptor_FromDescriptorWithSerializedPb()
1410 if (was_created) { in PyFileDescriptor_FromDescriptorWithSerializedPb()