Searched refs:buildIndex (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | indexer_test.js | 18 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 …]
|
D | indexer.js | 37 function buildIndex(bufferDecoder, pivot) { function 53 buildIndex, property
|
D | kernel.js | 28 const {buildIndex} = goog.require('protobuf.binary.indexer'); 386 return new Kernel(bufferDecoder, buildIndex(bufferDecoder, pivot));
|