Home
last modified time | relevance | path

Searched refs:TestBond (Results 1 – 3 of 3) sorted by relevance

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dproject.h366 bool TestBond(bond *, rmode);
H A Dproject.cpp2019 bool project::TestBond(bond * ref, rmode rm) in TestBond() function in project
2484 if (!TestBond(& (* it2), rm)) continue; in RenderOnce()
2557 if (!TestBond(& (* it1), rm)) continue; in RenderOnce()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/seq/unit_test/
H A Dseq_loc_unit_test.cpp544 BOOST_AUTO_TEST_CASE(TestBond) in BOOST_AUTO_TEST_CASE() argument