Home
last modified time | relevance | path

Searched defs:SetByte (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dart_field-inl.h196 inline void ArtField::SetByte(ObjPtr<mirror::Object> object, int8_t b) { in SetByte() function
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Drecordio_test.cc165 void SetByte(int offset, char new_byte) { contents_[offset] = new_byte; } in SetByte() function in tensorflow::io::__anon9bbd143a0111::RecordioTest
/aosp_15_r20/external/leveldb/db/
H A Dlog_test.cc82 void SetByte(int offset, char new_byte) { in SetByte() function in leveldb::log::LogTest
/aosp_15_r20/external/webrtc/api/transport/
H A Dstun.cc1144 void StunByteStringAttribute::SetByte(size_t index, uint8_t value) { in SetByte() function in cricket::StunByteStringAttribute