Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
H A 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(dat
[all...]
H A Dindexer.js37 function buildIndex(bufferDecoder, pivot) { function
53 buildIndex,
H A Dkernel.js28 const {buildIndex} = goog.require('protobuf.binary.indexer');
386 return new Kernel(bufferDecoder, buildIndex(bufferDecoder, pivot));

Completed in 4 milliseconds