Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp263 bool AidlConstantValue::ParseIntegral(const string& value, int64_t* parsed_value, in ParseIntegral() function in AidlConstantValue
325 bool success = ParseIntegral(value, &parsed_value, &parsed_type); in Integral()
Daidl_language.h478 static bool ParseIntegral(const string& value, int64_t* parsed_value, Type* parsed_type);