HomeSort by relevance Sort by last modified time
    Searched refs:LastTagWas (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 219 // 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.
    [all...]
coded_stream_unittest.cc 204 EXPECT_TRUE(coded_input.LastTagWas(expected_value));
205 EXPECT_FALSE(coded_input.LastTagWas(expected_value + 1));
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 135 if (!input->LastTagWas(WireFormatLite::MakeTag(
wire_format_lite_inl.h 351 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
379 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
wire_format.cc 120 if (!input->LastTagWas(WireFormatLite::MakeTag(
    [all...]

Completed in 151 milliseconds