Searched defs:inbounds (Results 1 – 3 of 3) sorted by relevance
121 std::vector<int> inbounds; in find_ortho_range() local
129 bool inbounds(StratifiedIndex Idx) const { return Idx < Links.size(); } in inbounds() function689 bool inbounds(StratifiedIndex N) const { return N < Links.size(); } in inbounds() function
606 bool inbounds(Node NodeIndex) const { return NodeIndex < NodeImpls.size(); } in inbounds() function in __anondc6bc0680111::WeightedBidirectionalGraph