Home
last modified time | relevance | path

Searched refs:old_rc (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Drcsp_custom_vertex_id.cpp69 const ResourceCont& old_rc, Edge e) const in operator ()() argument
71 rc.res = old_rc.res - g[e].cost; in operator ()()
/third_party/python/Lib/test/
Dtest_memoryio.py770 old_rc = sys.getrefcount(imm)
772 self.assertEqual(sys.getrefcount(imm), old_rc + 1)
774 self.assertEqual(sys.getrefcount(imm), old_rc)
806 old_rc = sys.getrefcount(ba)
808 self.assertEqual(sys.getrefcount(ba), old_rc)