Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/
H A Dhks_fuzz_util.h28 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_codec_buffer_operator.cpp44 bool StandardCodecBufferReader::ReadType(BufferDataType& type) in ReadType() function in OHOS::Ace::Framework::StandardCodecBufferReader
57 if (!ReadType(type)) { in ReadMapSize()
92 if (!ReadType(type)) { in ReadData()
H A Dstandard_codec_buffer_operator.h39 bool ReadType(BufferDataType& type);
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp1393 template<typename ReadType>
1398 vector<ReadType> positions; in AppendAnimationOutputData()