Home
last modified time | relevance | path

Searched refs:GetDirectBufferPointer (Results 1 – 4 of 4) 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.h191 bool GetDirectBufferPointer(const void** data, int* size);
695 bool GetDirectBufferPointer(void** data, int* size);
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
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc57 if (!stream->GetDirectBufferPointer(&ptr, &size)) return 0; in PeekTag()
296 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()