Home
last modified time | relevance | path

Searched defs:LastTag (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs243 internal uint LastTag { get { return lastTag; } } property in Google.Protobuf.CodedInputStream
/external/protobuf/src/google/protobuf/
Dparse_context.h180 uint32 LastTag() const { return last_tag_minus_1_ + 1; } in LastTag() function