Searched refs:pExist (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h54 DataType* produce(const KeyType& pKey, bool& pExist) { argument
57 pExist = true;
63 pExist = false;
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { argument
70 pExist = true;
76 pExist = false;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashTable.h70 // If the element already exists, return the element, and set pExist true.
71 entry_type* insert(const key_type& pKey, bool& pExist);

Completed in 66 milliseconds