Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp761 std::string alternative_help; in ValueString() local
763 alternative_help = " Did you mean: " + Join(alternatives, ", ") + "?"; in ValueString()
768 << " (" << value_ << ")." << alternative_help; in ValueString()