Searched defs:Value (Results 1 – 1 of 1) sorted by relevance
57 struct Value { struct63 Value(Type type, std::string str) : type(type), data(std::move(str)) {} in Value() argument71 using Function = Value* (*)(const char* name, State* state, argument