Home
last modified time | relevance | path

Searched refs:FindLastOf (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/test/
Dtrace_event_analyzer_unittest.cc821 EXPECT_FALSE(FindLastOf(event_ptrs, Query::Bool(true), 0, &index)); in TEST_F()
822 EXPECT_FALSE(FindLastOf(event_ptrs, Query::Bool(true), 10, &index)); in TEST_F()
846 EXPECT_FALSE(FindLastOf(event_ptrs, Query::Bool(false), 1000, &index)); in TEST_F()
847 EXPECT_TRUE(FindLastOf(event_ptrs, Query::Bool(true), 1000, &index)); in TEST_F()
849 EXPECT_TRUE(FindLastOf(event_ptrs, Query::Bool(true), num_events - 5, in TEST_F()
853 EXPECT_FALSE(FindLastOf(event_ptrs, query_bam, bam_index - 1, &index)); in TEST_F()
854 EXPECT_TRUE(FindLastOf(event_ptrs, query_bam, num_events, &index)); in TEST_F()
856 EXPECT_TRUE(FindLastOf(event_ptrs, query_bam, bam_index, &index)); in TEST_F()
Dtrace_event_analyzer.h726 const TraceEvent* FindLastOf(const Query& query);
780 bool FindLastOf(const TraceEventVector& events,
Dtrace_event_analyzer.cc865 const TraceEvent* TraceAnalyzer::FindLastOf(const Query& query) { in FindLastOf() function in trace_analyzer::TraceAnalyzer
961 bool FindLastOf(const TraceEventVector& events, in FindLastOf() function