Searched refs:parsed_type (Results 1 – 2 of 2) sorted by relevance
436 Type* parsed_type) { in ParseIntegral() argument437 if (parsed_value == nullptr || parsed_type == nullptr) { in ParseIntegral()447 *parsed_type = Type::ERROR; in ParseIntegral()469 *parsed_type = Type::INT8; in ParseIntegral()473 *parsed_type = Type::INT32; in ParseIntegral()477 *parsed_type = Type::INT64; in ParseIntegral()493 *parsed_type = Type::INT8; in ParseIntegral()495 *parsed_type = Type::INT64; in ParseIntegral()499 *parsed_type = Type::INT8; in ParseIntegral()501 *parsed_type = Type::INT32; in ParseIntegral()[all …]
703 AidlConstantValue(const AidlLocation& location, Type parsed_type, int64_t parsed_value,710 static bool ParseIntegral(const string& value, int64_t* parsed_value, Type* parsed_type);