Searched refs:DelegateDebugIdType (Results 1 – 3 of 3) sorted by relevance
36 enum class DelegateDebugIdType { enum106 DelegateDebugIdType delegate_event_id_type;502 using ::executorch::runtime::DelegateDebugIdType;
27 using ::executorch::runtime::DelegateDebugIdType;208 prof_entry.delegate_event_id_type = DelegateDebugIdType::kNone; in start_profiling()231 DelegateDebugIdType delegate_event_id_type = in start_profiling_delegate()232 name == nullptr ? DelegateDebugIdType::kInt : DelegateDebugIdType::kStr; in start_profiling_delegate()260 if (event_tracer_entry.delegate_event_id_type == DelegateDebugIdType::kInt) { in end_profiling_delegate()429 prof_entry.delegate_event_id_type == DelegateDebugIdType::kNone, in end_profiling()
30 using ::executorch::runtime::DelegateDebugIdType;584 EXPECT_NE(entry.delegate_event_id_type, DelegateDebugIdType::kNone); in TEST_F()