Home
last modified time | relevance | path

Searched refs:GetDirectBufferPointer (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc689 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
694 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
700 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
706 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
748 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
753 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
759 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
765 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
771 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
Dcoded_stream.h172 bool GetDirectBufferPointer(const void** data, int* size);
600 bool GetDirectBufferPointer(void** data, int* size);
Dcoded_stream.cc191 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedInputStream
558 bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedOutputStream