Searched refs:writeBoolean (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DBooleanBinding.java41 output.writeBoolean(((Boolean) object).booleanValue());
71 outputToEntry(sizedOutput().writeBoolean(val), entry);
H A DTupleOutput.java190 public final TupleOutput writeBoolean(boolean val) { method in class:TupleOutput
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java66 TupleOutput writeBoolean(boolean val); method in interface:EntityOutput
H A DSimpleFormat.java142 output.writeBoolean(((Boolean) o).booleanValue());
170 output.writeBoolean(a[i]);
190 output.writeBoolean(field.getBoolean(o));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java89 output.writeBoolean(z);
98 output.writeBoolean(zw.booleanValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java317 out.writeBoolean(val);
330 out.writeBoolean(true);
331 out.writeBoolean(false);
339 out.writeBoolean(true);
340 out.writeBoolean(false);
341 out.writeBoolean(true);
H A DTupleOrderingTest.java219 out.writeBoolean(DATA[i]);

Completed in 82 milliseconds