Searched refs:iends_with (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/algorithm/string/test/ |
D | predicate_test.cpp | 45 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/ |
D | predicate.hpp | 190 inline bool iends_with( in iends_with() function 464 using algorithm::iends_with;
|
/third_party/nghttp2/src/ |
D | util.h | 286 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()
|
D | util_test.cc | 430 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()
|
D | util.cc | 565 iends_with(options[i].name, options[i].name + optnamelen, unkopt, in show_candidates()
|
D | shrpx_tls.cc | 1297 util::iends_with(StringRef{std::begin(hostname), hnLeftLabelEnd}, in tls_hostname_match()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 676 boost/algorithm/iends_with.html
|