Home
last modified time | relevance | path

Searched refs:BinaryStorage (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dbinary_storage_test.js8 const BinaryStorage = goog.require('protobuf.runtime.BinaryStorage'); constant
39 const storage = new BinaryStorage(DEFAULT_PIVOT);
50 const storage = new BinaryStorage(DEFAULT_PIVOT);
60 const storage = new BinaryStorage(0);
71 const storage = new BinaryStorage();
84 const storage = new BinaryStorage(DEFAULT_PIVOT);
94 const storage = new BinaryStorage(DEFAULT_PIVOT);
104 const storage = new BinaryStorage(DEFAULT_PIVOT);
114 const storage = new BinaryStorage(DEFAULT_PIVOT);
126 const storage = new BinaryStorage(DEFAULT_PIVOT);
[all …]
Dbinary_storage.js13 class BinaryStorage { class
122 const copy = new BinaryStorage(this.getPivot());
130 exports = BinaryStorage;
Dindexer.js7 const BinaryStorage = goog.require('protobuf.runtime.BinaryStorage'); constant
40 const storage = new BinaryStorage(pivot);
Dindexer_test.js13 const BinaryStorage = goog.require('protobuf.runtime.BinaryStorage'); constant
Dkernel.js17 const BinaryStorage = goog.require('protobuf.runtime.BinaryStorage'); constant
374 return new Kernel(/* bufferDecoder= */ null, new BinaryStorage(pivot));