Searched defs:LastTagWas (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h219 // the last tag value, which can be checked with LastTagWas().
247 // call to LastTagWas() will act as if ReadTag() had been called and returned
258 // tag to make sure it had the right number, so it calls LastTagWas() on
260 bool LastTagWas(uint32 expected);
446 // LastTagWas() stuff.
814 inline bool CodedInputStream::LastTagWas(uint32 expected) { function in class:google::protobuf::io::CodedInputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h235 // the last tag value, which can be checked with LastTagWas().
263 // call to LastTagWas() will act as if ReadTag() had been called and returned
274 // tag to make sure it had the right number, so it calls LastTagWas() on
276 bool LastTagWas(uint32 expected);
468 // LastTagWas() stuff.
853 inline bool CodedInputStream::LastTagWas(uint32 expected) { function in class:google::protobuf::io::CodedInputStream

Completed in 484 milliseconds