OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindFirstOf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/test/
trace_event_analyzer_unittest.cc
778
// Test
FindFirstOf
and FindLastOf.
783
EXPECT_FALSE(
FindFirstOf
(event_ptrs, Query::Bool(true), 0, &index));
784
EXPECT_FALSE(
FindFirstOf
(event_ptrs, Query::Bool(true), 10, &index));
796
//
FindFirstOf
797
EXPECT_FALSE(
FindFirstOf
(event_ptrs, Query::Bool(false), 0, &index));
798
EXPECT_TRUE(
FindFirstOf
(event_ptrs, Query::Bool(true), 0, &index));
800
EXPECT_TRUE(
FindFirstOf
(event_ptrs, Query::Bool(true), 5, &index));
803
EXPECT_FALSE(
FindFirstOf
(event_ptrs, query_bam, bam_index + 1, &index));
804
EXPECT_TRUE(
FindFirstOf
(event_ptrs, query_bam, 0, &index));
806
EXPECT_TRUE(
FindFirstOf
(event_ptrs, query_bam, bam_index, &index))
[
all
...]
trace_event_analyzer.h
618
const TraceEvent*
FindFirstOf
(const Query& query);
668
bool
FindFirstOf
(const TraceEventVector& events,
trace_event_analyzer.cc
799
const TraceEvent* TraceAnalyzer::
FindFirstOf
(const Query& query) {
888
bool
FindFirstOf
(const TraceEventVector& events,
Completed in 937 milliseconds