Searched refs:BoolVectorToJsonArray (Results 1 – 3 of 3) sorted by relevance
60 Json::Value BoolVectorToJsonArray(const std::vector<bool>& in);
200 Json::Value BoolVectorToJsonArray(const std::vector<bool>& in) { in BoolVectorToJsonArray() function
253 Json::Value out = BoolVectorToJsonArray(in); in TEST()