HomeSort by relevance Sort by last modified time
    Searched defs:TestRecursiveMessage (Results 1 - 2 of 2) sorted by null

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 37 import protobuf_unittest.UnittestProto.TestRecursiveMessage;
440 private TestRecursiveMessage makeRecursiveMessage(int depth) {
442 return TestRecursiveMessage.newBuilder().setI(5).build();
444 return TestRecursiveMessage.newBuilder()
449 private void assertMessageDepth(TestRecursiveMessage message, int depth) {
463 assertMessageDepth(TestRecursiveMessage.parseFrom(data100), 100);
466 TestRecursiveMessage.parseFrom(data101);
475 TestRecursiveMessage.parseFrom(input);
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs 163 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestRecursiveMessage), global::Google.Protobuf.TestProtos.TestRecursiveMessage.Parser, new[]{ "A", "I" }, null, null, null),
    [all...]

Completed in 78 milliseconds