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.cc912 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
917 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
923 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
929 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
971 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
976 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
982 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
988 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
994 EXPECT_TRUE(coded_output.GetDirectBufferPointer(&ptr, &size)); in TEST_F()
Dcoded_stream.cc251 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedInputStream
675 bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedOutputStream
Dcoded_stream.h191 bool GetDirectBufferPointer(const void** data, int* size);
695 bool GetDirectBufferPointer(void** data, int* size);