Home | History | Annotate | Download | only in tests

Lines Matching defs:bv

69 template <class BV>
71 BVGraph<BV> g;
73 BV target;
93 uptr path[BV::kSize];
95 for (len = 1; len < BV::kSize; len++) {
99 EXPECT_LT(len, BV::kSize);
117 template <class BV>
120 BVGraph<BV> g;
122 BV bv;
126 bv.clear();
137 bv.setBit(idx);
141 g.removeEdgesFrom(bv);
147 g.removeEdgesTo(bv);
164 template <class BV>
167 BVGraph<BV> g;
169 BV target;
221 template <class BV>
223 BVGraph<BV> g;
248 BV target;
265 template <class BV>
268 BVGraph<BV> g;
270 BV t7;
305 template <class BV>
307 BVGraph<BV> g;
308 BV from;