| /third_party/typescript/tests/baselines/reference/ |
| H A D | assignmentRestElementWithErrorSourceType.js | 2 var tuple: [string, number]; variable 6 var tuple;
variable
|
| H A D | for-of36.js | 2 var tuple: [string, boolean] = ["", true]; variable 8 var tuple = ["", true];
variable
|
| H A D | ES5For-ofTypeCheck3.js | 2 var tuple: [string, number] = ["", 0]; variable 6 var tuple = ["", 0];
variable
|
| H A D | restElementWithAssignmentPattern3.js | 3 var tuple: [string, number] = ["", 1]; variable 9 var tuple = ["", 1];
variable
|
| H A D | restElementWithAssignmentPattern4.js | 3 var tuple: [string, number] = ["", 1]; variable 9 var tuple = ["", 1];
variable
|
| H A D | ES5For-of30.js | 3 var tuple: [number, string] = [2, "3"]; variable 12 var tuple = [2, "3"];
variable
|
| H A D | argumentExpressionContextualTyping.js | 13 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 D | function_traits.h | 38 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 D | tuple.hpp | 29 namespace tuple { namespace
|
| /third_party/python/Include/cpython/ |
| H A D | tupleobject.h | 23 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 D | MockCallback.h | 68 std::tuple<Args...> tuple = std::make_tuple(args...); in CallUnboundCallback() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
| H A D | hash.h | 235 auto tuple = std::tie(values...); in HashOf() local
|
| /third_party/rust/crates/nom/src/sequence/ |
| H A D | mod.rs | 275 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 D | netfirewall.h | 36 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 D | netfirewall_event.h | 62 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 D | netfirewall_ct.h | 135 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 D | multi.cc | 57 auto tuple = wasm::ownvec<wasm::ValType>::make( in run() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | pending-optimization-table.cc | 45 Handle<Tuple2> tuple = isolate->factory()->NewTuple2( in PreparedForOptimization() local
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_print.c | 68 bi_print_tuple(bi_tuple *tuple, FILE *fp) in bi_print_tuple() argument
|
| /foundation/multimedia/media_foundation/engine/pipeline/filters/common/ |
| H A D | plugin_settings.cpp | 35 const auto& tuple = Plugin::g_tagInfoMap.at(tag); in CommonParameterChecker() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
| H A D | upgrade_manager.cpp | 105 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 D | NumberFormatDataDrivenTest.java | 465 propertiesFromTuple( DataDrivenNumberFormatTestData tuple, DecimalFormatProperties properties) propertiesFromTuple() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | NumberFormatDataDrivenTest.java | 468 propertiesFromTuple( DataDrivenNumberFormatTestData tuple, DecimalFormatProperties properties) propertiesFromTuple() argument [all...] |
| /third_party/libabigail/tests/data/test-diff-dwarf/ |
| H A D | test42-PR21296-clanggcc.cc | 161 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 D | ark_native_reference.cpp | 157 std::tuple<NativeEngine*, void*, void*> tuple = std::make_tuple(engine_, data_, hint_); in FinalizeCallback() local
|