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

/haiku/headers/cpp/std/
H A Dbastring.cc159 LENGTHERROR (len - n1 > max_size () - n2);
195 LENGTHERROR (len - n1 > max_size () - n2);
220 LENGTHERROR (n > max_size ());
H A Dbastring.h57 #define LENGTHERROR(cond) \ macro
64 #define LENGTHERROR(cond) assert (!(cond)) macro
474 LENGTHERROR (len - n1 > max_size () - n2);

Completed in 37 milliseconds