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

  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 896 // GetDirectBufferPointer
905 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
910 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
916 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
922 EXPECT_TRUE(coded_input.GetDirectBufferPointer(&ptr, &size));
    [all...]
coded_stream.cc 224 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) {
618 bool CodedOutputStream::GetDirectBufferPointer(void** data, int* size) {
coded_stream.h 188 bool GetDirectBufferPointer(const void** data, int* size);
190 // Like GetDirectBufferPointer, but this method is inlined, and does not
632 // mainly useful with GetDirectBufferPointer().
643 bool GetDirectBufferPointer(void** data, int* size);
    [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...]

Completed in 420 milliseconds