Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Djson.h66 Json::Value IntVectorToJsonArray(const std::vector<int>& in);
Djson.cc194 Json::Value IntVectorToJsonArray(const std::vector<int>& in) { in IntVectorToJsonArray() function
Djson_unittest.cc205 Json::Value out = IntVectorToJsonArray(in); in TEST()