Lines Matching refs:fb
10 const fb = new FakeBuffer(); constant13 Buffer.from(fb);21 Buffer.compare(fb, Buffer.alloc(0));25 fb.write('foo');29 Buffer.concat([fb, fb]);33 fb.toString();37 fb.equals(Buffer.alloc(0));41 fb.indexOf(5);45 fb.readFloatLE(0);49 fb.writeFloatLE(0);53 fb.fill(0);