Searched refs:pNewObject (Results 1 – 3 of 3) sorted by relevance
48 static inline void set_loader_magic_value(void *pNewObject) { in set_loader_magic_value() argument49 VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; in set_loader_magic_value()53 static inline bool valid_loader_magic_value(void *pNewObject) { in valid_loader_magic_value() argument54 const VK_LOADER_DATA *loader_info = (VK_LOADER_DATA *)pNewObject; in valid_loader_magic_value()
64 CPDF_PageObject* pNewObject);
704 CPDF_PageObject* pNewObject) { in InsertObject() argument706 return m_ObjectList.AddHead(pNewObject); in InsertObject()708 return m_ObjectList.InsertAfter(posInsertAfter, pNewObject); in InsertObject()