Searched defs:tup (Results 1 – 4 of 4) sorted by relevance
33 auto tup = new Target(std::forward<Fn>(fn), std::forward<Args>(args)...); in thread() local46 auto tup = new Target(std::forward<Fn>(fn), std::forward<Args>(args)...); in thread() local112 static inline void execute(Target& tup, in execute()
1330 [child](const auto& tup) { return std::get<0>(tup) == child; }); in AddDisappearingChild()1348 [child](const auto& tup) { return std::get<0>(tup) == child; }); in RemoveDisappearingChild()1374 [](const auto& tup) { return std::get<0>(tup)->RemoveImmediately(); }); in RemoveImmediately()
616 tup: (i32, i32, i32), in ut_serialize_struct() field
1064 tup: (i32, i32, i32), in ut_deserialize_struct() field