Home
last modified time | relevance | path

Searched refs:MaybeConsumeTag (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs120 } while (input.MaybeConsumeTag(tag)); in AddEntriesFrom()
DMapField.cs428 } while (input.MaybeConsumeTag(codec.MapTag)); in AddEntriesFrom()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs674 public bool MaybeConsumeTag(uint tag) in MaybeConsumeTag() method in Google.Protobuf.CodedInputStream