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

/haiku-fatelf/headers/private/kernel/util/
H A DVectorSet.h90 inline Iterator Null();
91 inline ConstIterator Null() const;
186 removed), or Null(), if \a iterator was an invalid iterator
294 // Null
297 Null() is used as a return value, if something went wrong. It must
305 _VECTOR_SET_CLASS_NAME::Null() function in class:_VECTOR_SET_CLASS_NAME
307 return fElements.Null();
310 // Null
313 Null() is used as a return value, if something went wrong. It must
321 _VECTOR_SET_CLASS_NAME::Null() cons function in class:_VECTOR_SET_CLASS_NAME
[all...]
H A DVector.h86 inline Iterator Null();
87 inline ConstIterator Null() const;
386 removed), or Null(), if \a index was out of range.
398 return Null();
406 removed), or Null(), if \a iterator was an invalid iterator
416 return Null();
519 // Null
522 Null() is used as a return value, if something went wrong. It must
530 _VECTOR_CLASS_NAME::Null() function in class:_VECTOR_CLASS_NAME
535 // Null
546 _VECTOR_CLASS_NAME::Null() const function in class:_VECTOR_CLASS_NAME
[all...]
H A DVectorMap.h118 inline Iterator Null();
119 inline ConstIterator Null() const;
409 removed), or Null(), if \a iterator was an invalid iterator
517 // Null
520 Null() is used as a return value, if something went wrong. It must
528 _VECTOR_MAP_CLASS_NAME::Null() function in class:_VECTOR_MAP_CLASS_NAME
530 return Iterator(this, fElements.Null());
533 // Null
536 Null() is used as a return value, if something went wrong. It must
544 _VECTOR_MAP_CLASS_NAME::Null() cons function in class:_VECTOR_MAP_CLASS_NAME
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DVector.h82 inline Iterator Null();
83 inline ConstIterator Null() const;
382 removed), or Null(), if \a index was out of range.
394 return Null();
402 removed), or Null(), if \a iterator was an invalid iterator
412 return Null();
515 // Null
518 Null() is used as a return value, if something went wrong. It must
526 _VECTOR_CLASS_NAME::Null() function in class:_VECTOR_CLASS_NAME
531 // Null
542 _VECTOR_CLASS_NAME::Null() const function in class:_VECTOR_CLASS_NAME
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DVector.h82 inline Iterator Null();
83 inline ConstIterator Null() const;
382 removed), or Null(), if \a index was out of range.
394 return Null();
402 removed), or Null(), if \a iterator was an invalid iterator
412 return Null();
515 // Null
518 Null() is used as a return value, if something went wrong. It must
526 _VECTOR_CLASS_NAME::Null() function in class:_VECTOR_CLASS_NAME
531 // Null
542 _VECTOR_CLASS_NAME::Null() const function in class:_VECTOR_CLASS_NAME
[all...]
/haiku-fatelf/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());
949 CHK(!v.Null());
950 CHK(!cv.Null());
[all...]
H A DVectorSetTest.cpp173 CHK((fMyIterator == fSet->fMySet.Null()) != result);
231 CHK(myIt == fMySet.Null());
295 inline Iterator Null() function in class:TestSet
297 return Iterator(this, fMySet.Null(), fReferenceSet.end());
300 inline ConstIterator Null() const function in class:TestSet
302 return ConstIterator(this, fMySet.Null(), fReferenceSet.end());
841 CHK(!v.Null());
842 CHK(!cv.Null());
H A DOrderedMapTest.h292 CHK((fMyIterator == fMap->fMyMap.Null()) != result);
372 CHK(myIt == fMyMap.Null());
438 inline Iterator Null() function in class:TestMap
440 return Iterator(this, fMyMap.Null(), fReferenceMap.end());
443 inline ConstIterator Null() const function in class:TestMap
445 return ConstIterator(this, fMyMap.Null(), fReferenceMap.end());
1141 CHK(!v.Null());
1142 CHK(!cv.Null());
/haiku-fatelf/src/kits/network/libbind/isc/
H A Deventlib_p.h167 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon4628
H A Deventlib.c356 new->type = Null;
557 case Null: {
643 case Null: {

Completed in 128 milliseconds