OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_prev_avail
(Results
1 - 8
of
8
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp
26
//
match_prev_avail
= unspecified,
48
assert(std::regex_constants::
match_prev_avail
!= 0);
60
assert((std::regex_constants::match_not_bol & std::regex_constants::
match_prev_avail
) == 0);
70
assert((std::regex_constants::match_not_eol & std::regex_constants::
match_prev_avail
) == 0);
79
assert((std::regex_constants::match_not_bow & std::regex_constants::
match_prev_avail
) == 0);
87
assert((std::regex_constants::match_not_eow & std::regex_constants::
match_prev_avail
) == 0);
94
assert((std::regex_constants::match_any & std::regex_constants::
match_prev_avail
) == 0);
100
assert((std::regex_constants::match_not_null & std::regex_constants::
match_prev_avail
) == 0);
105
assert((std::regex_constants::match_continuous & std::regex_constants::
match_prev_avail
) == 0);
110
assert((std::regex_constants::
match_prev_avail
& std::regex_constants::format_sed) == 0)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h
245
static constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
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
245
static constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
member in namespace:regex_constants
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
245
static constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
member in namespace:regex_constants
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
245
static constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
245
static constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
245
static constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h
252
constexpr match_flag_type
match_prev_avail
= 1 << _S_prev_avail;
member in namespace:regex_constants
Completed in 1675 milliseconds