Home
last modified time | relevance | path

Searched refs:EMPTY_BB (Results 1 – 1 of 1) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java103 private static final ReadBuf EMPTY_BB = new ArrayReadWriteBuf(new byte[] {0}, 1); field in FlexBuffers
226 private static final Reference NULL_REFERENCE = new Reference(EMPTY_BB, 0, 1, 0);
674 static final Blob EMPTY = new Blob(EMPTY_BB, 1, 1);
743 private static final Key EMPTY = new Key(EMPTY_BB, 0, 0);
820 private static final Map EMPTY_MAP = new Map(EMPTY_BB, 1, 1);
1034 private static final Vector EMPTY_VECTOR = new Vector(EMPTY_BB, 1, 1);
1095 private static final TypedVector EMPTY_VECTOR = new TypedVector(EMPTY_BB, 1, 1, FBT_INT);