Home
last modified time | relevance | path

Searched refs:OVOneToAny_GetKey (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/ov/src/
H A DOVOneToAny.h23 OVreturn_word OVOneToAny_GetKey(OVOneToAny * o2o, ov_word forward_value);
H A DOVOneToAny.cpp141 OVreturn_word OVOneToAny_GetKey(OVOneToAny * up, ov_word forward_value) in OVOneToAny_GetKey() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectAlignment.cpp608 if(OVreturn_IS_OK(OVOneToAny_GetKey(active, id))) { in AlignmentMerge()
661 if(OVOneToAny_GetKey(used, id).status == OVstatus_NOT_FOUND) { in AlignmentMerge()
680 if(OVOneToAny_GetKey(used, id).status == OVstatus_NOT_FOUND) { in AlignmentMerge()
694 if(OVOneToAny_GetKey(used, id).status == OVstatus_NOT_FOUND) { in AlignmentMerge()
713 if(OVOneToAny_GetKey(used, id).status == OVstatus_NOT_FOUND) { in AlignmentMerge()
H A DAtomInfo.cpp122 return (OVreturn_IS_OK(OVOneToAny_GetKey(I->ActiveIDs, unique_id))); in AtomInfoIsUniqueIDActive()
135 if(OVOneToAny_GetKey(I->ActiveIDs, result).status == OVstatus_NOT_FOUND) { in AtomInfoGetNewUniqueID()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DExecutive.cpp10159 if((OVreturn_IS_ERROR((ret = OVOneToAny_GetKey(o2a, index))))) { in ExecutiveSelectList()
10179 if((OVreturn_IS_OK((ret = OVOneToAny_GetKey(o2a, index))))) { in ExecutiveSelectList()