Home
last modified time | relevance | path

Searched refs:tup (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/serializer/
H A Dtuple_to_struct.h24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<Is...> is, Tuple &&tup) in TupleToStructImpl() argument
26 return {std::get<Is>(std::forward<Tuple>(tup))...}; in TupleToStructImpl()
30 Struct TupleToStruct(Tuple &&tup) in TupleToStruct() argument
35 return TupleToStructImpl<Struct>(sequence, std::forward<Tuple>(tup)); in TupleToStruct()
/arkcompiler/runtime_core/static_core/libpandabase/serializer/
H A Dtuple_to_struct.h24 Struct TupleToStructImpl([[maybe_unused]] std::index_sequence<IS...> is, Tuple &&tup) in TupleToStructImpl() argument
26 return {std::get<IS>(std::forward<Tuple>(tup))...}; in TupleToStructImpl()
30 Struct TupleToStruct(Tuple &&tup) in TupleToStruct() argument
35 return TupleToStructImpl<Struct>(sequence, std::forward<Tuple>(tup)); in TupleToStruct()
/arkcompiler/runtime_core/static_core/scripts/clang-tidy/
H A Dclang_tidy_check.py340 file_list.sort(key=lambda tup: tup[0])
360 filtered.sort(key=lambda tup: tup[0])
388 filtered.sort(key=lambda tup: tup[0])
/arkcompiler/runtime_core/static_core/scripts/code_style/
H A Dclang_tidy_rename.py150 file_list.sort(key=lambda tup: tup[0])

Completed in 3 milliseconds