OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:total_bytes_limit_
(Results
1 - 16
of
16
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream.cc
105
int closest_limit = min(current_limit_,
total_bytes_limit_
);
164
total_bytes_limit_
= max(current_position, total_bytes_limit);
175
if (
total_bytes_limit_
== INT_MAX) return -1;
176
return
total_bytes_limit_
- CurrentPosition();
181
"big (more than " <<
total_bytes_limit_
209
int closest_limit = min(current_limit_,
total_bytes_limit_
);
259
int closest_limit = min(current_limit_,
total_bytes_limit_
);
392
// we hit
total_bytes_limit_
, which, unlike normal limits, is not a
395
if (current_position >=
total_bytes_limit_
) {
396
// Hit
total_bytes_limit_
. But if we also hit the normal limit
[
all
...]
coded_stream.h
508
int
total_bytes_limit_
;
member in class:google::protobuf::io::CodedInputStream
535
// current_limit_ or
total_bytes_limit_
changes.
538
// Writes an error message saying that we hit
total_bytes_limit_
.
[
all
...]
coded_stream_unittest.cc
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
493
int
total_bytes_limit_
;
member in class:google::protobuf::io::CodedInputStream
520
// current_limit_ or
total_bytes_limit_
changes.
523
// Writes an error message saying that we hit
total_bytes_limit_
.
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h
493
int
total_bytes_limit_
;
member in class:google::protobuf::io::CodedInputStream
520
// current_limit_ or
total_bytes_limit_
changes.
523
// Writes an error message saying that we hit
total_bytes_limit_
.
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h
493
int
total_bytes_limit_
;
member in class:google::protobuf::io::CodedInputStream
520
// current_limit_ or
total_bytes_limit_
changes.
523
// Writes an error message saying that we hit
total_bytes_limit_
.
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
493
int
total_bytes_limit_
;
member in class:google::protobuf::io::CodedInputStream
520
// current_limit_ or
total_bytes_limit_
changes.
523
// Writes an error message saying that we hit
total_bytes_limit_
.
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
547
int
total_bytes_limit_
;
member in class:google::protobuf::io::CodedInputStream
575
// current_limit_ or
total_bytes_limit_
changes.
578
// Writes an error message saying that we hit
total_bytes_limit_
.
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/lib/
libprotobuf-lite.a
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/lib/
libprotobuf-lite.a
[
all
...]
libprotobuf.a
[
all
...]
/prebuilts/misc/windows/protobuf2.5/lib/
libprotobuf-lite.a
[
all
...]
libprotobuf.a
[
all
...]
libprotoc.a
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/lib/
libprotobuf-lite.a
[
all
...]
libprotobuf.a
[
all
...]
Completed in 1721 milliseconds