Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_language.cpp358 AidlTypeSpecifier::AidlTypeSpecifier(const AidlLocation& location, const string& unresolved_name, in AidlTypeSpecifier() argument
364 unresolved_name_(unresolved_name), in AidlTypeSpecifier()
367 split_name_(Split(unresolved_name, ".")) {} in AidlTypeSpecifier()
Daidl_language.h260 AidlTypeSpecifier(const AidlLocation& location, const string& unresolved_name, bool is_array,