Home
last modified time | relevance | path

Searched defs:JsonWriter (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-loader/tests/framework/
Djson_writer.h36 struct JsonWriter { struct
37 std::string output;
40 std::stack<bool> stack;
42 void StartObject() { in StartObject()
48 void StartKeyedObject(std::string const& key) { in StartKeyedObject()
54 void EndObject() { in EndObject()
60 void StartKeyedArray(std::string const& key) { in StartKeyedArray()
66 void StartArray() { in StartArray()
72 void EndArray() { in EndArray()
79 void AddKeyedString(std::string const& key, std::string const& value) { in AddKeyedString()
[all …]
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h695 class JsonWriter; variable
876 friend class JsonWriter; variable
DD3D12MemAlloc.cpp1047 class JsonWriter class
1098 JsonWriter::JsonWriter(const ALLOCATION_CALLBACKS& allocationCallbacks, StringBuilder& stringBuilde… in JsonWriter() function in D3D12MA::JsonWriter