Searched refs:parsed_type (Results 1 – 2 of 2) sorted by relevance
473 Type* parsed_type) { in ParseIntegral() argument474 if (parsed_value == nullptr || parsed_type == nullptr) { in ParseIntegral()498 *parsed_type = Type::ERROR; in ParseIntegral()518 *parsed_type = Type::INT8; in ParseIntegral()523 *parsed_type = Type::INT32; in ParseIntegral()527 *parsed_type = Type::INT64; in ParseIntegral()537 *parsed_type = Type::INT64; in ParseIntegral()552 *parsed_type = Type::INT8; in ParseIntegral()558 *parsed_type = Type::INT32; in ParseIntegral()560 *parsed_type = Type::INT64; in ParseIntegral()[all …]
719 AidlConstantValue(const AidlLocation& location, Type parsed_type, int64_t parsed_value,725 static bool ParseIntegral(const string& value, int64_t* parsed_value, Type* parsed_type);