OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:read_error_
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/src/google/protobuf/io/
tokenizer.cc
193
read_error_
(false),
244
if (
read_error_
) {
262
read_error_
= true;
564
while (!
read_error_
) {
581
if (
read_error_
) break;
589
// it, so make sure to check
read_error_
explicitly before consuming
592
(!
read_error_
&& TryConsume('\0'))) {
[
all
...]
tokenizer.h
261
bool
read_error_
; // Did we previously encounter a read error?
member in class:google::protobuf::io::Tokenizer
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h
245
bool
read_error_
; // Did we previously encounter a read error?
member in class:google::protobuf::io::Tokenizer
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h
245
bool
read_error_
; // Did we previously encounter a read error?
member in class:google::protobuf::io::Tokenizer
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h
245
bool
read_error_
; // Did we previously encounter a read error?
member in class:google::protobuf::io::Tokenizer
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h
245
bool
read_error_
; // Did we previously encounter a read error?
member in class:google::protobuf::io::Tokenizer
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h
269
bool
read_error_
; // Did we previously encounter a read error?
member in class:google::protobuf::io::Tokenizer
Completed in 1201 milliseconds