Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DSampleMessages.cs57 SingleForeignEnum = ForeignEnum.ForeignBar, in CreateFullTestAllTypes()
79 RepeatedForeignEnum = { ForeignEnum.ForeignFoo, ForeignEnum.ForeignBar }, in CreateFullTestAllTypes()
DJsonFormatterTest.cs80 SingleForeignEnum = ForeignEnum.ForeignBar, in AllSingleFields()
543 [TestCase(ForeignEnum.ForeignBar, "'FOREIGN_BAR'")]
DGeneratedMessageTest.cs148 SingleForeignEnum = ForeignEnum.ForeignBar, in RoundTrip_SingleValues()
182 RepeatedForeignEnum = { ForeignEnum.ForeignFoo, ForeignEnum.ForeignBar }, in RoundTrip_RepeatedValues()
DJsonParserTest.cs903 [TestCase("\"FOREIGN_BAR\"", ForeignEnum.ForeignBar)]
904 [TestCase("5", ForeignEnum.ForeignBar)]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs208 [pbr::OriginalName("FOREIGN_BAR")] ForeignBar = 1, enumerator
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs197 [pbr::OriginalName("FOREIGN_BAR")] ForeignBar = 5, enumerator