OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:legitimate_message_end_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.h
474
bool
legitimate_message_end_
;
member in class:google::protobuf::io::CodedInputStream
544
// but will set
legitimate_message_end_
if we are at the end of the input
[
all
...]
coded_stream.cc
145
legitimate_message_end_
= false;
376
legitimate_message_end_
= current_limit_ == total_bytes_limit_;
378
legitimate_message_end_
= true;
415
legitimate_message_end_
= true;
Completed in 236 milliseconds