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