Searched refs:InputType (Results 1 – 2 of 2) sorted by relevance
124 using InputType = variant<int64_t, std::string>; typedef127 optional<InputType> parseInputValue(const Convertible& input, ParsingContext& parentContext, std::s… in parseInputValue()129 optional<InputType> result; in parseInputValue()141 result = optional<InputType>{static_cast<int64_t>(n)}; in parseInputValue()149 result = optional<InputType>{n}; in parseInputValue()159 result = optional<InputType>{static_cast<int64_t>(n)}; in parseInputValue()184 return optional<InputType>(); in parseInputValue()194 std::vector<std::pair<std::vector<InputType>, in create() argument203 for (std::pair<std::vector<InputType>, in create()206 for (const InputType& label : pair.first) { in create()[all …]
535 InputType CARD32543 Other values of InputType will return a BadValue error. Local