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

References

unittests/XRay/FDRRecordsTest.cpp
   60   BlockIndexer Indexer(Index);
   68   ASSERT_THAT(Index.size(), Eq(2u));
   69   auto T1Blocks = Index.find({1, 1});
   70   ASSERT_THAT(T1Blocks, Not(Eq(Index.end())));
   72   auto T2Blocks = Index.find({1, 2});
   73   ASSERT_THAT(T2Blocks, Not(Eq(Index.end())));