HomeSort by relevance Sort by last modified time
    Searched full:jsonroot (Results 1 - 3 of 3) sorted by null

  /external/skia/gm/
gm_expectations.h 220 * Read the file contents from jsonPath and parse them into jsonRoot.
224 static bool Parse(const char *jsonPath, Json::Value *jsonRoot);
  /external/skia/tools/
image_expectations.h 215 * Read the file contents from filePtr and parse them into jsonRoot.
221 static bool Parse(SkFILE* filePtr, Json::Value *jsonRoot);
image_expectations.cpp 243 Json::Value *jsonRoot) {
252 if (!reader.parse(bytes, bytes+size, *jsonRoot)) {

Completed in 395 milliseconds