Home
last modified time | relevance | path

Searched defs:match_not_null (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dregex_constants.h240 constexpr match_flag_type match_not_null = 1 << _S_not_null; in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dregex_constants.h240 constexpr match_flag_type match_not_null = 1 << _S_not_null; in _GLIBCXX_VISIBILITY() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dmatch_flags.hpp52 match_not_null = match_any << 1, /* string can't be null */ enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dmatch_flags.hpp52 match_not_null = match_any << 1, /* string can't be null */ enumerator