Home
last modified time | relevance | path

Searched refs:npos (Results 1 – 25 of 5366) sorted by relevance

12345678910>>...215

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
H A Dfind_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
34 test(S(""), "abcde", 0, 1, S::npos); in test0()
35 test(S(""), "abcde", 0, 2, S::npos); in test0()
36 test(S(""), "abcde", 0, 4, S::npos); in test0()
37 test(S(""), "abcde", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "abcde", 1, 0, S::npos); in test0()
50 test(S(""), "abcde", 1, 1, S::npos); in test0()
51 test(S(""), "abcde", 1, 2, S::npos); in test0()
52 test(S(""), "abcde", 1, 4, S::npos); in test0()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
H A Dfind_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
34 test(S(""), "abcde", 0, 1, S::npos); in test0()
35 test(S(""), "abcde", 0, 2, S::npos); in test0()
36 test(S(""), "abcde", 0, 4, S::npos); in test0()
37 test(S(""), "abcde", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "abcde", 1, 0, S::npos); in test0()
50 test(S(""), "abcde", 1, 1, S::npos); in test0()
51 test(S(""), "abcde", 1, 2, S::npos); in test0()
52 test(S(""), "abcde", 1, 4, S::npos); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp25 if (x != S::npos) in test()
32 test(S(""), "", 0, 0, S::npos); in test0()
33 test(S(""), "irkhs", 0, 0, S::npos); in test0()
34 test(S(""), "kante", 0, 1, S::npos); in test0()
35 test(S(""), "oknlr", 0, 2, S::npos); in test0()
36 test(S(""), "pcdro", 0, 4, S::npos); in test0()
37 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
48 test(S(""), "", 1, 0, S::npos); in test0()
49 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
50 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
H A Dfind_pointer_size_size.pass.cpp26 if (x != S::npos) in test()
35 test(S(""), "abcde", 0, 1, S::npos); in test0()
36 test(S(""), "abcde", 0, 2, S::npos); in test0()
37 test(S(""), "abcde", 0, 4, S::npos); in test0()
38 test(S(""), "abcde", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "abcde", 1, 0, S::npos); in test0()
51 test(S(""), "abcde", 1, 1, S::npos); in test0()
52 test(S(""), "abcde", 1, 2, S::npos); in test0()
53 test(S(""), "abcde", 1, 4, S::npos); in test0()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.view/string.view.find/
H A Dfind_first_of_pointer_size_size.pass.cpp26 if (x != S::npos) in test()
33 test(S(""), "", 0, 0, S::npos); in test0()
34 test(S(""), "irkhs", 0, 0, S::npos); in test0()
35 test(S(""), "kante", 0, 1, S::npos); in test0()
36 test(S(""), "oknlr", 0, 2, S::npos); in test0()
37 test(S(""), "pcdro", 0, 4, S::npos); in test0()
38 test(S(""), "bnrpe", 0, 5, S::npos); in test0()
49 test(S(""), "", 1, 0, S::npos); in test0()
50 test(S(""), "lbtqd", 1, 0, S::npos); in test0()
51 test(S(""), "tboim", 1, 1, S::npos); in test0()
[all …]

12345678910>>...215