Searched refs:JSONWriter (Results 1 – 4 of 4) sorted by relevance
59 public class JSONWriter { class96 public JSONWriter(Writer w) { in JSONWriter() method in JSONWriter110 private JSONWriter append(String s) throws JSONException { in append()141 public JSONWriter array() throws JSONException { in array()158 private JSONWriter end(char m, char c) throws JSONException { in end()179 public JSONWriter endArray() throws JSONException { in endArray()189 public JSONWriter endObject() throws JSONException { in endObject()201 public JSONWriter key(String s) throws JSONException { in key()233 public JSONWriter object() throws JSONException { in object()287 public JSONWriter value(boolean b) throws JSONException { in value()[all …]
59 public class JSONStringer extends JSONWriter {
1012 class JSONWriter { class1024 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} in JSONWriter() function in __anon393354d90611::JSONWriter1029 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { in containedIn()1042 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) { in containedPart()1048 void JSONWriter::startDirectory(StringRef Path) { in startDirectory()1059 void JSONWriter::endDirectory() { in endDirectory()1067 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) { in writeEntry()1077 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries, in write()1125 JSONWriter(OS).write(Mappings, IsCaseSensitive); in write()
META-INF/ META-INF/MANIFEST.MF org/ org/json/ org/ ...