Home
last modified time | relevance | path

Searched defs:ByteBuffer (Results 1 – 25 of 98) sorted by relevance

1234

/external/google-breakpad/src/common/
Dbyte_cursor.h52 struct ByteBuffer { struct
53 ByteBuffer() : start(0), end(0) { } in ByteBuffer() argument
54 ByteBuffer(const uint8_t* set_start, size_t set_size) in ByteBuffer() function
56 ~ByteBuffer() { }; in ~ByteBuffer() argument
77 // A cursor pointing into a ByteBuffer that can parse numbers of various argument
/external/pigweed/pw_bytes/
Dbyte_builder_test.cc278 TEST(ByteBuffer, Assign) { in TEST() argument
342 TEST(ByteBuffer, Putting8ByteInts_Full) { in TEST() argument
352 TEST(ByteBuffer, Putting8ByteInts_Exhausted) { in TEST() argument
363 TEST(ByteBuffer, Putting16ByteInts_Full_kLittleEndian) { in TEST() argument
376 TEST(ByteBuffer, Putting16ByteInts_Exhausted_kBigEndian) { in TEST() argument
391 TEST(ByteBuffer, Putting32ByteInts_Full_kLittleEndian) { in TEST() argument
408 TEST(ByteBuffer, Putting32ByteInts_Exhausted_kBigEndian) { in TEST() argument
427 TEST(ByteBuffer, Putting64ByteInts_Full_kLittleEndian) { in TEST() argument
452 TEST(ByteBuffer, Putting64ByteInts_Exhausted_kBigEndian) { in TEST() argument
479 TEST(ByteBuffer, PuttingInts_MixedTypes_MixedEndian) { in TEST() argument
[all …]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DByteBuffer.java24 public class ByteBuffer class
37 public ByteBuffer(int initialCapacity) in ByteBuffer() method in ByteBuffer
47 public ByteBuffer(byte[] buffer) in ByteBuffer() method in ByteBuffer
58 public ByteBuffer(byte[] buffer, int length) in ByteBuffer() method in ByteBuffer
75 public ByteBuffer(InputStream in) throws IOException in ByteBuffer() method in ByteBuffer
103 public ByteBuffer(byte[] buffer, int offset, int length) in ByteBuffer() method in ByteBuffer
/external/grpc-grpc/include/grpcpp/support/
Dbyte_buffer.h35 class ByteBuffer; variable
63 ByteBuffer() : buffer_(nullptr) {} in ByteBuffer() function
66 ByteBuffer(const Slice* slices, size_t nslices) { in ByteBuffer() function
95 ByteBuffer(const ByteBuffer& buf) : buffer_(nullptr) { operator=(buf); } in ByteBuffer() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dbyte_buffer.h35 class ByteBuffer; variable
63 ByteBuffer() : buffer_(nullptr) {} in ByteBuffer() function
66 ByteBuffer(const Slice* slices, size_t nslices) { in ByteBuffer() function
95 ByteBuffer(const ByteBuffer& buf) : buffer_(nullptr) { operator=(buf); } in ByteBuffer() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dbyte_buffer.h35 class ByteBuffer; variable
63 ByteBuffer() : buffer_(nullptr) {} in ByteBuffer() function
66 ByteBuffer(const Slice* slices, size_t nslices) { in ByteBuffer() function
95 ByteBuffer(const ByteBuffer& buf) : buffer_(nullptr) { operator=(buf); } in ByteBuffer() function
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/async/
DAsyncRequestBodyTest.java148 …void safeByteBufferBuildersCopyTheProvidedBuffer(Function<ByteBuffer, AsyncRequestBody> bodyBuilde… in safeByteBufferBuildersCopyTheProvidedBuffer()
177 …void unsafeByteBufferBuildersDoNotCopyTheProvidedBuffer(Function<ByteBuffer, AsyncRequestBody> bod… in unsafeByteBufferBuildersDoNotCopyTheProvidedBuffer()
206 Function<ByteBuffer, AsyncRequestBody> bodyBuilder) { in nonRewindingByteBufferBuildersReadFromTheInputBufferPosition()
238 Function<ByteBuffer, AsyncRequestBody> bodyBuilder) { in safeNonRewindingByteBufferBuildersCopyFromTheInputBufferPosition()
266 …void rewindingByteBufferBuildersDoNotRewindTheInputBuffer(Function<ByteBuffer, AsyncRequestBody> b… in rewindingByteBufferBuildersDoNotRewindTheInputBuffer()
285 Function<ByteBuffer, AsyncRequestBody> bodyBuilder) { in rewindingByteBufferBuildersReadTheInputBufferFromTheBeginning()
/external/libultrahdr/third_party/image_io/src/base/
Dbyte_buffer.cc33 ByteBuffer::ByteBuffer(size_t size, std::unique_ptr<Byte[]> buffer) in ByteBuffer() function in photos_editing_formats::image_io::ByteBuffer
43 ByteBuffer::ByteBuffer(const std::vector<ByteData>& byte_data_vector) { in ByteBuffer() function in photos_editing_formats::image_io::ByteBuffer
/external/image_io/src/base/
Dbyte_buffer.cc33 ByteBuffer::ByteBuffer(size_t size, std::unique_ptr<Byte[]> buffer) in ByteBuffer() function in photos_editing_formats::image_io::ByteBuffer
43 ByteBuffer::ByteBuffer(const std::vector<ByteData>& byte_data_vector) { in ByteBuffer() function in photos_editing_formats::image_io::ByteBuffer
/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dcommon.rs185 pub struct ByteBuffer<const N: usize> { struct
186 len: u8,
187 bytes: [u8; N],
211 impl<const N: usize> ByteBuffer<N> { impl
/external/noto-fonts/emoji-compat/tests/src/com/android/emojicompat/
DFontFileHelper.kt107 val ByteBuffer.uint32: Long get() = int.toLong() and 0x00000000FFFFFFFFL constant
108 val ByteBuffer.uint16: Int get() = short.toInt() and 0x0000FFFF constant
110 val ByteBuffer.fixed: Float get() { constant
/external/flatbuffers/net/FlatBuffers/
DIFlatbufferObject.cs26 ByteBuffer ByteBuffer { get; } property
/external/flatbuffers/swift/Sources/FlatBuffers/
DByteBuffer.swift23 public struct ByteBuffer { struct
533 extension ByteBuffer: CustomDebugStringConvertible { extension
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dsignaling_channel_test.cc36 const auto kTestResponseHandler = [](Status, const ByteBuffer&) { in __anonbeb7fcf60202()
497 kEchoRequest, req_data, [this, &rx_success](Status, const ByteBuffer&) { in TEST_F()
572 kEchoRequest, req_data, [&rx_cb_count](Status status, const ByteBuffer&) { in TEST_F()
612 [&rx_cb_called](Status status, const ByteBuffer&) { in TEST_F()
654 kEchoRequest, req_data, [&rx_cb_count](Status status, const ByteBuffer&) { in TEST_F()
691 kEchoRequest, req_data, [&rx_cb_calls](Status status, const ByteBuffer&) { in TEST_F()
/external/cronet/tot/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt50 fun ByteBuffer.toByteString(): ByteString = ByteString.copyFrom(this) method
/external/flatbuffers/tests/union_vector/
DFallingTub.php6 use \Google\FlatBuffers\ByteBuffer; alias
DBookReader.php6 use \Google\FlatBuffers\ByteBuffer; alias
DRapunzel.php6 use \Google\FlatBuffers\ByteBuffer; alias
/external/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt50 fun ByteBuffer.toByteString(): ByteString = ByteString.copyFrom(this) method
/external/cronet/stable/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/
DByteStrings.kt50 fun ByteBuffer.toByteString(): ByteString = ByteString.copyFrom(this) method
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.h28 class ByteBuffer; variable
/external/flatbuffers/tests/MyGame/Example/
DAbility.php8 use \Google\FlatBuffers\ByteBuffer; alias
DTest.php8 use \Google\FlatBuffers\ByteBuffer; alias
DStructOfStructsOfStructs.php8 use \Google\FlatBuffers\ByteBuffer; alias
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.php8 use \Google\FlatBuffers\ByteBuffer; alias

1234