/external/google-breakpad/src/common/ |
D | byte_cursor.h | 52 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/ |
D | byte_builder_test.cc | 278 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/ |
D | ByteBuffer.java | 24 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/ |
D | byte_buffer.h | 35 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/ |
D | byte_buffer.h | 35 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/ |
D | byte_buffer.h | 35 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/ |
D | AsyncRequestBodyTest.java | 148 …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/ |
D | byte_buffer.cc | 33 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/ |
D | byte_buffer.cc | 33 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/ |
D | common.rs | 185 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/ |
D | FontFileHelper.kt | 107 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/ |
D | IFlatbufferObject.cs | 26 ByteBuffer ByteBuffer { get; } property
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | ByteBuffer.swift | 23 public struct ByteBuffer { struct 533 extension ByteBuffer: CustomDebugStringConvertible { extension
|
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
D | signaling_channel_test.cc | 36 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/ |
D | ByteStrings.kt | 50 fun ByteBuffer.toByteString(): ByteString = ByteString.copyFrom(this) method
|
/external/flatbuffers/tests/union_vector/ |
D | FallingTub.php | 6 use \Google\FlatBuffers\ByteBuffer; alias
|
D | BookReader.php | 6 use \Google\FlatBuffers\ByteBuffer; alias
|
D | Rapunzel.php | 6 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/ |
D | ByteStrings.kt | 50 fun ByteBuffer.toByteString(): ByteString = ByteString.copyFrom(this) method
|
/external/cronet/stable/third_party/protobuf/java/kotlin/src/main/kotlin/com/google/protobuf/ |
D | ByteStrings.kt | 50 fun ByteBuffer.toByteString(): ByteString = ByteString.copyFrom(this) method
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.h | 28 class ByteBuffer; variable
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Ability.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
D | Test.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
D | StructOfStructsOfStructs.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|