Home | History | Annotate | Download | only in gm

Lines Matching refs:Json

24     Json::Value CreateJsonTree(Json::Value expectedResults,
25 Json::Value actualResultsFailed,
26 Json::Value actualResultsFailureIgnored,
27 Json::Value actualResultsNoComparison,
28 Json::Value actualResultsSucceeded);
44 * checksum within JSON expectations file, in the form
47 explicit GmResultDigest(const Json::Value &jsonTypeValuePair);
62 * Returns a JSON type/value pair representing this result,
65 Json::Value asJsonTypeValuePair() const;
115 * Create Expectations from a JSON element as found within the
121 explicit Expectations(Json::Value jsonElement);
156 * Return a JSON representation of the expectations.
158 Json::Value asJsonValue() const;
200 * Return Expectations based on JSON summary file.
206 * a JSON file.
208 * jsonPath: path to JSON file to read
221 static bool Parse(const char *jsonPath, Json::Value *jsonRoot);
223 Json::Value fJsonRoot;
224 Json::Value fJsonExpectedResults;