Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.php45 public function getFooEnum() function in NamespaceA\\TableInFirstNS
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java1296 assertEquals(TestOneof2.NestedEnum.FOO, builder.getFooEnum()); in testOneofTypes()
1298 assertEquals(TestOneof2.NestedEnum.BAR, builder.getFooEnum()); in testOneofTypes()
1301 assertEquals(TestOneof2.NestedEnum.BAR, message.getFooEnum()); in testOneofTypes()
1306 assertEquals(TestOneof2.NestedEnum.FOO, message2.getFooEnum()); in testOneofTypes()
1435 assertEquals(TestOneof2.NestedEnum.BAR, message2.getFooEnum()); in testOneofMerge()
1479 assertEquals(TestOneof2.NestedEnum.BAR, message2.getFooEnum()); in testOneofSerialization()