Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/edify/include/edify/
Dexpr.h57 struct Value { struct
63 Value(Type type, std::string str) : type(type), data(std::move(str)) {} in Value() argument
71 using Function = Value* (*)(const char* name, State* state, argument