Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc780 const FieldDescriptor* existing_field = in CheckAndGetInteger() local
782 if (existing_field->cpp_type() != FieldDescriptor::CPPTYPE_MESSAGE) { in CheckAndGetInteger()
786 const char* field_name = existing_field->name().c_str(); in CheckAndGetInteger()
795 cmessage, existing_field, child_message) < 0) { in CheckAndGetInteger()