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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 242 // the last tag value, which can be checked with LastTagWas().
281 // call to LastTagWas() will act as if ReadTag() had been called and returned
292 // tag to make sure it had the right number, so it calls LastTagWas() on
294 bool LastTagWas(uint32 expected);
522 // LastTagWas() stuff.
    [all...]
coded_stream_unittest.cc 217 EXPECT_TRUE(coded_input.LastTagWas(expected_value));
218 EXPECT_FALSE(coded_input.LastTagWas(expected_value + 1));
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 145 if (!input->LastTagWas(WireFormatLite::MakeTag(
200 if (!input->LastTagWas(WireFormatLite::MakeTag(
wire_format_lite_inl.h 439 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
476 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
487 input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP));
    [all...]
wire_format.cc 112 if (!input->LastTagWas(WireFormatLite::MakeTag(
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 235 // 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.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 235 // 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.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 235 // 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.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 242 // the last tag value, which can be checked with LastTagWas().
281 // call to LastTagWas() will act as if ReadTag() had been called and returned
292 // tag to make sure it had the right number, so it calls LastTagWas() on
294 bool LastTagWas(uint32 expected);
522 // LastTagWas() stuff.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 235 // 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.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 439 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
476 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
487 input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP));
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 350 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
390 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 350 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
390 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 350 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
390 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 350 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
390 if (!input->LastTagWas(MakeTag(field_number, WIRETYPE_END_GROUP))) {
    [all...]

Completed in 76 milliseconds