Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs72 …alue(new ObjectIntPair<Type>(target, WireFormat.GetTagFieldNumber(stream.LastTag)), out extension); in ContainsInputField()
DUnknownFieldSet.cs188 uint tag = input.LastTag; in MergeFieldFrom()
DExtensionSet.cs185 int lastFieldNumber = WireFormat.GetTagFieldNumber(stream.LastTag);
DCodedInputStream.cs243 internal uint LastTag { get { return lastTag; } } property in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/
Dmessage_lite.cc248 GOOGLE_DCHECK(ctx.LastTag() != 1); // We can't end on a pushed limit. in MergePartialFromCodedStream()
250 input->SetLastTag(ctx.LastTag()); in MergePartialFromCodedStream()
Dparse_context.h180 uint32 LastTag() const { return last_tag_minus_1_ + 1; } in LastTag() function
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs100 uint tag = input.LastTag; in AddEntriesFrom()