HomeSort by relevance Sort by last modified time
    Searched refs:GetDirectBufferPointer (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 903 // GetDirectBufferPointer
912 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
917 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
923 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
929 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size))
    [all...]
coded_stream.cc 251 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) {
675 bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) {
coded_stream.h 191 bool GetDirectBufferPointer(const void** data, int* size);
193 // Like GetDirectBufferPointer, but this method is inlined, and does not
684 // mainly useful with GetDirectBufferPointer().
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 188 bool GetDirectBufferPointer(const void** data, int* size);
190 // Like GetDirectBufferPointer, but this method is inlined, and does not
617 // mainly useful with GetDirectBufferPointer().
628 bool GetDirectBufferPointer(void** data, int* size);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 188 bool GetDirectBufferPointer(const void** data, int* size);
190 // Like GetDirectBufferPointer, but this method is inlined, and does not
617 // mainly useful with GetDirectBufferPointer().
628 bool GetDirectBufferPointer(void** data, int* size);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 188 bool GetDirectBufferPointer(const void** data, int* size);
190 // Like GetDirectBufferPointer, but this method is inlined, and does not
617 // mainly useful with GetDirectBufferPointer().
628 bool GetDirectBufferPointer(void** data, int* size);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 191 bool GetDirectBufferPointer(const void** data, int* size);
193 // Like GetDirectBufferPointer, but this method is inlined, and does not
684 // mainly useful with GetDirectBufferPointer().
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 188 bool GetDirectBufferPointer(const void** data, int* size);
190 // Like GetDirectBufferPointer, but this method is inlined, and does not
617 // mainly useful with GetDirectBufferPointer().
628 bool GetDirectBufferPointer(void** data, int* size);
    [all...]
  /external/tensorflow/tensorflow/core/util/
example_proto_fast_parsing.cc 55 if (!stream->GetDirectBufferPointer(&ptr, &size)) return 0;
274 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) {
    [all...]

Completed in 255 milliseconds