Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dparse_context.h191 void SetLastTag(uint32 tag) { last_tag_minus_1_ = tag - 1; } in SetLastTag() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h328 void SetLastTag(uint32 tag) { last_tag_ = tag; } in SetLastTag() function