Searched refs:CArrBool (Results 1 – 2 of 2) sorted by relevance
26 struct CArrBool { struct46 CArrBool boolArray; argument
278 static CArrBool VectorToBoolArray(std::vector<bool> &bools, int32_t &code) in VectorToBoolArray()281 return CArrBool{0}; in VectorToBoolArray()286 return CArrBool{0}; in VectorToBoolArray()291 CArrBool boolArray = { head, bools.size() }; in VectorToBoolArray()