Searched defs:copyJsonArray (Results 1 – 3 of 3) sorted by relevance
209 void JsonFakeValueGenerator::copyJsonArray(hidl_vec<T>& dest, const Json::Value& jsonArray) { in copyJsonArray() function in android::hardware::automotive::vehicle::V2_0::impl::JsonFakeValueGenerator
57 void copyJsonArray(const Json::Value& jsonArray, std::vector<T>& dest) { in copyJsonArray() function