Home
last modified time | relevance | path

Searched defs:Loan (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/marl/include/marl/
Dpool.h103 using Loan = typename Pool<T>::Loan; variable
127 Pool<T>::Loan::Loan(Item* item, const std::shared_ptr<Storage>& storage) in Loan() function
133 Pool<T>::Loan::Loan(const Loan& other) in Loan() function
141 Pool<T>::Loan::Loan(Loan&& other) : item(other.item), storage(other.storage) { in Loan() function
211 using Loan = typename Pool<T>::Loan; variable
341 using Loan = typename Pool<T>::Loan; variable