Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dparse_context.h197 void SetLastTag(uint32_t tag) { in SetLastTag() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dparse_context.h195 void SetLastTag(uint32_t tag) { last_tag_minus_1_ = tag - 1; } in SetLastTag() function
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h320 void SetLastTag(uint32_t tag) { last_tag_ = tag; } in SetLastTag() function
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h343 void SetLastTag(uint32_t tag) { last_tag_ = tag; } in SetLastTag() function