Searched defs:pExist (Results 1 - 1 of 1) 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;

Completed in 72 milliseconds