Searched refs:AppendByte (Results 1 – 10 of 10) sorted by relevance
53 AppendByte(0); in AppendBit()67 AppendByte(static_cast<int8_t>((value >> (numBitsLeft - 8)) & 0xff)); in AppendBits()100 void CBC_QRCoderBitVector::AppendByte(int8_t value) { in AppendByte() function in CBC_QRCoderBitVector
31 void AppendByte(int8_t value);
27 void AppendByte(int32_t value);
60 void CBC_CommonByteArray::AppendByte(int32_t value) { in AppendByte() function in CBC_CommonByteArray
33 void AppendByte(uint8_t byte) { in AppendByte() function
108 AppendByte(':'); in Init()124 AppendByte(')'); in AppendName()146 void AppendByte(char c) { in AppendByte() function in v8::internal::CodeEventLogger::NameBuffer217 name_buffer_->AppendByte(' '); in CodeCreateEvent()223 name_buffer_->AppendByte(')'); in CodeCreateEvent()225 name_buffer_->AppendByte(':'); in CodeCreateEvent()239 name_buffer_->AppendByte('-'); in CodeCreateEvent()
272 void AppendByte(uint8_t value);
449 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter
19 writer->AppendByte(value); in AppendValueToWriter()
786 m_DestBuf.AppendByte(last_byte); in Encode()