/external/starlark-go/starlark/ |
D | library.go | 164 func all(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 181 func any(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 198 func bool_(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 207 func bytes_(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 246 func chr(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 267 func dict(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 279 func dir(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 300 func enumerate(thread *Thread, _ *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 336 func fail(thread *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { 357 func float(thread *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { [all …]
|
D | bench_test.go | 104 …artImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 109 …artImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 114 …topImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple…
|
D | unpack.go | 85 func UnpackArgs(fnname string, args Tuple, kwargs []Tuple, pairs ...interface{}) error { 156 func UnpackPositionalArgs(fnname string, args Tuple, kwargs []Tuple, min int, vars ...interface{}) …
|
/external/starlark-go/starlarktest/ |
D | starlarktest.go | 79 …c catch(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 91 …matches(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 104 … error_(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 122 … freeze(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple…
|
/external/starlark-go/starlarkjson/ |
D | json.go | 82 … encode(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 229 … indent(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 249 … decode(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple…
|
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | enable_reduced_arity_initialization_extension.pass.cpp | 44 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 50 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 57 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 66 typedef std::tuple<MO, int> Tuple; in test_default_constructible_extension_sfinae() typedef
|
D | disable_reduced_arity_initialization_extension.pass.cpp | 45 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 51 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 58 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
|
/external/llvm-project/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | enable_reduced_arity_initialization_extension.pass.cpp | 43 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 49 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 56 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 65 typedef std::tuple<MO, int> Tuple; in test_default_constructible_extension_sfinae() typedef
|
D | disable_reduced_arity_initialization_extension.pass.cpp | 44 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 50 typedef std::tuple<MO, MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef 57 typedef std::tuple<MO, ND> Tuple; in test_default_constructible_extension_sfinae() typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | UTypes.pass.cpp | 47 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef 60 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef 74 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef 90 typedef std::tuple<MoveOnly, int> Tuple; in test_default_constructible_extension_sfinae() typedef
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | UTypes.pass.cpp | 46 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef 59 typedef std::tuple<MoveOnly, MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef 73 typedef std::tuple<MoveOnly, NoDefault> Tuple; in test_default_constructible_extension_sfinae() typedef 89 typedef std::tuple<MoveOnly, int> Tuple; in test_default_constructible_extension_sfinae() typedef
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_nothrow_constructible.pass.cpp | 96 struct Tuple { struct 97 Tuple(Empty&&) noexcept {} in Tuple() function
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_nothrow_constructible.pass.cpp | 95 struct Tuple { struct 96 Tuple(Empty&&) noexcept {} in Tuple() argument
|
/external/starlark-go/lib/proto/ |
D | proto.go | 170 …c file(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 192 …nc has(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 225 func marshal(_ *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 246 …arshal(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 256 …l_text(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 267 …arlark(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 289 …arlark(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tuple… 312 …sageDescriptor) CallInternal(thread *starlark.Thread, args starlark.Tuple, kwargs []starlark.Tuple… 358 func setFields(msg protoreflect.Message, items []starlark.Tuple) error {
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 101 using Tuple = std::array<int, 3>; in test_constexpr_construction() typedef 173 using Tuple = std::tuple<int, NothrowMoveable>; in test_noexcept() typedef 180 using Tuple = std::pair<int, NothrowMoveable>; in test_noexcept() typedef 187 using Tuple = std::tuple<int, int, int>; in test_noexcept() typedef 192 using Tuple = std::tuple<long, long, long>; in test_noexcept() typedef 197 using Tuple = std::array<int, 3>; in test_noexcept() typedef 202 using Tuple = std::array<long, 3>; in test_noexcept() typedef
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 102 using Tuple = std::array<int, 3>; in test_constexpr_construction() typedef 174 using Tuple = std::tuple<int, NothrowMoveable>; in test_noexcept() typedef 181 using Tuple = std::pair<int, NothrowMoveable>; in test_noexcept() typedef 188 using Tuple = std::tuple<int, int, int>; in test_noexcept() typedef 193 using Tuple = std::tuple<long, long, long>; in test_noexcept() typedef 198 using Tuple = std::array<int, 3>; in test_noexcept() typedef 203 using Tuple = std::array<long, 3>; in test_noexcept() typedef
|
/external/rust/crates/pin-project/tests/include/ |
D | basic-safe-part.rs | 44 Tuple(#[pin] T, U), enumerator 82 Tuple(#[pin] T, U), enumerator 135 Tuple(#[pin] T, U), enumerator 163 Tuple(#[pin] T, U), enumerator 191 Tuple(#[pin] T, U), enumerator
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | forward_as_tuple.pass.cpp | 25 test0(const Tuple&) in test0() 62 test3(const Tuple&) in test3()
|
/external/rust/crates/pin-project/tests/expand/naming/ |
D | enum-all.expanded.rs | 9 Tuple(#[pin] T, U), enumerator 31 Tuple(::pin_project::__private::Pin<&'pin mut (T)>, &'pin mut (U)), enumerator 53 Tuple(::pin_project::__private::Pin<&'pin (T)>, &'pin (U)), enumerator 72 Tuple(::pin_project::__private::PhantomData<T>, U), enumerator
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.creation/ |
D | forward_as_tuple.pass.cpp | 24 test0(const Tuple&) in test0() 61 test3(const Tuple&) in test3()
|
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/ |
D | enum.expanded.rs | 9 Tuple(#[pin] T, U), enumerator 31 Tuple(::pin_project::__private::Pin<&'pin mut (T)>, &'pin mut (U)), enumerator 53 Tuple(::pin_project::__private::Pin<&'pin (T)>, &'pin (U)), enumerator
|
/external/rust/crates/pin-project/tests/expand/not_unpin/ |
D | enum.expanded.rs | 9 Tuple(#[pin] T, U), enumerator 31 Tuple(::pin_project::__private::Pin<&'pin mut (T)>, &'pin mut (U)), enumerator 53 Tuple(::pin_project::__private::Pin<&'pin (T)>, &'pin (U)), enumerator
|
/external/rust/crates/pin-project/tests/expand/multifields/ |
D | enum.expanded.rs | 12 Tuple(#[pin] T, #[pin] T, U, U), enumerator 36 Tuple( enumerator 65 Tuple( enumerator 91 Tuple( enumerator
|
/external/rust/crates/pin-project/tests/ |
D | lint.rs | 499 Tuple(#[pin] Box<isize>, Box<isize>), enumerator 590 Tuple( enumerator 704 Tuple(#[pin] &'a mut T, &'a mut U), enumerator 879 Tuple(#[pin] &'a mut T, &'a mut U), enumerator 952 Tuple(#[pin] T, U), enumerator 1032 Tuple(#[pin] T, U), enumerator
|
/external/rust/crates/criterion/src/stats/ |
D | tuple.rs | 6 pub trait Tuple: Sized { interface 38 impl<A> Tuple for (A,) impl 75 impl<A, B> Tuple for (A, B) impl 120 impl<A, B, C> Tuple for (A, B, C) impl 175 impl<A, B, C, D> Tuple for (A, B, C, D) impl
|