Searched refs:RunType (Results 1 – 3 of 3) sorted by relevance
54 template <typename RunType>64 typedef void RunType(); typedef in PR11931::Callback66 template <typename RunType>67 Callback(BindState<RunType> bind_state) { in Callback()68 BindState<RunType>::Run(); in Callback()
64 std::string RunType; in fromJSON() local67 O.map("run_type", RunType) && O.map("label", Label)) { in fromJSON()72 Out.Type = StringSwitch<SampleType>(RunType) in fromJSON()
1525 enum RunType { RT_Iteration, RT_Aggregate }; enum1549 RunType run_type;