Searched refs:Hex (Results 1 – 3 of 3) sorted by relevance
272 $$ = AidlConstantValue::Hex(loc(@1), $1->GetText());
342 static AidlConstantValue* Hex(const AidlLocation& location, const std::string& value);
364 AidlConstantValue* AidlConstantValue::Hex(const AidlLocation& location, const std::string& value) { in Hex() function in AidlConstantValue