Searched refs:EMPTY_VECTOR (Results 1 – 1 of 1) sorted by relevance
1034 private static final Vector EMPTY_VECTOR = new Vector(EMPTY_BB, 1, 1); field in FlexBuffers.Vector1045 return EMPTY_VECTOR; in empty()1053 return this == EMPTY_VECTOR; in isEmpty()1095 private static final TypedVector EMPTY_VECTOR = new TypedVector(EMPTY_BB, 1, 1, FBT_INT); field in FlexBuffers.TypedVector1105 return EMPTY_VECTOR; in empty()1114 return this == EMPTY_VECTOR; in isEmptyVector()