Home
last modified time | relevance | path

Searched defs:AppendUint8 (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dbinary_buffer.cpp107 void BinaryBuffer::AppendUint8(uint8_t value) { in AppendUint8() function in fxcrt::BinaryBuffer
/external/openthread/src/core/common/
Dframe_builder.cpp55 Error FrameBuilder::AppendUint8(uint8_t aUint8) { return Append<uint8_t>(aUint8); } in AppendUint8() function in ot::FrameBuilder