Home
last modified time | relevance | path

Searched refs:writeRaw (Results 1 – 25 of 29) sorted by relevance

12

/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBJsonWire.php44 $output->writeRaw("\"", 1);
46 $output->writeRaw($field_name, strlen($field_name));
47 $output->writeRaw("\":", 2);
63 $output->writeRaw("{", 1);
86 $output->writeRaw(",", 1);
89 $output->writeRaw("\"", 1);
99 $output->writeRaw("\"", 1);
101 $output->writeRaw(":", 1);
110 $output->writeRaw("}", 1);
113 $output->writeRaw("[", 1);
[all …]
DCodedOutputStream.php60 return $this->writeRaw($bytes, $size);
67 return $this->writeRaw($bytes, $size);
74 return $this->writeRaw($bytes, $size);
81 return $this->writeRaw($bytes, $size);
89 public function writeRaw($data, $size) function in Google\\Protobuf\\Internal\\CodedOutputStream
DMessage.php1379 $output->writeRaw($this->unknown, strlen($this->unknown));
1389 $output->writeRaw("{", 1);
1394 $output->writeRaw("\"@type\":", 8);
1395 $output->writeRaw("\"", 1);
1396 $output->writeRaw($this->getTypeUrl(), strlen($this->getTypeUrl()));
1397 $output->writeRaw("\"", 1);
1401 $output->writeRaw(",\"value\":", 9);
1407 $output->writeRaw(",", 1);
1415 $output->writeRaw("}", 1);
1418 $output->writeRaw("\"", 1);
[all …]
DGPBWire.php364 return $output->writeRaw($data, 4);
370 return $output->writeRaw($data, 8);
384 return $output->writeRaw($value, $size);
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DMinimalPrettyPrinter.java74 g.writeRaw(_rootValueSeparator); in writeRootValueSeparator()
81 g.writeRaw('{'); in writeStartObject()
100 g.writeRaw(_separators.getObjectFieldValueSeparator()); in writeObjectFieldValueSeparator()
113 g.writeRaw(_separators.getObjectEntrySeparator()); in writeObjectEntrySeparator()
119 g.writeRaw('}'); in writeEndObject()
125 g.writeRaw('['); in writeStartArray()
144 g.writeRaw(_separators.getArrayValueSeparator()); in writeArrayValueSeparator()
150 g.writeRaw(']'); in writeEndArray()
DDefaultPrettyPrinter.java272 g.writeRaw(_rootSeparator); in writeRootValueSeparator()
279 g.writeRaw('{'); in writeStartObject()
304 g.writeRaw(_objectFieldValueSeparatorWithSpaces); in writeObjectFieldValueSeparator()
306 g.writeRaw(_separators.getObjectFieldValueSeparator()); in writeObjectFieldValueSeparator()
322 g.writeRaw(_separators.getObjectEntrySeparator()); in writeObjectEntrySeparator()
335 g.writeRaw(' '); in writeEndObject()
337 g.writeRaw('}'); in writeEndObject()
346 g.writeRaw('['); in writeStartArray()
366 g.writeRaw(_separators.getArrayValueSeparator()); in writeArrayValueSeparator()
379 g.writeRaw(' '); in writeEndArray()
[all …]
DJsonGeneratorDelegate.java291 public void writeRaw(String text) throws IOException { delegate.writeRaw(text); } in writeRaw() method in JsonGeneratorDelegate
294 …public void writeRaw(String text, int offset, int len) throws IOException { delegate.writeRaw(text… in writeRaw() method in JsonGeneratorDelegate
297 public void writeRaw(SerializableString raw) throws IOException { delegate.writeRaw(raw); } in writeRaw() method in JsonGeneratorDelegate
300 …public void writeRaw(char[] text, int offset, int len) throws IOException { delegate.writeRaw(text… in writeRaw() method in JsonGeneratorDelegate
303 public void writeRaw(char c) throws IOException { delegate.writeRaw(c); } in writeRaw() method in JsonGeneratorDelegate
DDefaultIndenter.java87 jg.writeRaw(eol); in writeIndentation()
91 jg.writeRaw(indents, 0, indents.length); in writeIndentation()
94 jg.writeRaw(indents, 0, level); in writeIndentation()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DJSONPObject.java68 gen.writeRaw(_function); in serialize()
69 gen.writeRaw('('); in serialize()
94 gen.writeRaw(')'); in serialize()
DJSONWrappedObject.java81 if (_prefix != null) jgen.writeRaw(_prefix); in serialize()
90 if (_suffix != null) jgen.writeRaw(_suffix); in serialize()
DTokenBuffer.java804 public void writeRaw(String text) throws IOException { in writeRaw() method in TokenBuffer
809 public void writeRaw(String text, int offset, int len) throws IOException { in writeRaw() method in TokenBuffer
814 public void writeRaw(SerializableString text) throws IOException { in writeRaw() method in TokenBuffer
819 public void writeRaw(char[] text, int offset, int len) throws IOException { in writeRaw() method in TokenBuffer
824 public void writeRaw(char c) throws IOException { in writeRaw() method in TokenBuffer
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DFilteringGeneratorDelegate.java537 public void writeRaw(String text) throws IOException in writeRaw() method in FilteringGeneratorDelegate
540 delegate.writeRaw(text); in writeRaw()
545 public void writeRaw(String text, int offset, int len) throws IOException in writeRaw() method in FilteringGeneratorDelegate
548 delegate.writeRaw(text, offset, len); in writeRaw()
553 public void writeRaw(SerializableString text) throws IOException in writeRaw() method in FilteringGeneratorDelegate
556 delegate.writeRaw(text); in writeRaw()
561 public void writeRaw(char[] text, int offset, int len) throws IOException in writeRaw() method in FilteringGeneratorDelegate
564 delegate.writeRaw(text, offset, len); in writeRaw()
569 public void writeRaw(char c) throws IOException in writeRaw() method in FilteringGeneratorDelegate
572 delegate.writeRaw(c); in writeRaw()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/
DTestFormatSchema.java194 public void writeRaw(String text) throws IOException { } in writeRaw() method in TestFormatSchema.GeneratorWithSchema
197 public void writeRaw(String text, int offset, int len) { } in writeRaw() method in TestFormatSchema.GeneratorWithSchema
200 public void writeRaw(char[] text, int offset, int len) { } in writeRaw() method in TestFormatSchema.GeneratorWithSchema
203 public void writeRaw(char c) throws IOException { } in writeRaw() method in TestFormatSchema.GeneratorWithSchema
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DWriterBasedJsonGenerator.java211 writeRaw(ch, 0, ch.length); in _writeFieldName()
233 writeRaw(quoted, 0, quoted.length); in _writeFieldNameTail()
392 writeRaw(quoted, 0, quoted.length); in _writePPFieldName()
398 writeRaw(quoted, 0, quoted.length); in _writePPFieldName()
549 public void writeRaw(String text) throws IOException in writeRaw() method in WriterBasedJsonGenerator
569 public void writeRaw(String text, int start, int len) throws IOException in writeRaw() method in WriterBasedJsonGenerator
589 public void writeRaw(SerializableString text) throws IOException { in writeRaw() method in WriterBasedJsonGenerator
592 writeRaw(text.getValue()); in writeRaw()
599 public void writeRaw(char[] text, int offset, int len) throws IOException in writeRaw() method in WriterBasedJsonGenerator
617 public void writeRaw(char c) throws IOException in writeRaw() method in WriterBasedJsonGenerator
[all …]
DUTF8JsonGenerator.java660 public void writeRaw(String text) throws IOException { in writeRaw() method in UTF8JsonGenerator
665 writeRaw(buf, 0, len); in writeRaw()
667 writeRaw(text, 0, len); in writeRaw()
672 public void writeRaw(String text, int offset, int len) throws IOException in writeRaw() method in UTF8JsonGenerator
680 writeRaw(buf, 0, len); in writeRaw()
716 public void writeRaw(SerializableString text) throws IOException in writeRaw() method in UTF8JsonGenerator
740 public final void writeRaw(char[] cbuf, int offset, int len) throws IOException in writeRaw() method in UTF8JsonGenerator
782 public void writeRaw(char ch) throws IOException in writeRaw() method in UTF8JsonGenerator
1020 writeRaw(value.toString()); in writeNumber()
1036 writeRaw(String.valueOf(d)); in writeNumber()
[all …]
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/
DBasicGeneratorFilteringTest.java264 gen.writeRaw(" "); in testSingleMatchFilteringWithPathRawBinary()
266 gen.writeRaw(new SerializedString(" /*x*/")); in testSingleMatchFilteringWithPathRawBinary()
447 gen.writeRaw(','); in testRawValueDelegationWithArray()
448 gen.writeRaw("/* comment"); in testRawValueDelegationWithArray()
449 gen.writeRaw("... */".toCharArray(), 3, 3); in testRawValueDelegationWithArray()
450 gen.writeRaw(" ,42", 1, 3); in testRawValueDelegationWithArray()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DGeneratorBasicTest.java87 gen.writeRaw(" "); in testBooleanWrite()
112 gen.writeRaw(" "); in testNullWrite()
342 gen.writeRaw(" "); in doTestIntValueWrite()
352 gen.writeRaw(" "); in doTestIntValueWrite()
398 gen.writeRaw(" "); in doTestLongValueWrite()
408 gen.writeRaw(" "); in doTestLongValueWrite()
DGeneratorMiscTest.java101 gen.writeRaw("-123, true"); in testRaw()
102 gen.writeRaw(", \"x\" "); in testRaw()
199 g.writeRaw('\n'); in _testLongerObjects()
DPrettyPrinterTest.java26 jg.writeRaw("("+nrOfEntries+")}"); in writeEndObject()
33 jg.writeRaw("("+nrOfValues+")]"); in writeEndArray()
124 jg.writeRaw("\t"); in testSimpleDocWithMinimal()
DRawStringWriteTest.java60 jgen.writeRaw('\n'); in testUtf8StringsWithEscaping()
102 jgen.writeRaw(new SerializedString(", false")); in _testWriteRawWithSerializable()
DUTF8GeneratorTest.java50 g.writeRaw(VALUE); in testSurrogatesWithRaw()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DGeneratorBase.java327 writeRaw(text); in writeRawValue()
332 writeRaw(text, offset, len); in writeRawValue()
337 writeRaw(text, offset, len); in writeRawValue()
342 writeRaw(text); in writeRawValue()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java1141 public abstract void writeRaw(String text) throws IOException; in writeRaw() method in JsonGenerator
1155 public abstract void writeRaw(String text, int offset, int len) throws IOException; in writeRaw() method in JsonGenerator
1169 public abstract void writeRaw(char[] text, int offset, int len) throws IOException; in writeRaw() method in JsonGenerator
1183 public abstract void writeRaw(char c) throws IOException; in writeRaw() method in JsonGenerator
1205 public void writeRaw(SerializableString raw) throws IOException { in writeRaw() method in JsonGenerator
1206 writeRaw(raw.getValue()); in writeRaw()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMessageFramer.java228 writeRaw(headerScratch, 0, header.position()); in writeKnownLengthUncompressed()
278 private void writeRaw(byte[] b, int off, int len) { in writeRaw() method in MessageFramer
375 writeRaw(b, off, len); in write()
/external/skia/src/gpu/
DGrVertexWriter.h136 void writeRaw(const void* data, size_t size) { in writeRaw() function

12