Searched refs:bsKey (Results 1 – 3 of 3) sorted by relevance
231 CFX_ByteString bsKey; in Clear() local233 m_HashProfileMap.GetNextAssoc(pos2, bsKey, (void*&)pFindStream); in Clear()235 m_HashProfileMap.RemoveKey(bsKey); in Clear()
1119 CFX_ByteString bsKey; in Load() local1120 CPDF_Object *pValue = pDict->GetNextElement(pos, bsKey); in Load()
895 CFX_ByteString bsKey; in info() local896 CPDF_Object* pValueObj = pDictionary->GetNextElement(pos, bsKey); in info()897 CFX_WideString wsKey = CFX_WideString::FromUTF8(bsKey, bsKey.GetLength()); in info()