Searched refs:AsyncReadTextArg (Results 1 – 4 of 4) sorted by relevance
26 struct AsyncReadTextArg { struct30 explicit AsyncReadTextArg(NVal refReadBuf) : _refReadBuf(refReadBuf) {}; in AsyncReadTextArg() argument31 ~AsyncReadTextArg() = default;
127 static UniError AsyncExec(const std::string &path, std::shared_ptr<AsyncReadTextArg> arg, int64_t p… in AsyncExec()188 auto arg = make_shared<AsyncReadTextArg>(NVal(env, funcArg.GetThisVar())); in Async()
31 struct AsyncReadTextArg { struct36 explicit AsyncReadTextArg(NVal refReadBuf) : _refReadBuf(refReadBuf){}; in AsyncReadTextArg() argument37 ~AsyncReadTextArg() = default;
71 static NError ReadTextAsync(const std::string &path, std::shared_ptr<AsyncReadTextArg> arg, int64_t… in ReadTextAsync()225 auto arg = CreateSharedPtr<AsyncReadTextArg>(NVal(env, funcArg.GetThisVar())); in Async()