Home | History | Annotate | Download | only in src

Lines Matching refs:BoolToInt

46 inline int BoolToInt(bool b) { return b ? 1 : 0; }