/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 414 bool GeneratedMessageReflection::HasField(const Message& message, 416 USAGE_CHECK_MESSAGE_TYPE(HasField); 417 USAGE_CHECK_SINGULAR(HasField); [all...] |
text_format.cc | 291 !field->is_repeated() && reflection->HasField(*message, field)) { 940 } else if (reflection->HasField(message, field)) { [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/ |
python-proto2.cc | 234 CMETHOD(HasField, METH_O, 602 if (!message->GetReflection()->HasField(*message, field_descriptor)) { [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
generated_message_reflection_unittest.cc | 468 reflection->HasField( 471 " Method : google::protobuf::Reflection::HasField\n"
|
message.h | 379 virtual bool HasField(const Message& message, 386 // Clear the value of a field, so that HasField() returns false or 415 // extensions. Singular fields will only be listed if HasField(field) would 509 // If the field existed (HasField() is true), then the returned pointer will [all...] |
text_format.cc | 398 !field->is_repeated() && reflection->HasField(*message, field)) { [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
cpp_message.py | 518 def HasField(self, field_name): 519 return self._cmsg.HasField(field_name)
|
/external/llvm/lib/TableGen/ |
TGParser.cpp | [all...] |