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

/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h57 DataType* produce(const KeyType& pKey, bool& pExist) { argument
60 pExist = true;
66 pExist = false;
70 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) { argument
73 pExist = true;
79 pExist = false;

Completed in 39 milliseconds