Searched defs:ConstantValue (Results 1 – 2 of 2) sorted by relevance
32 explicit ConstantValue() in ConstantValue() function39 explicit ConstantValue(bool val) in ConstantValue() function42 explicit ConstantValue(int32_t val) in ConstantValue() function45 explicit ConstantValue(int64_t val) in ConstantValue() function48 explicit ConstantValue(double val) in ConstantValue() function51 explicit ConstantValue(std::string val) in ConstantValue() function
33 class ConstantValue; variable