Searched refs:IsIn (Results 1 – 2 of 2) sorted by relevance
98 bool IsIn() const { return !is_out; } in IsIn() function215 if (current_record.IsIn() && prev.IsIn()) { in RecoverExecutionsFromConsecutiveRecords()226 } else if (current_record.IsOut() && prev.IsIn()) { in RecoverExecutionsFromConsecutiveRecords()286 if (prev_record && prev_record->IsIn()) in DecodePerfContextSwitchTrace()
43 static int IsIn(const char *string, const char *substring);129 return IsIn(argv[2], argv[3]); in main()488 IsIn( in IsIn() function