Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena_unittest.cc910 EXPECT_TRUE(refl->HasOneof(*message, oneof)); in TEST()
912 EXPECT_FALSE(refl->HasOneof(*message, oneof)); in TEST()
915 EXPECT_TRUE(refl->HasOneof(*message, oneof)); in TEST()
917 EXPECT_FALSE(refl->HasOneof(*message, oneof)); in TEST()
919 EXPECT_TRUE(refl->HasOneof(*message, oneof)); in TEST()
921 EXPECT_FALSE(refl->HasOneof(*message, oneof)); in TEST()
Dmessage.h439 virtual bool HasOneof(const Message& /*message*/, in HasOneof() function
Dgenerated_message_reflection.h222 bool HasOneof(const Message& message,
Dtext_format.cc498 if (oneof != NULL && reflection->HasOneof(*message, oneof)) { in ConsumeField()
Dgenerated_message_reflection.cc2104 inline bool GeneratedMessageReflection::HasOneof( in HasOneof() function in google::protobuf::internal::GeneratedMessageReflection
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc773 !reflection->HasOneof(*message, field->containing_oneof()) || in CheckAndGetInteger()