Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeMeta/test/src/helpers/
Dserialisation_utils.h51 struct TestSerialiser { struct
58 bool Export(const BASE_NS::shared_ptr<Interface>& p) in Export()
64 typename Interface::Ptr Import() in Import()
88 BASE_NS::unordered_map<InstanceId, InstanceId> mapping_;
89 CORE_NS::IResourceManager::Ptr resources_;
90 SerMetadata metadata_;
Dserialisation_utils.cpp96 TestSerialiser::TestSerialiser(BASE_NS::vector<uint8_t> vec) : data_(BASE_NS::move(vec)) {} in TestSerialiser() function in TestSerialiser