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