Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp331 const std::string& checked_value) in AidlConstantValue() argument
332 : AidlNode(location), type_(type), value_(checked_value) { in AidlConstantValue()
Daidl_language.h358 AidlConstantValue(const AidlLocation& location, Type type, const std::string& checked_value);