Searched refs:fileHash (Results 1 – 4 of 4) sorted by relevance
/system/tools/hidl/ |
D | Interface.h | 38 Scope* parent, const Reference<Type>& superType, const Hash* fileHash);
|
D | AST.cpp | 38 AST::AST(const Coordinator* coordinator, const Hash* fileHash) in AST() argument 40 mFileHash(fileHash), in AST() 41 mRootScope("(root scope)", FQName(), Location::startOf(fileHash->getPath()), in AST()
|
D | AST.h | 48 AST(const Coordinator* coordinator, const Hash* fileHash);
|
D | Interface.cpp | 75 Scope* parent, const Reference<Type>& superType, const Hash* fileHash) in Interface() argument 76 : Scope(localName, fullName, location, parent), mSuperType(superType), mFileHash(fileHash) {} in Interface()
|