Searched refs:GetAssetFunc (Results 1 – 3 of 3) sorted by relevance
39 void TestSetGetAssetFunc(GetAssetFunc func);40 GetAssetFunc TestGetGetAssetFunc() const;43 GetAssetFunc getAssetFunc_ = nullptr;58 void JsWorkerTest::TestSetGetAssetFunc(GetAssetFunc func) in TestSetGetAssetFunc()63 GetAssetFunc JsWorkerTest::TestGetGetAssetFunc() const in TestGetGetAssetFunc()
76 using GetAssetFunc = std::function<void(const std::string& uri, uint8_t **buff, size_t *buffSize, variable295 virtual void SetGetAssetFunc(GetAssetFunc func);296 GetAssetFunc GetGetAssetFunc() const;528 GetAssetFunc getAssetFunc_ {nullptr};
584 void NativeEngine::SetGetAssetFunc(GetAssetFunc func) in SetGetAssetFunc()588 GetAssetFunc NativeEngine::GetGetAssetFunc() const in GetGetAssetFunc()