Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/boost/boost/convert/detail/
Dis_callable.hpp15 struct not_found {}; struct
38 static no_type test (not_found);
58 typedef boost::cnv::detail::not_found not_found; \
65 not_found __member_name__(...) const { return not_found(); /*C2*/} \
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-vector.hh275 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
276 { return as_array ().lsearch (x, not_found); } in lsearch()
278 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
279 { return as_array ().lsearch (x, not_found); } in lsearch()
298 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
299 { return as_array ().bsearch (x, not_found); } in bsearch()
301 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
302 { return as_array ().bsearch (x, not_found); } in bsearch()
305 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
307 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
Dhb-array.hh123 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
129 return not_found; in lsearch()
132 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
138 return not_found; in lsearch()
261 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
264 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
267 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
270 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
274 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
296 switch (not_found) in bfind()
Dhb-open-type.hh422 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch()
423 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
425 const Type &lsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in lsearch()
426 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
527 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
528 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
530 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
531 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
534 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
536 { return as_array (len).bfind (x, i, not_found, to_store); } in bfind()
[all …]
/third_party/boost/libs/asio/test/
Dconnect.cpp154 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range()
184 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_connect_range_ec()
220 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
230 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
240 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
250 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
260 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
284 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
308 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
332 BOOST_ASIO_CHECK(e.code() == boost::asio::error::not_found); in test_connect_range_cond()
[all …]
Dread_until.cpp158 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_char()
165 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_char()
172 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_char()
245 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_char()
252 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_char()
259 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_char()
335 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_string()
342 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_string()
349 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_dynamic_string_read_until_string()
422 BOOST_ASIO_CHECK(ec == boost::asio::error::not_found); in test_streambuf_read_until_string()
[all …]
/third_party/harfbuzz/src/
Dhb-vector.hh285 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
286 { return as_array ().lsearch (x, not_found); } in lsearch()
288 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
289 { return as_array ().lsearch (x, not_found); } in lsearch()
311 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
312 { return as_array ().bsearch (x, not_found); } in bsearch()
314 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
315 { return as_array ().bsearch (x, not_found); } in bsearch()
318 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
320 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
Dhb-array.hh130 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
133 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch()
136 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
139 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch()
313 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
316 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
319 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
322 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
326 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
340 switch (not_found) in bfind()
Dhb-open-type.hh461 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch()
462 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
464 const Type &lsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in lsearch()
465 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
569 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
570 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
572 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
573 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
576 hb_bfind_not_found_t not_found = HB_BFIND_NOT_FOUND_DONT_STORE, in bfind()
578 { return as_array (len).bfind (x, i, not_found, to_store); } in bfind()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-array.hh144 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
147 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch()
150 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
153 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch()
157 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in lfind()
170 switch (not_found) in lfind()
344 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
347 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
350 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
353 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch()
[all …]
Dhb-vector.hh301 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch()
302 { return as_array ().lsearch (x, not_found); } in lsearch()
304 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch()
305 { return as_array ().lsearch (x, not_found); } in lsearch()
340 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch()
341 { return as_array ().bsearch (x, not_found); } in bsearch()
343 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch()
344 { return as_array ().bsearch (x, not_found); } in bsearch()
347 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in bfind()
349 { return as_array ().bfind (x, i, not_found, to_store); } in bfind()
Dhb-open-type.hh474 Type &lsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in lsearch()
475 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
477 const Type &lsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in lsearch()
478 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
481 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in lfind()
483 { return as_array (len).lfind (x, i, not_found, to_store); } in lfind()
584 Type &bsearch (unsigned int len, const T &x, Type &not_found = Crap (Type)) in bsearch()
585 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
587 const Type &bsearch (unsigned int len, const T &x, const Type &not_found = Null (Type)) const in bsearch()
588 { return *as_array (len).bsearch (x, &not_found); } in bsearch()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c278 goto not_found; in gst_child_proxy_get_property()
285 not_found: in gst_child_proxy_get_property()
318 goto not_found; in gst_child_proxy_get_valist()
332 not_found: in gst_child_proxy_get_valist()
388 goto not_found; in gst_child_proxy_set_property()
394 not_found: in gst_child_proxy_set_property()
427 goto not_found; in gst_child_proxy_set_valist()
443 not_found: in gst_child_proxy_set_valist()
/third_party/uboot/u-boot-2020.01/tools/
Dproftool.c229 static int read_profile(FILE *fin, int *not_found) in read_profile() argument
233 *not_found = 0; in read_profile()
276 int not_found = INT_MAX; in read_profile_file() local
286 err = read_profile(fprof, &not_found); in read_profile_file()
291 if (not_found) { in read_profile_file()
293 not_found); in read_profile_file()
362 int not_found = 0; in check_functions() local
368 not_found++; in check_functions()
376 not_found, removed_code_size); in check_functions()
/third_party/boost/boost/container_hash/detail/
Dfloat_functions.hpp116 struct not_found { struct
130 template <> struct is<boost::hash_detail::not_found> { char x[40]; }; argument
176 template <class Float> boost::hash_detail::not_found ldexp(Float, int);
177 template <class Float> boost::hash_detail::not_found frexp(Float, int*);
196 boost::hash_detail::not_found c99_func(Float, type2); \
/third_party/grpc/tools/distrib/
Dpython_wrapper.sh17 for p in python2.7 python2.6 python2 python not_found ; do
19 python=$(which $p || echo not_found)
/third_party/grpc/test/core/http/
Dpython_wrapper.sh17 for p in python2.7 python2.6 python2 python not_found ; do
19 python=$(which $p || echo not_found)
/third_party/libsoup/
Dget_apache_modules_dirs.py62 not_found = []
69 not_found.append(module_name)
74 …print('Failed to find required Apache modules for running tests: ' + ', '.join(not_found), file=sy…
/third_party/boost/boost/asio/impl/
Dread_until.hpp133 ec = error::not_found; in read_until()
212 ec = error::not_found; in read_until()
296 ec = error::not_found; in read_until()
378 ec = error::not_found; in read_until()
517 ec = error::not_found; in read_until()
595 ec = error::not_found; in read_until()
678 ec = error::not_found; in read_until()
759 ec = error::not_found; in read_until()
825 const std::size_t not_found = (std::numeric_limits<std::size_t>::max)(); in operator ()() local
854 search_position_ = not_found; in operator ()()
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerialization() local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerialization()
125 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerializationBitmap() local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerializationBitmap()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerialization() local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerialization()
125 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerializationBitmap() local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerializationBitmap()
/third_party/boost/libs/test/test/utils-ts/
Dbasic_cstring-test.cpp423 size not_found = (size)utf::basic_cstring<CharT>::npos; in BOOST_TEST_CASE_TEMPLATE_FUNCTION() local
425 BOOST_TEST( bcs1.find( utf::basic_cstring<CharT>() ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
428 BOOST_TEST( bcs1.find( LITERAL( "test_string " ) ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
429 BOOST_TEST( bcs1.find( LITERAL( " test_string" ) ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
433 BOOST_TEST( bcs1.find( LITERAL( "tst" ) ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
435 BOOST_TEST( bcs1.rfind( utf::basic_cstring<CharT>() ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
438 BOOST_TEST( bcs1.rfind( LITERAL( "test_string " ) ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
439 BOOST_TEST( bcs1.rfind( LITERAL( " test_string" ) ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
443 BOOST_TEST( bcs1.rfind( LITERAL( "tst" ) ) == not_found ); in BOOST_TEST_CASE_TEMPLATE_FUNCTION()
/third_party/boost/libs/mpl/test/
Dmap.cpp169 typedef typename end<M>::type not_found; in test() typedef
170 …T_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<M,mpl::pair<int,int*> >::type,not_found> )); in test()
171 …MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<M,mpl::pair<long,long*> >::type,not_found> )); in test()
172 …MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<M,mpl::pair<char,char*> >::type,not_found> )); in test()
173 BOOST_MPL_ASSERT(( is_same<BOOST_DEDUCED_TYPENAME find<M,int>::type,not_found> )); in test()
Dset.cpp319 typedef typename end<S>::type not_found; in find_test() typedef
320 BOOST_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<S,int>::type,not_found> )); in find_test()
321 BOOST_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<S,long>::type,not_found> )); in find_test()
322 BOOST_MPL_ASSERT_NOT(( is_same<BOOST_DEDUCED_TYPENAME find<S,char>::type,not_found> )); in find_test()
323 BOOST_MPL_ASSERT(( is_same<BOOST_DEDUCED_TYPENAME find<S,char*>::type,not_found> )); in find_test()
/third_party/ntfs-3g/libntfs-3g/
Dioctl.c177 goto not_found; in fstrim_limits()
193 goto not_found; in fstrim_limits()
211 goto not_found; in fstrim_limits()
218 not_found: in fstrim_limits()

12345