Home
last modified time | relevance | path

Searched refs:buildIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dindexer_test.js18 const {buildIndex} = goog.require('protobuf.binary.indexer');
61 const storage = buildIndex(createBufferDecoder(), PIVOT);
68 () => buildIndex(
74 expect(() => buildIndex(createBufferDecoder(0x0E, 0x01), PIVOT))
79 expect(() => buildIndex(createBufferDecoder(0x0F, 0x01), PIVOT))
85 const storage = buildIndex(data, PIVOT);
94 const storage = buildIndex(data, PIVOT);
104 expect(() => buildIndex(data, PIVOT))
111 const storage = buildIndex(data, PIVOT);
120 expect(() => buildIndex(data, PIVOT)).toThrow();
[all …]
Dindexer.js37 function buildIndex(bufferDecoder, pivot) { function
53 buildIndex, property
Dkernel.js28 const {buildIndex} = goog.require('protobuf.binary.indexer');
386 return new Kernel(bufferDecoder, buildIndex(bufferDecoder, pivot));