Searched refs:getValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSBoolean.h90 @function getValue
94 virtual bool getValue() const;
132 @discussion The OSBoolean constant for "true". The object does not need to be retained or released. Comparisons of the form (booleanObject == kOSBooleanTrue) are acceptable and would be equivalent to (booleanObject->getValue() == true).
139 @discussion The OSBoolean constant for "false". The object does not need to be retained or released. Comparisons of the form (booleanObject == kOSBooleanFalse) are acceptable and would be equivalent to (booleanObject->getValue() == false).
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSBoolean.cpp95 bool OSBoolean::getValue() const { return value; } function in class:OSBoolean
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp885 ret = (int)ejectable->getValue();
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp821 if (tmpBoolean->getValue()) owHeader->owFlags |= tmpOffset;
1108 if (tmpBoolean->getValue()) {

Completed in 34 milliseconds