Searched refs:JsonWriter (Results 1 – 15 of 15) sorted by relevance
11 class JsonWriter {13 static JsonWriter* from(std::unique_ptr<llvm::raw_ostream> os) { in from()14 return os ? new JsonWriter(std::move(os)) : 0; in from()56 JsonWriter(std::unique_ptr<llvm::raw_ostream> os) : os_(std::move(os)) {} in JsonWriter() function
18 class JsonWriter; variable90 JsonWriter* json_;
96 json_ = JsonWriter::from(instance_.createOutputFile( in HandleTranslationUnit()583 DumpEdgeVisitor(JsonWriter* json) : json_(json) {} in DumpClass()637 JsonWriter* json_; in DumpClass()
22 SkTArray<JsonWriter::BitmapResult> gBitmapResults;25 void JsonWriter::AddBitmapResult(const BitmapResult& result) { in AddBitmapResult()33 void JsonWriter::AddTestFailure(const skiatest::Failure& failure) { in AddTestFailure()38 void JsonWriter::DumpJson() { in DumpJson()98 bool JsonWriter::ReadJson(const char* path, void(*callback)(BitmapResult)) { in ReadJson()
20 class JsonWriter {
166 JsonWriter::DumpJson(); in done()306 static void add_gold(JsonWriter::BitmapResult r) { in add_gold()314 if (!JsonWriter::ReadJson(path.c_str(), add_gold)) { in gather_gold()1140 JsonWriter::BitmapResult result; in WriteToDisk()1148 JsonWriter::AddBitmapResult(result); in WriteToDisk()1235 JsonWriter::AddTestFailure(failure); in run_test()1301 JsonWriter::DumpJson(); // It's handy for the bots to assume this is ~never missing. in main()1363 JsonWriter::DumpJson(); in main()
32 import com.google.gson.stream.JsonWriter;59 private Optional<JsonWriter> writer = Optional.absent();100 JsonWriter writer = in processTrial()101 new JsonWriter(new OutputStreamWriter(new FileOutputStream(workFile), Charsets.UTF_8)); in processTrial()
21 import com.google.gson.stream.JsonWriter;32 @Override public void write(JsonWriter out, Instant value) throws IOException { in write()
26 import com.google.gson.stream.JsonWriter;55 @Override public void write(JsonWriter out, T value) throws IOException { in create()
30 import com.google.gson.stream.JsonWriter;78 @Override public void write(JsonWriter out, T value) throws IOException { in create()99 @Override public void write(JsonWriter out, T value) throws IOException { in create()
26 import com.google.gson.stream.JsonWriter;59 @Override public void write(JsonWriter out, T value) throws IOException { in create()
20 import com.google.gson.stream.JsonWriter;133 JsonWriter out = new JsonWriter(new FileWriter(outputFile)); in write()
203 179 com.google.gson.stream.JsonWriter::string (365 bytes)206 179 made not entrant (2) com.google.gson.stream.JsonWriter::string (365 bytes)207 182 com.google.gson.stream.JsonWriter::string (365 bytes)259 179 made zombie (2) com.google.gson.stream.JsonWriter::string (365 bytes)
247 17565 224 b com.google.gson.stream.JsonWriter::string (365 bytes)249 17588 224 com.google.gson.stream.JsonWriter::string (365 bytes) made not entrant250 17589 226 b com.google.gson.stream.JsonWriter::string (365 bytes)303 18158 224 com.google.gson.stream.JsonWriter::string (365 bytes) made zombie