Searched refs:has_tid (Results 1 – 6 of 6) sorted by relevance
121 bool has_tid[16]; in TestRegistry() local122 internal_memset(&has_tid[0], 0, sizeof(has_tid)); in TestRegistry()125 registry->RunCallbackForEachThreadLocked(MarkUidAsPresent, &has_tid[0]); in TestRegistry()128 EXPECT_TRUE(has_tid[i]); in TestRegistry()
65 bool has_tid, in ParseVP8TIDAndKeyIdx() argument71 if (has_tid) { in ParseVP8TIDAndKeyIdx()93 bool has_tid = (*data & 0x20) ? true : false; // T bit in ParseVP8Extension() local113 if (has_tid || has_key_idx) { in ParseVP8Extension()115 vp8, &data, &data_length, &parsed_bytes, has_tid, has_key_idx) != in ParseVP8Extension()
293 (IncludeTidLabels() && sample.sample.has_tid()) ? sample.sample.tid() : 0; in MakeSampleKey()302 sample.sample.has_tid()) { in MakeSampleKey()453 if (IncludeTidLabels() && context.sample.has_tid()) { in AddOrUpdateSample()
422 event.sample_event().has_tid())) { in MapSampleEvent()
419 CHECK(sample.has_tid()) << "Cannot have PID without TID."; in DeserializeSampleEvent()737 if (sample.has_tid()) { in DeserializeSampleInfo()
1416 EXPECT_FALSE(event.mmap_event().sample_info().has_tid()); in TEST()