Searched refs:SetByte (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/lib/io/ | ||
D | recordio_test.cc | 165 void SetByte(int offset, char new_byte) { contents_[offset] = new_byte; } in SetByte() function in tensorflow::io::__anon19d0634b0111::RecordioTest |
/external/webrtc/api/transport/ | ||
D | stun.h | 459 void SetByte(size_t index, uint8_t value); |
D | stun.cc | 979 void StunByteStringAttribute::SetByte(size_t index, uint8_t value) { in SetByte() function in cricket::StunByteStringAttribute |