Home
last modified time | relevance | path

Searched refs:ByteBufferReader (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.h30 class ByteBufferReader final {
32 explicit ByteBufferReader(const std::vector<uint8_t>& buffer) : buffer_(buffer) {} in ByteBufferReader() function
33 ~ByteBufferReader() = default;
103 ACE_DISALLOW_COPY_AND_MOVE(ByteBufferReader);
H A Dbyte_buffer_operator.cpp20 bool ByteBufferReader::ReadData(std::map<std::string, std::string>& mapValue) const in ReadData()
42 bool ByteBufferReader::ReadData(std::set<std::string>& setValue) const in ReadData()
H A Dstandard_codec_buffer_operator.h41 ByteBufferReader byteBufferReader_;
H A Dstandard_codec_buffer_operator.cpp32 inline bool ReadDataFromByteBuffer(const ByteBufferReader& buffer, CodecData& resultData) in ReadDataFromByteBuffer()