Searched refs:foundMatch (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/model/
H A DFileSourceCode.cpp50 bool foundMatch; local
51 int32 index = _FindSourceLocationIndex(location, foundMatch);
52 if (foundMatch)
109 bool foundMatch;
110 int32 index = _FindSourceLocationIndex(location, foundMatch);
112 if (!foundMatch) {
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp695 bool foundMatch = false; local
700 foundMatch = true;
705 if (foundMatch)
/haiku/src/apps/mail/
H A DContent.cpp2820 bool foundMatch = false;
2834 foundMatch = true;
2839 if (!foundMatch) {

Completed in 80 milliseconds