OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDirectBufferPointer
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc
680
//
GetDirectBufferPointer
689
EXPECT_TRUE(coded_input.
GetDirectBufferPointer
(&ptr, &size));
694
EXPECT_TRUE(coded_input.
GetDirectBufferPointer
(&ptr, &size));
700
EXPECT_TRUE(coded_input.
GetDirectBufferPointer
(&ptr, &size));
706
EXPECT_TRUE(coded_input.
GetDirectBufferPointer
(&ptr, &size));
748
EXPECT_TRUE(coded_output.
GetDirectBufferPointer
(&ptr, &size));
753
EXPECT_TRUE(coded_output.
GetDirectBufferPointer
(&ptr, &size));
759
EXPECT_TRUE(coded_output.
GetDirectBufferPointer
(&ptr, &size));
765
EXPECT_TRUE(coded_output.
GetDirectBufferPointer
(&ptr, &size));
771
EXPECT_TRUE(coded_output.
GetDirectBufferPointer
(&ptr, &size))
[
all
...]
coded_stream.h
172
bool
GetDirectBufferPointer
(const void** data, int* size);
174
// Like
GetDirectBufferPointer
, but this method is inlined, and does not
589
// mainly useful with
GetDirectBufferPointer
().
600
bool
GetDirectBufferPointer
(void** data, int* size);
[
all
...]
coded_stream.cc
191
bool CodedInputStream::
GetDirectBufferPointer
(const void** data, int* size) {
558
bool CodedOutputStream::
GetDirectBufferPointer
(void** data, int* size) {
Completed in 25 milliseconds