Home
last modified time | relevance | path

Searched refs:ByteBufferWriter (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.h106 class ByteBufferWriter final {
108 ByteBufferWriter(std::vector<uint8_t>& buffer) : buffer_(buffer) {} in ByteBufferWriter() function in OHOS::Ace::Framework::final
109 ~ByteBufferWriter() = default;
166 ACE_DISALLOW_COPY_AND_MOVE(ByteBufferWriter);
H A Dbyte_buffer_operator.cpp63 void ByteBufferWriter::WriteData(const std::map<std::string, std::string>& mapValue) in WriteData()
72 void ByteBufferWriter::WriteData(const std::set<std::string>& setValue) in WriteData()
H A Dstandard_codec_buffer_operator.h57 ByteBufferWriter byteBufferWriter_;

Completed in 1 milliseconds