Lines Matching refs:PIVOT
36 const PIVOT = 1; constant
61 const storage = buildIndex(createBufferDecoder(), PIVOT);
69 /** @type {!BufferDecoder} */ (/** @type {*} */ (null)), PIVOT))
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();
127 const storage = buildIndex(data, PIVOT);
138 expect(() => buildIndex(data, PIVOT))
145 const storage = buildIndex(data, PIVOT);
155 expect(() => buildIndex(data, PIVOT))
163 const storage = buildIndex(data, PIVOT);
174 const storage = buildIndex(data, PIVOT);
184 expect(() => buildIndex(data, PIVOT))
191 const storage = buildIndex(data, PIVOT);
200 expect(() => buildIndex(data, PIVOT)).toThrow();
207 const storage = buildIndex(data, PIVOT);
218 expect(() => buildIndex(data, PIVOT))
225 const storage = buildIndex(data, PIVOT);
235 expect(() => buildIndex(data, PIVOT))
243 const storage = buildIndex(data, PIVOT);
254 const storage = buildIndex(data, PIVOT);
264 const storage = buildIndex(data, PIVOT);
272 expect(() => buildIndex(data, PIVOT))
279 expect(() => buildIndex(data, PIVOT))
286 const storage = buildIndex(data, PIVOT);
296 expect(() => buildIndex(data, PIVOT)).toThrowError('No end group found.');
302 const storage = buildIndex(data, PIVOT);
312 expect(() => buildIndex(data, PIVOT)).toThrowError('No end group found.');
318 const storage = buildIndex(data, PIVOT);
327 expect(() => buildIndex(data, PIVOT)).toThrow();
332 expect(() => buildIndex(data, PIVOT)).toThrow();