Searched refs:RunLocation (Results 1 – 2 of 2) sorted by relevance
37 enum RunLocation { enum127 RunLocation run_location() const { return run_location_; } in run_location()128 void set_run_location(RunLocation location) { run_location_ = location; } in set_run_location()187 RunLocation run_location_;
153 run_location_ = static_cast<RunLocation>(run_location); in Unpickle()