Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h54 DataType* produce(const KeyType& pKey, bool& pExist) { in produce() argument
57 pExist = true; in produce()
63 pExist = false; in produce()
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { in produce() argument
70 pExist = true; in produce()
76 pExist = false; in produce()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.tcc66 bool& pExist) { in insert() argument
73 pExist = true; in insert()
84 pExist = false; in insert()
DHashTable.h71 entry_type* insert(const key_type& pKey, bool& pExist);