Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Djson.h70 Json::Value DoubleVectorToJsonArray(const std::vector<double>& in);
Djson.cc210 Json::Value DoubleVectorToJsonArray(const std::vector<double>& in) { in DoubleVectorToJsonArray() function
Djson_unittest.cc269 Json::Value out = DoubleVectorToJsonArray(in); in TEST()