Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp358 const std::string explicit_value = string("'") + value + "'"; in Character() local
361 return new AidlConstantValue(location, Type::ERROR, explicit_value); in Character()
363 return new AidlConstantValue(location, Type::CHARACTER, explicit_value); in Character()