Home
last modified time | relevance | path

Searched defs:Ts (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-support/src/
Dtoposort.rs16 struct Ts<K, D, I> in toposort() struct
22 result_set: HashSet<K>, in toposort()
23 result: Vec<K>, in toposort()
24 deps: D, in toposort()
25 stack: HashSet<K>, in toposort()
28 impl<K, D, I> Ts<K, D, I> in toposort() impl
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-type-identity.cpp145 template<typename ...Ts> void h(S<X<Ts>...>) {} // expected-note {{previous}} in h()
146 template<typename ...Ts> void h(S<Y<Ts, sizeof(Ts)>...>) {} // expected-error {{redefinition}} in h()
H A Dms-if-exists.cpp62 void g(T, Ts...) { in g() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater_equal/
H A Dcmp_greater_equal.pass.cpp68 constexpr void test1(const std::tuple<Ts...>&) { in test1()
78 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less_equal/
H A Dcmp_less_equal.pass.cpp67 constexpr void test1(const std::tuple<Ts...>&) { in test1()
77 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.cmp_greater/
H A Dcmp_greater.pass.cpp66 constexpr void test1(const std::tuple<Ts...>&) { in test1()
76 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.cmp_less/
H A Dcmp_less.pass.cpp67 constexpr void test1(const std::tuple<Ts...>&) { in test1()
77 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.cmp_not_equal/
H A Dcmp_not_equal.pass.cpp74 constexpr void test1(const std::tuple<Ts...>&) { in test1()
84 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.cmp_equal/
H A Dcmp_equal.pass.cpp75 constexpr void test1(const std::tuple<Ts...>&) { in test1()
85 constexpr void test2(const std::tuple<Ts...>&, const UTuple& utuple) { in test2()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DOperations.cpp203 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex()
262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex()
311 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DOperations.cpp196 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex()
254 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex()
300 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex()
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dtable_test.cc147 int sizeof_tuple_of_optionals(std::tuple<Ts...>*) { in sizeof_tuple_of_optionals()
152 int sizeof_table(std::tuple<Ts...>*) { in sizeof_table()
/aosp_15_r20/external/armnn/include/armnn/utility/
H A DIgnoreUnused.hpp14 inline void IgnoreUnused(Ts&&...){} in IgnoreUnused() argument
/aosp_15_r20/external/armnn/profiling/common/include/
H A DIgnoreUnused.hpp16 inline void IgnoreUnused(Ts&&...){} in IgnoreUnused() argument
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dcrash.mm23 template<typename...Ts> void f(Ts); // expected-error {{unexpanded}} category
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp3.cpp19 void defaultpack(Ts... = 0) {} // expected-error{{parameter pack cannot have a default argument}} in defaultpack() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/utility.intcmp/intcmp.in_range/
H A Din_range.pass.cpp61 constexpr void test1(const std::tuple<Ts...>&) { in test1()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_typing.py1259 def func1(*args: *Ts): pass
1273 def func1(*args: '*Ts'): pass
1460 def f(*args: Unpack[Ts]): pass
1461 def g(*args: *Ts): pass
1479 def a(*args: *tuple[int, *Ts]): pass
1485 def b(*args: *tuple[*Ts, int]): pass
1491 def c(*args: *tuple[str, *Ts, int]): pass
1497 def d(*args: *tuple[int, bool, *Ts, float, str]): pass
1505 def e(*args: Unpack[Tuple[int, Unpack[Ts]]]): pass
1511 def f(*args: Unpack[Tuple[Unpack[Ts], int]]): pass
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/traceviewer/
Demitter.go384 Ts time.Duration member
459 Ts time.Duration member
/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A Dat_quick_exit_test.cpp48 LIBC_NAMESPACE::cpp::integer_sequence<int, Ts...>) { in register_at_quick_exit_handlers() argument
H A Datexit_test.cpp48 LIBC_NAMESPACE::cpp::integer_sequence<int, Ts...>) { in register_atexit_handlers() argument
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dinterval_tree.h33 using Ts = uint64_t; variable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-variadics.cpp9 template<class ... Ts> void print(Ts ... ) { } in print()
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp104 zod<sizeof...(Ts)> make_zod(Ts ...) { in make_zod()
/aosp_15_r20/system/media/audio/include/system/
H A Delementwise_op.h76 requires(has_tag_and_get_tag_v<T> && ... && has_tag_and_get_tag_v<Ts>) in requires()

1234