Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DJsonParserTest.cs882 string data64 = CodedInputStreamTest.MakeRecursiveMessage(64).ToString(); in MaliciousRecursion()
883 string data65 = CodedInputStreamTest.MakeRecursiveMessage(65).ToString(); in MaliciousRecursion()
886CodedInputStreamTest.AssertMessageDepth(parser64.Parse<TestRecursiveMessage>(data64), 64); in MaliciousRecursion()
DCodedInputStreamTest.cs40 public class CodedInputStreamTest class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DCodedInputStreamTest.java49 public class CodedInputStreamTest extends TestCase { class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java53 public class CodedInputStreamTest extends TestCase { class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am79 csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs \
275 java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java \