Home
last modified time | relevance | path

Searched defs:tuple (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DassignmentRestElementWithErrorSourceType.js2 var tuple: [string, number]; variable
6 var tuple; variable
H A Dfor-of36.js2 var tuple: [string, boolean] = ["", true]; variable
8 var tuple = ["", true]; variable
H A DES5For-ofTypeCheck3.js2 var tuple: [string, number] = ["", 0]; variable
6 var tuple = ["", 0]; variable
H A DrestElementWithAssignmentPattern3.js3 var tuple: [string, number] = ["", 1]; variable
9 var tuple = ["", 1]; variable
H A DrestElementWithAssignmentPattern4.js3 var tuple: [string, number] = ["", 1]; variable
9 var tuple = ["", 1]; variable
H A DES5For-of30.js3 var tuple: [number, string] = [2, "3"]; variable
12 var tuple = [2, "3"]; variable
H A DargumentExpressionContextualTyping.js13 var tuple: [string, number, boolean] = ["string", 1, true]; variable
44 var tuple = ["string", 1, true]; variable
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dfunction_traits.h38 auto CallMemberFunction(C* instance, F func, T&& tuple, std::index_sequence<I...>) in CallMemberFunction() argument
50 auto CallStaticMemberFunction(F func, T&& tuple, std::index_sequence<I...>) in CallStaticMemberFunction() argument
62 T* ConstructFromTuple(Tuple&& tuple, std::index_sequence<Is...>) in ConstructFromTuple() argument
68 T* ConstructFromTuple(Tuple&& tuple) in ConstructFromTuple() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dtuple.hpp29 namespace tuple { namespace
/third_party/python/Include/cpython/
H A Dtupleobject.h23 PyTupleObject *tuple = _PyTuple_CAST(op); in PyTuple_GET_SIZE() local
35 PyTupleObject *tuple = _PyTuple_CAST(op); in PyTuple_SET_ITEM() local
/third_party/skia/third_party/externals/dawn/src/tests/
H A DMockCallback.h68 std::tuple<Args...> tuple = std::make_tuple(args...); in CallUnboundCallback() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash.h235 auto tuple = std::tie(values...); in HashOf() local
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs275 pub fn tuple<I, O, E: ParseError<I>, List: Tuple<I, O, E>>( in tuple() functions
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall.h36 static __always_inline int send_sock_tcp_reset(struct match_tuple *tuple, struct __sk_buff *skb, enum stream_dir dir) in send_sock_tcp_reset() argument
56 static __always_inline bool get_packet_rst_flag(struct match_tuple *tuple) in get_packet_rst_flag() argument
106 struct match_tuple tuple = { 0 }; netfirewall_policy_ingress() local
146 MatchDnsQuery(const struct match_tuple *tuple) MatchDnsQuery() argument
165 struct match_tuple tuple = { 0 }; netfirewall_policy_egress() local
[all...]
H A Dnetfirewall_event.h62 static __always_inline void log_intercept(struct match_tuple *tuple) in log_intercept() argument
93 log_tuple(struct match_tuple *tuple) log_tuple() argument
[all...]
H A Dnetfirewall_ct.h135 static __always_inline bool ct_create_entry(struct ct_tuple *tuple, struct __sk_buff *skb, const enum ct_dir dir) in ct_create_entry() argument
157 static __always_inline enum ct_status ct_lookup_entry(struct __sk_buff *skb, const struct ct_tuple *tuple, in ct_lookup_entry() argument
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmulti.cc57 auto tuple = wasm::ownvec<wasm::ValType>::make( in run() local
/third_party/node/deps/v8/src/codegen/
H A Dpending-optimization-table.cc45 Handle<Tuple2> tuple = isolate->factory()->NewTuple2( in PreparedForOptimization() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c68 bi_print_tuple(bi_tuple *tuple, FILE *fp) in bi_print_tuple() argument
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_settings.cpp35 const auto& tuple = Plugin::g_tagInfoMap.at(tag); in CommonParameterChecker() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp105 SetCompatibleIdentifyByType(DistributedDB::KvStoreNbDelegate *storeDelegate, const KvStoreTuple &tuple) SetCompatibleIdentifyByType() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java465 propertiesFromTuple( DataDrivenNumberFormatTestData tuple, DecimalFormatProperties properties) propertiesFromTuple() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java468 propertiesFromTuple( DataDrivenNumberFormatTestData tuple, DecimalFormatProperties properties) propertiesFromTuple() argument
[all...]
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc161 class tuple : public _Tuple_impl<0, _Elements...> class
168 constexpr tuple(_UElements&&... __elements) in tuple() function in std::tuple
[all...]
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_reference.cpp157 std::tuple<NativeEngine*, void*, void*> tuple = std::make_tuple(engine_, data_, hint_); in FinalizeCallback() local

Completed in 9 milliseconds

1234