Home
last modified time | relevance | path

Searched refs:not_found_value (Results 1 – 25 of 130) sorted by relevance

123456

/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/
H A Dtest-ordered-index.cpp55 REQUIRE(index.get(0) == index.not_found_value());
56 REQUIRE(index.get(20) == index.not_found_value());
57 REQUIRE(index.get(27) == index.not_found_value());
59 REQUIRE(index.get_block(0) == index.not_found_value());
77 REQUIRE(index.get(31) == index.not_found_value());
93 REQUIRE(index.get(0) == index.not_found_value());
94 REQUIRE(index.get(27) == index.not_found_value());
95 REQUIRE(index.get(30) == index.not_found_value());
96 REQUIRE(index.get(66) == index.not_found_value());
97 REQUIRE(index.get(99) == index.not_found_value());
[all …]
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dmiddle-ram.cpp125 if (offset == ordered_index_t::not_found_value()) { in get_object()
257 if (offset != ordered_index_t::not_found_value()) { in rel_members_get()
268 if (offset != ordered_index_t::not_found_value()) { in rel_members_get()
275 if (offset != ordered_index_t::not_found_value()) { in rel_members_get()
289 if (offset != ordered_index_t::not_found_value()) { in rel_members_get()
H A Dordered-index.cpp47 return {0, not_found_value()}; in get_internal()
60 return {0, not_found_value()}; in get_internal()
H A Dordered-index.hpp75 static constexpr std::size_t not_found_value() noexcept in not_found_value() function in ordered_index_t
113 return not_found_value(); in get()
H A Dnode-locations.cpp52 if (offset == ordered_index_t::not_found_value()) { in get()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dkvpstore.hh34 int not_found_value );
40 const std::string &not_found_value );
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/utils/
H A Diter_utils.py119 def find_first_match(it, matcher, not_found_value=None): argument
124 return not_found_value
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Davllistx.h71 long FindAndGetXtra (BaseRefConst, long not_found_value = kNotFound) const;
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/spanner/
H A Dsql.py29 def _GetAdditionalProperty(properties, property_key, not_found_value='Unknown'): argument
49 return not_found_value
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dccid-card-emulated.c464 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
466 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dccid-card-emulated.c472 const EnumTable *table, uint32_t not_found_value) in parse_enumeration() argument
474 uint32_t ret = not_found_value; in parse_enumeration()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dlib-std.h1509 int FindParamFieldIndex ( const ParamField_t * pf, ccp key, int not_found_value );
H A Dlib-std.c4063 int FindParamFieldIndex ( const ParamField_t * pf, ccp key, int not_found_value ) in FindParamFieldIndex() argument
4067 return found ? idx : not_found_value; in FindParamFieldIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dvalues_unittest.cc1384 base::Value not_found_value(false); in TEST() local
1389 ASSERT_EQ(mixed_list->end(), mixed_list->Find(not_found_value)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dvalues_unittest.cc1399 base::Value not_found_value(false); in TEST() local
1404 ASSERT_EQ(mixed_list->end(), mixed_list->Find(not_found_value)); in TEST()
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/ru/
H A Dtemplate_lang.po540 "string's value. If none of the strings match then ``not_found_value`` is "
542 … значения строки. Если ни одна из строк не совпадает, возвращается ``not_found_value``. Строки про…
/dports/deskutils/calibre/calibre-src-5.34.0/translations/manual/nl/
H A Dtemplate_lang.po541 "string's value. If none of the strings match then ``not_found_value`` is "
543 …elijk van de string waarde. Komt geen enkele string overeen, wordt ``not_found_value`` teruggegeve…
/dports/deskutils/calibre/calibre-src-5.34.0/manual/
H A Dtemplate_lang.rst165 …ues depending on string's value. If none of the strings match then ``not_found_value`` is returned…

123456