Searched defs:sub_match (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | sub_match.hpp | 36 struct sub_match : public std::pair<BidiIterator, BidiIterator> struct 38 …f typename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::value_type value_type; 40 … typedef std::ptrdiff_t difference_type; 42 …ename BOOST_REGEX_DETAIL_NS::regex_iterator_traits<BidiIterator>::difference_type difference_type; 44 typedef BidiIterator iterator_type; 45 typedef BidiIterator iterator; 46 typedef BidiIterator const_iterator; 48 bool matched; 50 sub_match() : std::pair<BidiIterator, BidiIterator>(), matched(false) {} in sub_match() function 51 sub_match(BidiIterator i) : std::pair<BidiIterator, BidiIterator>(i, i), matched(false) {} in sub_match() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | sub_match.hpp | 25 struct sub_match : public std::pair<BidiIterator, BidiIterator> struct 27 typedef typename std::iterator_traits<BidiIterator>::value_type value_type; 28 typedef typename std::iterator_traits<BidiIterator>::difference_type difference_type; 29 typedef BidiIterator iterator_type; 30 typedef BidiIterator iterator; 31 typedef BidiIterator const_iterator; 33 bool matched; 35 sub_match() : std::pair<BidiIterator, BidiIterator>(), matched(false) {} in sub_match() function 36 sub_match(BidiIterator i) : std::pair<BidiIterator, BidiIterator>(i, i), matched(false) {} in sub_match() argument 38 operator std::basic_string<value_type, T, A> ()const in operator std::basic_string<value_type,T,A>() [all …]
|
/aosp_15_r20/external/libcxx/test/std/re/re.submatch/re.submatch.op/ |
H A D | compare.pass.cpp | 225 typedef std::sub_match<typename string::const_iterator> sub_match; in test() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | regex_grep_matcher.h | 36 class sub_match; 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/ |
D | regex_grep_matcher.h | 36 class sub_match; in _GLIBCXX_VISIBILITY() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.submatch/re.submatch.op/ |
H A D | compare.pass.cpp | 254 typedef std::sub_match<typename string::const_iterator> sub_match; in test() typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/ |
H A D | main.rs | 2934 let sub_match = format!( localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/ |
H A D | main.rs | 2934 let sub_match = format!( localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/ |
H A D | main.rs | 2934 let sub_match = format!( localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/ |
H A D | main.rs | 2934 let sub_match = format!( localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/stdarch-gen-arm/src/ |
H A D | main.rs | 2934 let sub_match = format!( localVariable
|