Searched refs:Handle (Results 1 - 6 of 6) sorted by relevance

/gem5/src/base/
H A Dtrie.hh108 typedef Node *Handle; typedef in class:Trie
154 * Method which looks up the Handle corresponding to a particular key. This
155 * is useful if you want to delete the Handle corresponding to a key since
156 * the "remove" function takes a Handle as its argument.
158 * @return The first Handle matching this key, or NULL if none was found.
160 Handle
185 * @return A Handle corresponding to this value.
187 Handle
285 * @param node A Handle to remove.
289 remove(Handle handl
[all...]
H A Dtrie.test.cc116 TrieType::Handle node1, node2;
/gem5/src/arch/x86/
H A Dpagetable.hh95 TlbEntryTrie::Handle trieHandle;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1518 typedef void* Handle; typedef in class:testing::internal::AutoHandle
1520 explicit AutoHandle(Handle handle);
1524 Handle Get() const;
1526 void Reset(Handle handle);
1532 Handle handle_;
2394 // empty string rather than unset (NULL). Handle that case.
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc186 AutoHandle::AutoHandle(Handle handle)
193 AutoHandle::Handle AutoHandle::Get() const {
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s274 # Handle saving and restoring the FPU regs, relying on qt_blocki

Completed in 21 milliseconds