Searched refs:GetCharAsType (Results 1 – 2 of 2) sorted by relevance
242 panda::pandasm::Value::Type type = Value::GetCharAsType('1');245 type = Value::GetCharAsType('2');248 type = Value::GetCharAsType('3');251 type = Value::GetCharAsType('4');254 type = Value::GetCharAsType('5');257 type = Value::GetCharAsType('6');260 type = Value::GetCharAsType('7');263 type = Value::GetCharAsType('8');266 type = Value::GetCharAsType('9');269 type = Value::GetCharAsType('A');[all …]
237 static constexpr Type GetCharAsType(char c) in GetCharAsType() function