Searched defs:wantType (Results 1 – 5 of 5) sorted by relevance
25 …ParametersTypeError(const std::string &name, const std::string &wantType) : name(name), wantType(w… in ParametersTypeError()30 std::string wantType; variable
38 …ParametersType(const std::string &name, const std::string &wantType) : name(name), wantType(wantTy… in ParametersType()44 std::string wantType; variable
35 char* wantType; member
128 …ParamTypeError(const std::string &name, const std::string &wantType) : name(name), wantType(wantTy… in ParamTypeError()140 std::string wantType; variable
1352 std::string wantType = GetStringFromNAPI(env, prop); in ParseWant() local