Home
last modified time | relevance | path

Searched refs:BoolVectorToJsonArray (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Djson.h69 Json::Value BoolVectorToJsonArray(const std::vector<bool>& in);
Djson.cc206 Json::Value BoolVectorToJsonArray(const std::vector<bool>& in) { in BoolVectorToJsonArray() function
Djson_unittest.cc253 Json::Value out = BoolVectorToJsonArray(in); in TEST()