HomeSort by relevance Sort by last modified time
    Searched refs:jsonTypeValuePair (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
gm_expectations.cpp 63 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) {
65 if (!jsonTypeValuePair.isArray()) {
67 jsonTypeValuePair.toStyledString().c_str());
69 } else if (2 != jsonTypeValuePair.size()) {
71 jsonTypeValuePair.toStyledString().c_str());
76 Json::Value jsonHashValue = jsonTypeValuePair[1];
80 jsonTypeValuePair.toStyledString().c_str());
102 Json::Value jsonTypeValuePair;
104 jsonTypeValuePair.append(Json::Value(kJsonKey_Hashtype_Bitmap_64bitMD5));
105 jsonTypeValuePair.append(Json::UInt64(fHashDigest))
    [all...]
gm_expectations.h 59 GmResultDigest(const Json::Value &jsonTypeValuePair);

Completed in 174 milliseconds