/external/google-breakpad/src/common/ |
D | byte_cursor.h | 53 struct ByteBuffer { struct 54 ByteBuffer() : start(0), end(0) { } in ByteBuffer() argument 55 ByteBuffer(const uint8_t *set_start, size_t set_size) in ByteBuffer() argument 57 ~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 318 TEST(ByteBuffer, CopyConstructFromSameSize) { in TEST() argument 333 TEST(ByteBuffer, CopyConstructFromSmaller) { in TEST() argument 368 TEST(ByteBuffer, Putting8ByteInts_Full) { in TEST() argument 378 TEST(ByteBuffer, Putting8ByteInts_Exhausted) { in TEST() argument 389 TEST(ByteBuffer, Putting16ByteInts_Full_kLittleEndian) { in TEST() argument 402 TEST(ByteBuffer, Putting16ByteInts_Exhausted_kBigEndian) { in TEST() argument 417 TEST(ByteBuffer, Putting32ByteInts_Full_kLittleEndian) { in TEST() argument 434 TEST(ByteBuffer, Putting32ByteInts_Exhausted_kBigEndian) { in TEST() argument 453 TEST(ByteBuffer, Putting64ByteInts_Full_kLittleEndian) { 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/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
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/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
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/grpc-grpc/include/grpcpp/impl/codegen/ |
D | byte_buffer.h | 35 class ByteBuffer; variable 58 ByteBuffer() : buffer_(nullptr) {} in ByteBuffer() function 61 ByteBuffer(const Slice* slices, size_t nslices) { in ByteBuffer() function
|
/external/image_io/src/base/ |
D | byte_buffer.cc | 32 ByteBuffer::ByteBuffer(size_t size, std::unique_ptr<Byte[]> buffer) in ByteBuffer() function in photos_editing_formats::image_io::ByteBuffer 42 ByteBuffer::ByteBuffer(const std::vector<ByteData>& byte_data_vector) { in ByteBuffer() function in photos_editing_formats::image_io::ByteBuffer
|
/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/pigweed/pw_bytes/public/pw_bytes/ |
D | byte_builder.h | 356 ByteBuffer() : ByteBuilder(buffer_) {} in ByteBuffer() function 359 ByteBuffer(const ByteBuffer& other) : ByteBuilder(buffer_, other) { in ByteBuffer() function 365 ByteBuffer(const ByteBuffer<kOtherSizeBytes>& other) in ByteBuffer() function
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | ByteBuffer.swift | 3 public final class ByteBuffer { class 265 extension ByteBuffer: CustomDebugStringConvertible { extension
|
/external/flatbuffers/net/FlatBuffers/ |
D | IFlatbufferObject.cs | 26 ByteBuffer ByteBuffer { get; } property
|
D | ByteBuffer.cs | 124 public class ByteBuffer class 129 public ByteBuffer(ByteBufferAllocator allocator, int position) in ByteBuffer() method in FlatBuffers.ByteBuffer 135 public ByteBuffer(int size) : this(new byte[size]) { } in ByteBuffer() method in FlatBuffers.ByteBuffer 137 public ByteBuffer(byte[] buffer) : this(buffer, 0) { } in ByteBuffer() method in FlatBuffers.ByteBuffer 139 public ByteBuffer(byte[] buffer, int pos) in ByteBuffer() method in FlatBuffers.ByteBuffer
|
/external/grpc-grpc/src/cpp/util/ |
D | byte_buffer_cc.cc | 46 ByteBuffer::ByteBuffer(const ByteBuffer& buf) : buffer_(nullptr) { in ByteBuffer() function in grpc::ByteBuffer
|
/external/flatbuffers/tests/union_vector/ |
D | Rapunzel.php | 6 use \Google\FlatBuffers\ByteBuffer; alias
|
D | BookReader.php | 6 use \Google\FlatBuffers\ByteBuffer; alias
|
D | BookReader.cs | 12 public ByteBuffer ByteBuffer { get { return __p.bb; } } property
|
D | Attacker.php | 6 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_worker_service.h | 28 class ByteBuffer; variable
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Test.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
D | Ability.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
D | TableInNestedNS.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/flatbuffers/tests/MyGame/Example2/ |
D | Monster.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/flatbuffers/tests/MyGame/ |
D | InParentNamespace.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
D | SecondTableInA.php | 8 use \Google\FlatBuffers\ByteBuffer; alias
|