Searched refs:GetDirectBufferPointer (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/ |
D | coded_stream_unittest.cc | 912 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()
|
D | coded_stream.h | 191 bool GetDirectBufferPointer(const void** data, int* size); 708 bool GetDirectBufferPointer(void** data, int* size);
|
D | coded_stream.cc | 251 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedInputStream 714 bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedOutputStream
|