Home
last modified time | relevance | path

Searched refs:endObject (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/dm/
H A DDMJsonWriter.cpp56 writer.endObject(); in DumpJson()
79 writer.endObject(); // key in DumpJson()
88 writer.endObject(); // options in DumpJson()
92 writer.endObject(); // 1 result in DumpJson()
97 writer.endObject(); // root in DumpJson()
/third_party/skia/src/gpu/
H A DGrAuditTrail.cpp158 writer.endObject();
167 writer.endObject();
176 writer.endObject();
193 writer.endObject();
201 writer.endObject();
H A DGrShaderCaps.cpp156 writer->endObject(); in dumpJSON()
H A DGrRecordingContext.cpp193 writer->endObject(); in dumpJSON()
/third_party/skia/tools/trace/
H A DChromeTracingTracer.cpp256 writer->endObject(); in trace_event_to_json()
263 writer->endObject(); in trace_event_to_json()
266 writer->endObject(); in trace_event_to_json()
269 writer->endObject(); in trace_event_to_json()
/third_party/skia/tools/
H A Dget_images_from_skps.cpp198 writer.endObject(); in main()
211 writer.endObject(); in main()
219 writer.endObject(); in main()
H A Dskp_parser.cpp62 writer.endObject(); // root in main()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DJsonToken.cs44 private static readonly JsonToken endObject = new JsonToken(TokenType.EndObject); field in Google.Protobuf.JsonToken
53 internal static JsonToken EndObject { get { return endObject; } }
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp552 writer.endObject(); // verb in MakeJsonPath()
555 writer.endObject(); // path in MakeJsonPath()
620 writer.endObject(); // values in flatten()
659 writer.endObject(); in flatten()
671 writer.endObject(); in flatten()
677 writer.endObject(); in flatten()
682 writer.endObject(); in flatten()
837 writer.endObject(); // blur in apply_paint_maskfilter()
841 writer.endObject(); // maskFilter in apply_paint_maskfilter()
864 writer.endObject(); // dashin in apply_paint_patheffect()
[all...]
H A DJsonWriteBuffer.cpp88 fWriter->endObject(); in writeFlattenable()
192 fWriter->endObject(); in writeImage()
H A DDebugCanvas.cpp331 writer.endObject(); // command
354 writer.endObject();
/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h110 this->endObject(); in emitStream()
183 void endObject();
H A DSkPDFDocument.cpp233 this->endObject(); in emit()
242 void SkPDFDocument::endObject() SK_REQUIRES(fMutex) { in SK_REQUIRES()
/third_party/skia/bench/
H A DSkSLBench.cpp513 log->endObject(); // config in RunSkSLMemoryBenchmarks()
514 log->endObject(); // test in RunSkSLMemoryBenchmarks()
H A DResultsWriter.h48 void endBench() { this->endObject(); } in endBench()
H A Dnanobench.cpp1228 log.endObject(); // key
1384 log.endObject(); // options
1403 log.endObject(); // config
1487 log.endObject(); // config
1492 log.endObject(); // results
1493 log.endObject(); // root
/third_party/skia/src/utils/
H A DSkShaperJSONWriter.cpp127 fJSONWriter->endObject(); in commitRunBuffer()
235 fJSONWriter->endObject(); in displayMToN()
H A DSkJSONWriter.h79 * endObject(). If you have both the name and value of an object member, you can simply call
100 * endObject(). Calls to beginObject() must be balanced by corresponding calls to endObject().
118 void endObject() { in endObject() function in SkJSONWriter
132 * endObject(). Calls to beginArray() must be balanced by corresponding calls to endArray().
166 * - Between beginObject() and endObject(), after calling appendName()
220 * called between beginObject() and endObject().
/third_party/skia/tools/skiaserve/
H A DRequest.cpp234 writer.endObject(); // root in getJsonOps()
271 writer.endObject(); // root in getJsonInfo()
/third_party/skia/modules/skparagraph/tests/
H A DSkShaperJSONWriter.cpp134 fJSONWriter->endObject(); in commitRunBuffer()
242 fJSONWriter->endObject(); in displayMToN()
H A DSkShaperJSONWriterTest.cpp139 jsonWriter.endObject();
/third_party/skia/tests/
H A DSkShaperJSONWriterTest.cpp139 jsonWriter.endObject();
/third_party/skia/tools/skiaserve/urlhandlers/
H A DBreakHandler.cpp84 writer.endObject(); // root in handle()
/third_party/skia/modules/particles/include/
H A DSkParticleSerialization.h52 void exitObject() override { fWriter.endObject(); }
/third_party/skia/experimental/wasm-skp-debugger/
H A Ddebugger_bindings.cpp221 writer.endObject(); // root in jsonCommandList()
244 writer.endObject(); // root in lastCommandInfo()

Completed in 17 milliseconds

12