Home
last modified time | relevance | path

Searched defs:any (Results 76 – 100 of 8399) sorted by relevance

12345678910>>...336

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/typeparam/
H A Deface.go15 func f[T any](x E[T]) interface{} {
20 func g[T any](x interface{}) E[T] {
33 func h[T any](x I[T]) interface{ foo() } {
38 func i[T any](x interface{ foo() }) I[T] {
H A Dchans.go39 func _ReadAll[Elem any](ctx context.Context, c <-chan Elem) []Elem {
57 func _Merge[Elem any](ctx context.Context, c1, c2 <-chan Elem) <-chan Elem {
87 func _Filter[Elem any](ctx context.Context, c <-chan Elem, f func(Elem) bool) <-chan Elem {
111 func _Sink[Elem any](ctx context.Context) chan<- Elem {
135 func _MakeExclusive[Val any](initial Val) *_Exclusive[Val] {
179 func _Ranger[Elem any]() (*_Sender[Elem], *_Receiver[Elem]) {
H A Dissue47272.go26 func Some[T any](val T) Option[T] { return Option[T]{ok: true, val: val} }
27 func None[T any]() Option[T] { return Option[T]{ok: false} }
42 func Ok[T, E any](val T) Result[T, E] { return Result[T, E]{ok: true, val: val} }
43 func Err[T, E any](err E) Result[T, E] { return Result[T, E]{ok: false, err: err} }
H A Dslices.go65 func _EqualFn[Elem any](s1, s2 []Elem, eq func(Elem, Elem) bool) bool {
79 func _Map[Elem1, Elem2 any](s []Elem1, f func(Elem1) Elem2) []Elem2 {
89 func _Reduce[Elem1, Elem2 any](s []Elem1, initializer Elem2, f func(Elem2, Elem1) Elem2) Elem2 {
98 func _Filter[Elem any](s []Elem, f func(Elem) bool) []Elem {
133 func _Append[T any](s []T, t ...T) []T {
150 func _Copy[T any](s, t []T) int {
H A Dtypelist.go21 func at[T interface{ ~[]E }, E any](x T, i int) E { argument
66 func _[V any, T interface{ ~map[string]V }](p T) V {
92 func f2[A any, B interface{ ~[]A }](_ A, _ B) {}
112 func f4[A any, B interface{ ~[]C }, C interface{ ~*A }](_ A, _ B, c C) {}
125 }, B any, C interface{ ~*B }](x B) A { panic(0) } argument
132 func f6[A any, B interface{ ~struct{ f []A } }](B) A { panic(0) }
H A Dcons.go13 type any interface{} interface
57 func (xs Nil[a]) Match(casenil Function[Nil[a], any], casecons Function[Cons[a], any]) any { argument
66 func (xs Cons[a]) Match(casenil Function[Nil[a], any], casecons Function[Cons[a], any]) any { argument
85 func Map[a, b any](f Function[a, b], xs List[a]) List[b] {
H A Dissue48030.go11 func Seq[T any]() Src[T] {
15 func Seq2[T1 any, T2 any](v1 T1, v2 T2) Src[T2] {
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DAnyRegistryTest.cpp37 Any any = registry.store(1, kFollyToStringProtocol); in TEST() local
58 Any any = registry.store(1, kFollyToStringProtocol); in checkLongType() local
103 Any any = registry.store(1, kFollyToStringProtocol); in TEST() local
116 Any any; in TEST() local
135 Any any; in TEST() local
149 Any any = registry.store(1, intCodec.getProtocol()); in TEST() local
308 auto any = cregistry.store(1, kFollyToStringProtocol); in TEST() local
339 Any any = cregistry.store(1, kFollyToStringProtocol); in TEST() local
356 auto any = cregistry.store<StandardProtocol::Compact>(value); in TEST() local
367 auto any = AnyRegistry::generated().store<StandardProtocol::Compact>(value); in TEST() local
[all …]
/dports/devel/entt/entt-3.8.1/test/entt/meta/
H A Dmeta_pointer.cpp74 entt::meta_any any{value}; in TEST() local
87 entt::meta_any any{&value}; in TEST() local
108 const entt::meta_any any{&value}; in TEST() local
124 const entt::meta_any any{&value}; in TEST() local
140 entt::meta_any any{&value}; in TEST() local
161 entt::meta_any any{value}; in TEST() local
182 entt::meta_any any{&instance}; in TEST() local
238 auto test = [](entt::meta_any any) { in TEST()
258 auto test = [](entt::meta_any any) { in TEST()
278 auto test = [](entt::meta_any any) { in TEST()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DServerRequest.java206 public void result(Any any) in result()
236 public void set_result(org.omg.CORBA.Any any) in set_result()
257 public void except(Any any) in except()
287 public void set_exception(Any any) in set_exception()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DServerRequest.java206 public void result(Any any) in result()
236 public void set_result(org.omg.CORBA.Any any) in set_result()
257 public void except(Any any) in except()
287 public void set_exception(Any any) in set_exception()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/html/template/
H A Durl.go35 func urlFilter(args ...any) string {
59 func urlEscaper(args ...any) string {
68 func urlNormalizer(args ...any) string {
74 func urlProcessor(norm bool, args ...any) string {
144 func srcsetFilterAndEscaper(args ...any) string {
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
H A Dmatch_2.c7 test1 (svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svint16_t x, svint16_t y, int *any) in test2()
22 test3 (svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
30 test4 (svint16_t x, svint16_t y, int *any) in test4()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve2/acle/general/
H A Dmatch_3.c7 test1 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test1()
15 test2 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test2()
24 test3 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test3()
32 test4 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test4()
39 test5 (svbool_t pg, svint16_t x, svint16_t y, int *any, svbool_t *ptr) in test5()
47 test6 (svbool_t pg, svint16_t x, svint16_t y, int *any) in test6()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Derrors.go65 func (check *Checker) sprintf(format string, args ...any) string {
69 func sprintf(fset *token.FileSet, qf Qualifier, debug bool, format string, args ...any) string {
94 func (check *Checker) trace(pos token.Pos, format string, args ...any) {
103 func (check *Checker) dump(format string, args ...any) {
173 …k *Checker) newErrorf(at positioner, code errorCode, soft bool, format string, args ...any) error {
182 func (check *Checker) errorf(at positioner, code errorCode, format string, args ...any) {
186 func (check *Checker) softErrorf(at positioner, code errorCode, format string, args ...any) {
190 func (check *Checker) invalidAST(at positioner, format string, args ...any) {
194 func (check *Checker) invalidArg(at positioner, code errorCode, format string, args ...any) {
198 func (check *Checker) invalidOp(at positioner, code errorCode, format string, args ...any) {
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/src/ui/ui_exports/
H A DREADME.md10 ### export type reducers
14 ### example - UiApps
87 ### defaults
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DDialogUtils.cpp45 QString DialogUtils::prepareFileFilter(const QString &name, const QStringList &exts, bool any, cons… in prepareFileFilter()
49 QString DialogUtils::prepareDocumentsFileFilter(const DocumentFormatId &fid, bool any, const QStrin… in prepareDocumentsFileFilter()
53 QString DialogUtils::prepareDocumentsFileFilter(bool any, const QStringList &extra) { in prepareDocumentsFileFilter()
57 QString DialogUtils::prepareDocumentsFileFilter(const DocumentFormatConstraints &c, bool any) { in prepareDocumentsFileFilter()
61 QString DialogUtils::prepareDocumentsFileFilterByObjType(const GObjectType &t, bool any) { in prepareDocumentsFileFilterByObjType()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/ngs/include/ngs/mysqlx/
H A Dgetter_any.h41 static Value_type get_numeric_value(const ::Mysqlx::Datatypes::Any &any) { in get_numeric_value()
74 static Value_type get_numeric_value(const ::Mysqlx::Datatypes::Any &any, in get_numeric_value()
126 static Value_type get_numeric_value_or_default( in get_numeric_value_or_default()
137 static void put_scalar_value_to_functor(const ::Mysqlx::Datatypes::Any &any, in put_scalar_value_to_functor()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DVarHolder.cpp43 bool isJSONString(const Var& any) in isJSONString()
54 void appendJSONString(std::string& val, const Var& any) in appendJSONString()
62 void appendJSONKey(std::string& val, const Var& any) in appendJSONKey()
68 void appendJSONValue(std::string& val, const Var& any) in appendJSONValue()

12345678910>>...336