Home
last modified time | relevance | path

Searched defs:bytes_ (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/mojo/public/cpp/base/
Dbig_buffer.h119 std::vector<uint8_t> bytes_; in COMPONENT_EXPORT() local
171 base::span<const uint8_t> bytes_; in COMPONENT_EXPORT() local
/external/python/asn1crypto/asn1crypto/
D_int.py5 def fill_width(bytes_, width): argument
/external/image_io/includes/image_io/jpeg/
Djpeg_segment_info.h79 std::vector<Byte> bytes_; variable
/external/icu/icu4c/source/common/unicode/
Dbytestrie.h359 const uint8_t *bytes_; variable
551 const uint8_t *bytes_; variable
/external/icu/libicu/cts_headers/unicode/
Dbytestrie.h359 const uint8_t *bytes_; variable
551 const uint8_t *bytes_; variable
/external/icu/android_icu4j/src/main/java/android/icu/util/
DBytesTrie.java431 assert(node<kMinValueLead); in getNextBytes()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBytesTrie.java454 assert(node<kMinValueLead); in getNextBytes()
/external/openscreen/platform/base/
Dip_address.h143 std::array<uint8_t, 16> bytes_; variable
/external/webrtc/rtc_base/
Dbyte_buffer.h160 const char* bytes_; variable
/external/deqp-deps/amber/src/
Dbuffer.h272 std::vector<uint8_t> bytes_; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dpending_counts.h370 char* bytes_; // Array of num_bytes_ bytes variable
/external/python/cpython3/Lib/
Duuid.py75 bytes_ = bytes # The built-in bytes type variable
/external/webrtc/api/transport/
Dstun.h467 char* bytes_; variable
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr_test.cc106 size_t bytes_; member in tensorflow::TestTensorBuffer
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dgrpc_tpu_driver.cc109 int64_t bytes_; member in tpu_driver::__anon4073f9c10111::GrpcBufferHandle
/external/starlark-go/starlark/
Dlibrary.go207 func bytes_(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func