Searched refs:parsed_type (Results 1 – 2 of 2) sorted by relevance
222 Type* parsed_type) { in ParseIntegral() argument225 if (parsed_value == nullptr || parsed_type == nullptr) { in ParseIntegral()243 *parsed_type = Type::INT32; in ParseIntegral()247 *parsed_type = Type::ERROR; in ParseIntegral()251 *parsed_type = Type::INT64; in ParseIntegral()258 *parsed_type = Type::INT64; in ParseIntegral()264 *parsed_type = Type::ERROR; in ParseIntegral()271 *parsed_type = Type::INT8; in ParseIntegral()273 *parsed_type = Type::INT32; in ParseIntegral()275 *parsed_type = Type::INT64; in ParseIntegral()[all …]
450 AidlConstantValue(const AidlLocation& location, Type parsed_type, int64_t parsed_value,456 static bool ParseIntegral(const string& value, int64_t* parsed_value, Type* parsed_type);