reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/XRay/FDRBlockIndexerTest.cpp
   55   BlockIndexer Indexer(Index);
   64   ASSERT_THAT(Index.size(), Eq(2u));
   65   auto T1Blocks = Index.find({1, 1});
   66   ASSERT_THAT(T1Blocks, Not(Eq(Index.end())));
   72   auto T2Blocks = Index.find({1, 2});
   73   ASSERT_THAT(T2Blocks, Not(Eq(Index.end())));