Home
last modified time | relevance | path

Searched refs:pExist (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h57 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() argument
60 pExist = true; in produce()
66 pExist = false; in produce()
70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() argument
73 pExist = true; in produce()
79 pExist = false; in produce()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.tcc66 bool& pExist) in insert() argument
74 pExist = true; in insert()
85 pExist = false; in insert()
DHashTable.h73 entry_type* insert(const key_type& pKey, bool& pExist);