Searched refs:OUTOFRANGE (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/cpp/std/
H A Dbastring.h55 #define OUTOFRANGE(cond) \ macro
63 #define OUTOFRANGE(cond) assert (!(cond)) macro
340 OUTOFRANGE (pos >= length ());
345 OUTOFRANGE (pos >= length ());
471 OUTOFRANGE (pos > len);
H A Dbastring.cc126 OUTOFRANGE (pos2 > len2);
156 OUTOFRANGE (pos > len);
192 OUTOFRANGE (pos > len);
233 OUTOFRANGE (pos > length ());
399 OUTOFRANGE (pos > length ());
418 OUTOFRANGE (pos > length ());

Completed in 62 milliseconds