Searched refs:explicit_value (Results 1 – 1 of 1) sorted by relevance
358 const std::string explicit_value = string("'") + value + "'"; in Character() local361 return new AidlConstantValue(location, Type::ERROR, explicit_value); in Character()363 return new AidlConstantValue(location, Type::CHARACTER, explicit_value); in Character()