Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp676 if (final_value_ >= 0 && final_value_ <= UINT8_MAX && IsLiteral()) { in ValueString()
685 if (final_value_ >= 0 && final_value_ <= UINT32_MAX && IsLiteral()) { in ValueString()
883 bool AidlConstantValue::IsLiteral() const { in IsLiteral() function in AidlConstantValue
Daidl_language.h729 bool IsLiteral() const;