OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u16string_view
(Results
1 - 18
of
18
) sorted by null
/external/libcxx/test/std/experimental/string.view/string.view.cons/
default.pass.cpp
39
typedef std::experimental::
u16string_view
u16string_view
;
typedef
44
test<
u16string_view
> ();
/external/libcxx/test/std/strings/string.view/string.view.cons/
default.pass.cpp
39
typedef std::
u16string_view
u16string_view
;
typedef
44
test<
u16string_view
> ();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.cons/
default.pass.cpp
37
typedef std::experimental::
u16string_view
u16string_view
;
typedef
42
test<
u16string_view
> ();
/external/libcxx/test/std/experimental/string.view/string.view.capacity/
capacity.pass.cpp
59
typedef std::experimental::
u16string_view
u16string_view
;
typedef
64
test1<
u16string_view
> ();
/external/libcxx/test/std/experimental/string.view/string.view.iterators/
begin.pass.cpp
46
typedef std::experimental::
u16string_view
u16string_view
;
typedef
51
test(
u16string_view
());
57
test(
u16string_view
{u"123"});
64
constexpr
u16string_view
u16sv {u"123", 3 };
end.pass.cpp
55
typedef std::experimental::
u16string_view
u16string_view
;
typedef
60
test(
u16string_view
());
66
test(
u16string_view
{u"123"});
73
constexpr
u16string_view
u16sv {u"123", 3 };
rend.pass.cpp
55
typedef std::experimental::
u16string_view
u16string_view
;
typedef
60
test(
u16string_view
());
66
test(
u16string_view
{u"123"});
rbegin.pass.cpp
47
typedef std::experimental::
u16string_view
u16string_view
;
typedef
52
test(
u16string_view
());
58
test(
u16string_view
{u"123"});
/external/libcxx/test/std/strings/string.view/string.view.capacity/
capacity.pass.cpp
59
typedef std::
u16string_view
u16string_view
;
typedef
64
test1<
u16string_view
> ();
/external/libcxx/test/std/strings/string.view/string.view.iterators/
begin.pass.cpp
46
typedef std::
u16string_view
u16string_view
;
typedef
51
test(
u16string_view
());
57
test(
u16string_view
{u"123"});
64
constexpr
u16string_view
u16sv {u"123", 3 };
end.pass.cpp
55
typedef std::
u16string_view
u16string_view
;
typedef
60
test(
u16string_view
());
66
test(
u16string_view
{u"123"});
73
constexpr
u16string_view
u16sv {u"123", 3 };
rend.pass.cpp
55
typedef std::
u16string_view
u16string_view
;
typedef
60
test(
u16string_view
());
66
test(
u16string_view
{u"123"});
73
constexpr
u16string_view
u16sv {u"123", 3 };
rbegin.pass.cpp
47
typedef std::
u16string_view
u16string_view
;
typedef
52
test(
u16string_view
());
58
test(
u16string_view
{u"123"});
65
constexpr
u16string_view
u16sv {u"123", 3 };
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.capacity/
capacity.pass.cpp
57
typedef std::experimental::
u16string_view
u16string_view
;
typedef
62
test1<
u16string_view
> ();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.iterators/
begin.pass.cpp
44
typedef std::experimental::
u16string_view
u16string_view
;
typedef
49
test(
u16string_view
());
55
test(
u16string_view
{u"123"});
62
constexpr
u16string_view
u16sv {u"123", 3 };
end.pass.cpp
52
typedef std::experimental::
u16string_view
u16string_view
;
typedef
57
test(
u16string_view
());
63
test(
u16string_view
{u"123"});
70
constexpr
u16string_view
u16sv {u"123", 3 };
rend.pass.cpp
52
typedef std::experimental::
u16string_view
u16string_view
;
typedef
57
test(
u16string_view
());
63
test(
u16string_view
{u"123"});
rbegin.pass.cpp
45
typedef std::experimental::
u16string_view
u16string_view
;
typedef
50
test(
u16string_view
());
56
test(
u16string_view
{u"123"});
Completed in 628 milliseconds