Lines Matching refs:FQName
27 struct FQName { struct
28 explicit FQName();
29 explicit FQName(const std::string &s);
31 FQName(const std::string &package,
37 FQName(const std::vector<std::string> &names);
39 FQName(const FQName& other);
88 FQName typeName() const;
101 bool operator<(const FQName &other) const;
102 bool operator==(const FQName &other) const;
103 bool operator!=(const FQName &other) const;
138 FQName getInterfaceProxyFqName() const;
143 FQName getInterfaceStubFqName() const;
148 FQName getInterfacePassthroughFqName() const;
153 FQName getTypesForPackage() const;
157 FQName getPackageAndVersion() const;
164 FQName getTopLevelType() const;
190 bool endsWith(const FQName &other) const;
210 FQName downRev() const;
227 static const FQName gIBaseFqName = FQName{"android.hidl.base@1.0::IBase"}; argument
228 static const FQName gIBasePackageFqName = FQName{"android.hidl.base@1.0"};