HomeSort by relevance Sort by last modified time
    Searched defs:mFqName (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/utils/include/hidl-util/
FqInstance.h 91 FQName mFqName;
  /system/tools/hidl/
Reference.h 38 : mResolved(nullptr), mFqName(fqName), mLocation(location) {}
46 : mResolved(ref.mResolved), mFqName(ref.mFqName), mLocation(ref.mLocation) {}
50 : mResolved(ref.mResolved), mFqName(ref.mFqName), mLocation(location) {}
93 return mFqName;
107 FQName mFqName;
116 return mFqName.isValid();

Completed in 642 milliseconds