Searched refs:parsed_type (Results 1 – 2 of 2) sorted by relevance
376 Type* parsed_type) { in ParseIntegral() argument377 if (parsed_value == nullptr || parsed_type == nullptr) { in ParseIntegral()399 *parsed_type = Type::INT32; in ParseIntegral()402 *parsed_type = Type::INT64; in ParseIntegral()405 *parsed_type = Type::ERROR; in ParseIntegral()413 *parsed_type = Type::ERROR; in ParseIntegral()418 *parsed_type = Type::INT64; in ParseIntegral()422 *parsed_type = Type::INT8; in ParseIntegral()424 *parsed_type = Type::INT32; in ParseIntegral()426 *parsed_type = Type::INT64; in ParseIntegral()[all …]
663 AidlConstantValue(const AidlLocation& location, Type parsed_type, int64_t parsed_value,670 static bool ParseIntegral(const string& value, int64_t* parsed_value, Type* parsed_type);