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 452 bool legitimate_message_end_; member in class:google::protobuf::io::CodedInputStream
517 // but will set legitimate_message_end_ if we are at the end of the input
    [all...]
coded_stream.cc 124 legitimate_message_end_ = false;
352 legitimate_message_end_ = current_limit_ == total_bytes_limit_;
354 legitimate_message_end_ = true;
388 legitimate_message_end_ = true;

Completed in 46 milliseconds