Searched refs:ReadType (Results 1 – 4 of 4) sorted by relevance
28 template<typename ReadType>29 inline ReadType ReadData(uint8_t *&data, size_t &size, uint32_t readSize) in ReadData()31 ReadType read = reinterpret_cast<ReadType>(data); in ReadData()
44 bool StandardCodecBufferReader::ReadType(BufferDataType& type) in ReadType() function in OHOS::Ace::Framework::StandardCodecBufferReader57 if (!ReadType(type)) { in ReadMapSize()92 if (!ReadType(type)) { in ReadData()
39 bool ReadType(BufferDataType& type);
1393 template<typename ReadType>1398 vector<ReadType> positions; in AppendAnimationOutputData()