Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Djson.h67 Json::Value UIntVectorToJsonArray(const std::vector<unsigned int>& in);
Djson.cc198 Json::Value UIntVectorToJsonArray(const std::vector<unsigned int>& in) { in UIntVectorToJsonArray() function
Djson_unittest.cc221 Json::Value out = UIntVectorToJsonArray(in); in TEST()