Searched refs:GetDirectBufferPointer (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/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); 695 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 675 bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedOutputStream
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 57 if (!stream->GetDirectBufferPointer(&ptr, &size)) return 0; in PeekTag() 296 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()
|