Home
last modified time | relevance | path

Searched defs:tup (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h33 auto tup = new Target(std::forward<Fn>(fn), std::forward<Args>(args)...); in thread() local
46 auto tup = new Target(std::forward<Fn>(fn), std::forward<Args>(args)...); in thread() local
112 static inline void execute(Target& tup, in execute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1330 [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()
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dserializer_compact.rs616 tup: (i32, i32, i32), in ut_serialize_struct() field
H A Ddeserializer.rs1064 tup: (i32, i32, i32), in ut_deserialize_struct() field