Searched defs:BoolToInt (Results 1 – 2 of 2) sorted by relevance
12 inline int BoolToInt(bool v) { return (v ? 1 : 0); } in BoolToInt() function
47 inline int BoolToInt(bool b) { return b ? 1 : 0; } in BoolToInt() function