Home
last modified time | relevance | path

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

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