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

/haiku/headers/private/shared/
H A DFunctionObject.h67 P Pass() const function in class:BPrivate::ParameterBinder
85 const BEntry* Pass() const function in class:BPrivate::ParameterBinder
105 const entry_ref* Pass() const function in class:BPrivate::ParameterBinder
123 const node_ref* Pass() const function in class:BPrivate::ParameterBinder
150 const BMessage* Pass() const function in class:BPrivate::ParameterBinder
185 virtual void operator()() { (function)(p1.Pass()); }
204 { FunctionObjectWithResult<Result>::result = (function)(p1.Pass()); }
223 virtual void operator()() { (function)(p1.Pass(), p2.Pass()); }
244 virtual void operator()() { (function)(p1.Pass(), p
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.h31 uint32 Pass() { return control.pass; } function in class:CheckVisitor
H A DCheckVisitor.cpp208 if (Pass() != BFS_CHECK_PASS_BITMAP)
293 switch (Pass()) {
H A Dkernel_interface.cpp741 if (checker->Pass() == BFS_CHECK_PASS_BITMAP) {

Completed in 48 milliseconds