Searched refs:GetDirectBufferPointer (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/io/ |
D | coded_stream_unittest.cc | 689 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()
|
D | coded_stream.h | 172 bool GetDirectBufferPointer(const void** data, int* size); 600 bool GetDirectBufferPointer(void** data, int* size);
|
D | coded_stream.cc | 191 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
|