OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:format_no_copy
(Results
1 - 25
of
30
) sorted by null
1
2
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp
29
//
format_no_copy
= unspecified,
51
assert(std::regex_constants::
format_no_copy
!= 0);
62
assert((std::regex_constants::match_not_bol & std::regex_constants::
format_no_copy
) == 0);
72
assert((std::regex_constants::match_not_eol & std::regex_constants::
format_no_copy
) == 0);
81
assert((std::regex_constants::match_not_bow & std::regex_constants::
format_no_copy
) == 0);
89
assert((std::regex_constants::match_not_eow & std::regex_constants::
format_no_copy
) == 0);
96
assert((std::regex_constants::match_any & std::regex_constants::
format_no_copy
) == 0);
102
assert((std::regex_constants::match_not_null & std::regex_constants::
format_no_copy
) == 0);
107
assert((std::regex_constants::match_continuous & std::regex_constants::
format_no_copy
) == 0);
111
assert((std::regex_constants::match_prev_avail & std::regex_constants::
format_no_copy
) == 0)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.replace/
test3.pass.cpp
53
std::regex_constants::
format_no_copy
);
70
std::regex_constants::
format_no_copy
);
test4.pass.cpp
52
std::regex_constants::
format_no_copy
);
69
std::regex_constants::
format_no_copy
);
test5.pass.cpp
53
std::regex_constants::
format_no_copy
);
70
std::regex_constants::
format_no_copy
);
test6.pass.cpp
53
std::regex_constants::
format_no_copy
);
70
std::regex_constants::
format_no_copy
);
test1.pass.cpp
76
std::regex_constants::
format_no_copy
);
103
std::regex_constants::
format_no_copy
);
test2.pass.cpp
76
std::regex_constants::
format_no_copy
);
103
std::regex_constants::
format_no_copy
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h
288
static constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h
288
static constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
288
static constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
288
static constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
288
static constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
288
static constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h
295
constexpr match_flag_type
format_no_copy
= 1 << _S_no_copy;
member in namespace:regex_constants
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
regex
56
format_no_copy
= unspecified,
833
format_no_copy
= 1 << 9,
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex
293
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
regex
310
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
regex
310
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex
293
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex
293
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex
293
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
regex
293
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex
310
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
regex
310
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex
310
static const match_flag_type
format_no_copy
= 1 << _S_no_copy;
[
all
...]
Completed in 457 milliseconds
1
2