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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 249 inline std::pair<uint32, bool> ReadTagWithCutoff(uint32 cutoff)
278 // If the last call to ReadTag() or ReadTagWithCutoff() returned the
484 uint32 last_tag_; // result of last ReadTag() or ReadTagWithCutoff().
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 246 ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
598 ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]

Completed in 348 milliseconds