OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jsonTypeValuePair
(Results
1 - 3
of
3
) sorted by null
/external/skia/gm/
gm_expectations.cpp
66
GmResultDigest::GmResultDigest(const Json::Value &
jsonTypeValuePair
) {
68
if (!
jsonTypeValuePair
.isArray()) {
70
jsonTypeValuePair
.toStyledString().c_str());
72
} else if (2 !=
jsonTypeValuePair
.size()) {
74
jsonTypeValuePair
.toStyledString().c_str());
79
Json::Value jsonHashValue =
jsonTypeValuePair
[1];
83
jsonTypeValuePair
.toStyledString().c_str());
105
Json::Value
jsonTypeValuePair
;
107
jsonTypeValuePair
.append(Json::Value(kJsonKey_Hashtype_Bitmap_64bitMD5));
108
jsonTypeValuePair
.append(Json::UInt64(fHashDigest))
[
all
...]
gm_expectations.h
49
explicit GmResultDigest(const Json::Value &
jsonTypeValuePair
);
/external/skia/tools/
PictureRenderer.cpp
61
Json::Value
jsonTypeValuePair
;
62
jsonTypeValuePair
.append(Json::Value(kJsonKey_Hashtype_Bitmap_64bitMD5));
63
jsonTypeValuePair
.append(Json::UInt64(hash));
64
fActualResultsNoComparison[testName] =
jsonTypeValuePair
;
Completed in 696 milliseconds