Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs111 internal uint LastTag { get { return state.lastTag; } } property
DCodedInputStream.cs216 internal uint LastTag { get { return state.lastTag; } } property in Google.Protobuf.CodedInputStream
/third_party/protobuf/src/google/protobuf/
Dparse_context.h183 uint32 LastTag() const { return last_tag_minus_1_ + 1; } in LastTag() function