Searched refs:OUTOFRANGE (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
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 ());
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);

Completed in 36 milliseconds