HomeSort by relevance Sort by last modified time
    Searched refs:BinaryWriter (Results 1 - 10 of 10) sorted by null

  /external/protobuf/js/commonjs/
export.js 10 goog.require('jspb.BinaryWriter');
16 exports.BinaryWriter = jspb.BinaryWriter;
  /external/protobuf/js/binary/
writer.js 36 * jspb's BinaryWriter class defines methods for efficiently encoding
47 * for all numbers. BinaryWriter does not make any special effort to preserve
58 goog.provide('jspb.BinaryWriter');
71 * BinaryWriter implements encoders for all the wire types specified in
77 jspb.BinaryWriter = function() {
117 jspb.BinaryWriter.prototype.appendUint8Array_ = function(arr) {
132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) {
149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) {
171 jspb.BinaryWriter.prototype.writeSerializedMessage = function(
184 jspb.BinaryWriter.prototype.maybeWriteSerializedMessage = function
    [all...]
writer_test.js 33 * practice BinaryWriter is used to drive the Decoder and Reader test cases,
43 goog.require('jspb.BinaryWriter');
62 var writer = new jspb.BinaryWriter();
70 writer = new jspb.BinaryWriter();
74 writer = new jspb.BinaryWriter();
114 var writer = new jspb.BinaryWriter();
constants.js 33 * jspb.BinaryReader and BinaryWriter.
143 * A writer function serializes a message to a BinaryWriter.
144 * @typedef {!function(!jspb.Message, !jspb.BinaryWriter):void |
145 * !function(!jspb.ConstBinaryMessage, !jspb.BinaryWriter):void}
utils_test.js 42 goog.require('jspb.BinaryWriter');
482 var writer = new jspb.BinaryWriter();
498 var writer = new jspb.BinaryWriter();
511 writer = new jspb.BinaryWriter();
530 var writer = new jspb.BinaryWriter();
543 writer = new jspb.BinaryWriter();
562 var writer = new jspb.BinaryWriter();
575 writer = new jspb.BinaryWriter();
594 var writer = new jspb.BinaryWriter();
607 writer = new jspb.BinaryWriter();
    [all...]
utils.js 33 * and BinaryWriter.
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 17 class BinaryWriter;
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 24 class BinaryWriter;
  /external/perfetto/src/ftrace_reader/
cpu_reader_unittest.cc 112 class BinaryWriter {
114 BinaryWriter()
178 TEST(CpuReaderTest, BinaryWriter) {
179 BinaryWriter writer;
822 BinaryWriter writer;
    [all...]
  /external/protobuf/js/
message.js 77 * appropriate methods on BinaryReader/BinaryWriter to read/write the value of
    [all...]

Completed in 161 milliseconds