Home
last modified time | relevance | path

Searched defs:Tuple (Results 1 – 25 of 152) sorted by relevance

1234567

/external/starlark-go/starlark/
Dlibrary.go164 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 …]
Dbench_test.go104 …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
Dunpack.go85 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/
Dstarlarktest.go79 …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/
Djson.go82 … 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/
Denable_reduced_arity_initialization_extension.pass.cpp44 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
Ddisable_reduced_arity_initialization_extension.pass.cpp45 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/
Denable_reduced_arity_initialization_extension.pass.cpp43 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
Ddisable_reduced_arity_initialization_extension.pass.cpp44 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/
DUTypes.pass.cpp47 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/
DUTypes.pass.cpp46 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/
Dis_nothrow_constructible.pass.cpp96 struct Tuple { struct
97 Tuple(Empty&&) noexcept {} in Tuple() function
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_constructible.pass.cpp95 struct Tuple { struct
96 Tuple(Empty&&) noexcept {} in Tuple() argument
/external/starlark-go/lib/proto/
Dproto.go170 …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/
Dmake_from_tuple.pass.cpp101 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/
Dmake_from_tuple.pass.cpp102 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/
Dbasic-safe-part.rs44 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/
Dforward_as_tuple.pass.cpp25 test0(const Tuple&) in test0()
62 test3(const Tuple&) in test3()
/external/rust/crates/pin-project/tests/expand/naming/
Denum-all.expanded.rs9 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/
Dforward_as_tuple.pass.cpp24 test0(const Tuple&) in test0()
61 test3(const Tuple&) in test3()
/external/rust/crates/pin-project/tests/expand/unsafe_unpin/
Denum.expanded.rs9 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/
Denum.expanded.rs9 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/
Denum.expanded.rs12 Tuple(#[pin] T, #[pin] T, U, U), enumerator
36 Tuple( enumerator
65 Tuple( enumerator
91 Tuple( enumerator
/external/rust/crates/pin-project/tests/
Dlint.rs499 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/
Dtuple.rs6 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

1234567