Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/strings/
H A Djson.h63 Json::Value DoubleVectorToJsonArray(const std::vector<double>& in);
H A Djson.cc205 Json::Value DoubleVectorToJsonArray(const std::vector<double>& in) { in DoubleVectorToJsonArray() function
H A Djson_unittest.cc269 Json::Value out = DoubleVectorToJsonArray(in); in TEST()