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