Searched defs:SetByte (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/io/ | ||
D | recordio_test.cc | 152 void SetByte(int offset, char new_byte) { contents_[offset] = new_byte; } in SetByte() function in tensorflow::io::__anon3461d06d0111::RecordioTest |
/external/webrtc/webrtc/p2p/base/ | ||
D | stun.cc | 734 void StunByteStringAttribute::SetByte(size_t index, uint8_t value) { in SetByte() function in cricket::StunByteStringAttribute |