Home
last modified time | relevance | path

Searched defs:SetBytes (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_kernel.h57 absl::Status SetBytes(int index, const T& value) const { in SetBytes() function
Dcl_kernel.cc134 absl::Status CLKernel::SetBytes(int index, const void* ptr, int length) const { in SetBytes() function in tflite::gpu::cl::CLKernel
/external/libchrome/mojo/public/cpp/base/
Dbig_buffer.cc116 void BigBufferView::SetBytes(base::span<const uint8_t> bytes) { in SetBytes() function in mojo_base::BigBufferView
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.cpp358 CTXTRecord::SetBytes in SetBytes() function in CTXTRecord
/external/llvm-project/lldb/source/Utility/
DEvent.cpp144 void EventDataBytes::SetBytes(const void *src, size_t src_len) { in SetBytes() function in EventDataBytes
DRegisterValue.cpp752 void RegisterValue::SetBytes(const void *bytes, size_t length, in SetBytes() function in RegisterValue
/external/llvm-project/lldb/source/Core/
DValue.cpp93 void Value::SetBytes(const void *bytes, int len) { in SetBytes() function in Value
/external/webrtc/api/transport/
Dstun.cc1001 void StunByteStringAttribute::SetBytes(char* bytes, size_t length) { in SetBytes() function in cricket::StunByteStringAttribute
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp317 void PythonBytes::SetBytes(llvm::ArrayRef<uint8_t> bytes) { in SetBytes() function in PythonBytes