Searched refs:Null (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/private/kernel/util/
H A DVectorSet.h67 inline Iterator Null();
68 inline ConstIterator Null() const;
163 removed), or Null(), if \a iterator was an invalid iterator
271 // Null
274 Null() is used as a return value, if something went wrong. It must
282 _VECTOR_SET_CLASS_NAME::Null() function in class:_VECTOR_SET_CLASS_NAME
284 return fElements.Null();
287 // Null
290 Null() is used as a return value, if something went wrong. It must
298 _VECTOR_SET_CLASS_NAME::Null() cons function in class:_VECTOR_SET_CLASS_NAME
[all...]
H A DVector.h63 inline Iterator Null();
64 inline ConstIterator Null() const;
363 removed), or Null(), if \a index was out of range.
375 return Null();
383 removed), or Null(), if \a iterator was an invalid iterator
393 return Null();
496 // Null
499 Null() is used as a return value, if something went wrong. It must
507 _VECTOR_CLASS_NAME::Null() function in class:_VECTOR_CLASS_NAME
512 // Null
523 _VECTOR_CLASS_NAME::Null() const function in class:_VECTOR_CLASS_NAME
[all...]
H A DVectorMap.h95 inline Iterator Null();
96 inline ConstIterator Null() const;
386 removed), or Null(), if \a iterator was an invalid iterator
494 // Null
497 Null() is used as a return value, if something went wrong. It must
505 _VECTOR_MAP_CLASS_NAME::Null() function in class:_VECTOR_MAP_CLASS_NAME
507 return Iterator(this, fElements.Null());
510 // Null
513 Null() is used as a return value, if something went wrong. It must
521 _VECTOR_MAP_CLASS_NAME::Null() cons function in class:_VECTOR_MAP_CLASS_NAME
[all...]
/haiku/headers/private/userlandfs/shared/
H A DVector.h59 inline Iterator Null();
60 inline ConstIterator Null() const;
359 removed), or Null(), if \a index was out of range.
371 return Null();
379 removed), or Null(), if \a iterator was an invalid iterator
389 return Null();
492 // Null
495 Null() is used as a return value, if something went wrong. It must
503 _VECTOR_CLASS_NAME::Null() function in class:_VECTOR_CLASS_NAME
508 // Null
519 _VECTOR_CLASS_NAME::Null() const function in class:_VECTOR_CLASS_NAME
[all...]
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp179 CHK((fMyIterator == fVector->fMyVector.Null()) != result);
255 if (iterator.fMyIterator == fMyVector.Null()) {
284 CHK(myIt == fMyVector.Null());
306 CHK(myIt == fMyVector.Null());
361 inline Iterator Null() function in class:TestVector
363 return Iterator(this, fMyVector.Null(), fReferenceVector.end());
366 inline ConstIterator Null() const function in class:TestVector
368 return ConstIterator(this, fMyVector.Null(), fReferenceVector.end());
950 CHK(!v.Null());
951 CHK(!cv.Null());
[all...]
H A DVectorSetTest.cpp174 CHK((fMyIterator == fSet->fMySet.Null()) != result);
232 CHK(myIt == fMySet.Null());
296 inline Iterator Null() function in class:TestSet
298 return Iterator(this, fMySet.Null(), fReferenceSet.end());
301 inline ConstIterator Null() const function in class:TestSet
303 return ConstIterator(this, fMySet.Null(), fReferenceSet.end());
838 CHK(!v.Null());
839 CHK(!cv.Null());
H A DOrderedMapTest.h294 CHK((fMyIterator == fMap->fMyMap.Null()) != result);
374 CHK(myIt == fMyMap.Null());
440 inline Iterator Null() function in class:TestMap
442 return Iterator(this, fMyMap.Null(), fReferenceMap.end());
445 inline ConstIterator Null() const function in class:TestMap
447 return ConstIterator(this, fMyMap.Null(), fReferenceMap.end());
1115 CHK(!v.Null());
1116 CHK(!cv.Null());
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon18

Completed in 68 milliseconds