Home
last modified time | relevance | path

Searched refs:parsed_type (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Daidl_const_expressions.cpp473 Type* parsed_type) { in ParseIntegral() argument
474 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 …]
Daidl_language.h719 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);