OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytesUntilTotalBytesLimit
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc
692
EXPECT_EQ(sizeof(kRawBytes), coded_input.
BytesUntilTotalBytesLimit
());
697
coded_input.
BytesUntilTotalBytesLimit
());
859
EXPECT_EQ(sizeof(buffer_), coded_input.
BytesUntilTotalBytesLimit
());
[
all
...]
coded_stream.cc
174
int CodedInputStream::
BytesUntilTotalBytesLimit
() const {
coded_stream.h
372
int
BytesUntilTotalBytesLimit
() const;
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h
379
int
BytesUntilTotalBytesLimit
() const;
[
all
...]
/external/protobuf/src/google/protobuf/
wire_format_lite_inl.h
355
// We determine the bound by calling
BytesUntilTotalBytesLimit
() and
363
int64 bytes_limit = input->
BytesUntilTotalBytesLimit
();
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h
357
// We determine the bound by calling
BytesUntilTotalBytesLimit
() and
365
int64 bytes_limit = input->
BytesUntilTotalBytesLimit
();
[
all
...]
Completed in 1076 milliseconds