Searched refs:native (Results 1 - 25 of 102) sorted by relevance

12345

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
H A Dnative.pass.cpp16 // const string_type& native() const noexcept;
33 ASSERT_SAME_TYPE(path::string_type const&, decltype(p.native()));
34 ASSERT_NOEXCEPT(p.native());
36 { // native() is tested elsewhere
38 assert(p.native() == value);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
H A Dnative.pass.cpp16 // const string_type& native() const noexcept;
33 ASSERT_SAME_TYPE(path::string_type const&, decltype(p.native()));
34 ASSERT_NOEXCEPT(p.native());
36 { // native() is tested elsewhere
38 assert(p.native() == value);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.nonmember/
H A Dswap.pass.cpp44 assert(p1.native() == value2);
45 assert(p2.native() == value1);
47 assert(p1.native() == value1);
48 assert(p2.native() == value2);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.nonmember/
H A Dswap.pass.cpp44 assert(p1.native() == value2);
45 assert(p2.native() == value1);
47 assert(p1.native() == value1);
48 assert(p2.native() == value2);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DPath.h27 enum class Style { windows, posix, native };
102 const_iterator begin(StringRef path, Style style = Style::native);
112 reverse_iterator rbegin(StringRef path, Style style = Style::native);
133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
148 Style style = Style::native);
165 Style style = Style::native);
197 const_iterator end, Style style = Style::native);
203 /// Convert path to the native form. This is used to give paths to users and
207 /// @param path A path that is transformed to native format.
209 void native(cons
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DPath.h27 enum class Style { windows, posix, native };
102 const_iterator begin(StringRef path, Style style = Style::native);
112 reverse_iterator rbegin(StringRef path, Style style = Style::native);
133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
148 Style style = Style::native);
165 Style style = Style::native);
197 const_iterator end, Style style = Style::native);
203 /// Convert path to the native form. This is used to give paths to users and
207 /// @param path A path that is transformed to native format.
209 void native(cons
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DPath.h27 enum class Style { windows, posix, native };
102 const_iterator begin(StringRef path, Style style = Style::native);
112 reverse_iterator rbegin(StringRef path, Style style = Style::native);
133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
148 Style style = Style::native);
165 Style style = Style::native);
197 const_iterator end, Style style = Style::native);
203 /// Convert path to the native form. This is used to give paths to users and
207 /// @param path A path that is transformed to native format.
209 void native(cons
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DPath.h27 enum class Style { windows, posix, native };
102 const_iterator begin(StringRef path, Style style = Style::native);
112 reverse_iterator rbegin(StringRef path, Style style = Style::native);
133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
148 Style style = Style::native);
165 Style style = Style::native);
197 const_iterator end, Style style = Style::native);
203 /// Convert path to the native form. This is used to give paths to users and
207 /// @param path A path that is transformed to native format.
209 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DPath.h27 enum class Style { windows, posix, native };
102 const_iterator begin(StringRef path, Style style = Style::native);
112 reverse_iterator rbegin(StringRef path, Style style = Style::native);
133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
148 Style style = Style::native);
165 Style style = Style::native);
197 const_iterator end, Style style = Style::native);
203 /// Convert path to the native form. This is used to give paths to users and
207 /// @param path A path that is transformed to native format.
209 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DPath.h27 enum class Style { windows, posix, native };
102 const_iterator begin(StringRef path, Style style = Style::native);
112 reverse_iterator rbegin(StringRef path, Style style = Style::native);
133 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
148 Style style = Style::native);
165 Style style = Style::native);
197 const_iterator end, Style style = Style::native);
203 /// Convert path to the native form. This is used to give paths to users and
207 /// @param path A path that is transformed to native format.
209 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DPath.h28 enum class Style { windows, posix, native };
101 const_iterator begin(StringRef path, Style style = Style::native);
111 reverse_iterator rbegin(StringRef path, Style style = Style::native);
132 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native);
147 Style style = Style::native);
164 Style style = Style::native);
196 const_iterator end, Style style = Style::native);
202 /// Convert path to the native form. This is used to give paths to users and
206 /// @param path A path that is transformed to native format.
208 void native(cons
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/benchmarks/
H A Dfilesystem.bench.cpp19 benchmark::DoNotOptimize(PP.native().data());
21 const path P(PP.native());
22 benchmark::DoNotOptimize(P.native().data());
36 benchmark::DoNotOptimize(PP.native().data());
38 const path P(PP.native().c_str());
39 benchmark::DoNotOptimize(P.native().data());
54 auto Start = Iter(PP.native().begin());
55 auto End = Iter(PP.native().end());
56 benchmark::DoNotOptimize(PP.native().data());
61 benchmark::DoNotOptimize(P.native()
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
H A Dfilesystem.bench.cpp19 benchmark::DoNotOptimize(PP.native().data());
21 const path P(PP.native());
22 benchmark::DoNotOptimize(P.native().data());
36 benchmark::DoNotOptimize(PP.native().data());
38 const path P(PP.native().c_str());
39 benchmark::DoNotOptimize(P.native().data());
54 auto Start = Iter(PP.native().begin());
55 auto End = Iter(PP.native().end());
56 benchmark::DoNotOptimize(PP.native().data());
61 benchmark::DoNotOptimize(P.native()
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.assign/
H A Dbraced_init.pass.cpp31 assert(p.native() == "");
H A Dcopy.pass.cpp34 assert(p.native() == s);
35 assert(p2.native() == s);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.assign/
H A Dbraced_init.pass.cpp31 assert(p.native() == "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.construct/
H A Dcopy.pass.cpp33 assert(p.native() == s);
34 assert(p2.native() == s);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.construct/
H A Dcopy.pass.cpp33 assert(p.native() == s);
34 assert(p2.native() == s);

Completed in 3914 milliseconds

12345