Searched refs:HasOneof (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | arena_unittest.cc | 910 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()
|
D | message.h | 439 virtual bool HasOneof(const Message& /*message*/, in HasOneof() function
|
D | generated_message_reflection.h | 222 bool HasOneof(const Message& message,
|
D | text_format.cc | 498 if (oneof != NULL && reflection->HasOneof(*message, oneof)) { in ConsumeField()
|
D | generated_message_reflection.cc | 2104 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/ |
D | message.cc | 773 !reflection->HasOneof(*message, field->containing_oneof()) || in CheckAndGetInteger()
|