Searched defs:SetByte (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/runtime/ | ||
H A D | art_field-inl.h | 196 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 D | recordio_test.cc | 165 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 D | log_test.cc | 82 void SetByte(int offset, char new_byte) { in SetByte() function in leveldb::log::LogTest |
/aosp_15_r20/external/webrtc/api/transport/ | ||
H A D | stun.cc | 1144 void StunByteStringAttribute::SetByte(size_t index, uint8_t value) { in SetByte() function in cricket::StunByteStringAttribute |