Searched refs:hasAvailableSpace (Results 1 – 5 of 5) sorted by relevance
32 public static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() method in StructNlMsgErr37 if (!hasAvailableSpace(byteBuffer)) { return null; } in parse()
36 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() method in StructNdaCacheInfo41 if (!hasAvailableSpace(byteBuffer)) { return null; } in parse()
54 if (!hasAvailableSpace(byteBuffer)) return null; in parse()89 private static boolean hasAvailableSpace(@NonNull ByteBuffer byteBuffer) { in hasAvailableSpace() method in StructNfGenMsg
80 public static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() method in StructNlMsgHdr85 if (!hasAvailableSpace(byteBuffer)) { return null; } in parse()
101 private static boolean hasAvailableSpace(ByteBuffer byteBuffer) { in hasAvailableSpace() method in StructNdMsg106 if (!hasAvailableSpace(byteBuffer)) { return null; } in parse()