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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 489 bool legitimate_message_end_; member in class:google::protobuf::io::CodedInputStream
559 // but will set legitimate_message_end_ if we are at the end of the input
    [all...]
coded_stream.cc 149 legitimate_message_end_ = false;
398 legitimate_message_end_ = current_limit_ == total_bytes_limit_;
400 legitimate_message_end_ = true;
437 legitimate_message_end_ = true;

Completed in 1610 milliseconds