Home
last modified time | relevance | path

Searched refs:iends_with (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/algorithm/string/test/
Dpredicate_test.cpp45 BOOST_CHECK( iends_with( "aBCxXx", "XXX" ) ); in predicate_test()
46 BOOST_CHECK( !iends_with( "aBCxxX", "xXXX" ) ); in predicate_test()
/third_party/boost/boost/algorithm/string/
Dpredicate.hpp190 inline bool iends_with( in iends_with() function
464 using algorithm::iends_with;
/third_party/nghttp2/src/
Dutil.h286 bool iends_with(InputIterator1 first1, InputIterator1 last1, in iends_with() function
294 template <typename T, typename S> bool iends_with(const T &a, const S &b) { in iends_with() function
295 return iends_with(a.begin(), a.end(), b.begin(), b.end()); in iends_with()
300 return iends_with(a.begin(), a.end(), b, b + N - 1); in iends_with_l()
Dutil_test.cc430 util::iends_with(StringRef::from_lit("fOo"), StringRef::from_lit("Foo"))); in test_util_ends_with()
431 CU_ASSERT(util::iends_with(StringRef::from_lit("foo"), StringRef{})); in test_util_ends_with()
432 CU_ASSERT(util::iends_with(StringRef::from_lit("oFoo"), in test_util_ends_with()
434 CU_ASSERT(!util::iends_with(StringRef::from_lit("ofoo"), in test_util_ends_with()
Dutil.cc565 iends_with(options[i].name, options[i].name + optnamelen, unkopt, in show_candidates()
Dshrpx_tls.cc1297 util::iends_with(StringRef{std::begin(hostname), hnLeftLabelEnd}, in tls_hostname_match()
/third_party/boost/doc/html/
Ddoc_HTML.manifest676 boost/algorithm/iends_with.html