Home
last modified time | relevance | path

Searched refs:SkipLastField (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs467 input.SkipLastField(); // Should consume the whole group, including the nested one. in SkipGroup()
498 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in SkipGroup_WrongEndGroupTag()
515 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in RogueEndGroupTag()
533 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in EndOfStreamReachedWhileSkippingGroup()
555 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in RecursionLimitAppliedWhileSkippingGroup()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs517 input.SkipLastField(); // Should consume the whole group, including the nested one. in SkipGroup()
548 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in SkipGroup_WrongEndGroupTag()
565 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in RogueEndGroupTag()
583 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in EndOfStreamReachedWhileSkippingGroup()
605 Assert.Throws<InvalidProtocolBufferException>(input.SkipLastField); in RecursionLimitAppliedWhileSkippingGroup()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/HelloworldXamarin/
DHelloworld.cs150 input.SkipLastField(); in MergeFrom()
270 input.SkipLastField(); in MergeFrom()
/external/protobuf/csharp/src/Google.Protobuf/
DUnknownFieldSet.cs250 input.SkipLastField(); in MergeFieldFrom()
DCodedInputStream.cs411 public void SkipLastField() in SkipLastField() method in Google.Protobuf.CodedInputStream
467 SkipLastField(); in SkipGroup()
DFieldCodec.cs554 input.SkipLastField();
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs657 input.SkipLastField(); in MergeFrom()