Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h186 bool HasOneof(const Message& message,
Dmessage.h392 virtual bool HasOneof(const Message& /*message*/, in HasOneof() function
Dtext_format.cc451 if (oneof != NULL && reflection->HasOneof(*message, oneof)) { in ConsumeField()
Dgenerated_message_reflection.cc1560 inline bool GeneratedMessageReflection::HasOneof( in HasOneof() function in google::protobuf::internal::GeneratedMessageReflection
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc405 !reflection->HasOneof(*message, field->containing_oneof()) || in CheckAndGetInteger()