Home
last modified time | relevance | path

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

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