Searched defs:getEstimatedSize (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java430 final ByteStringBuilder builder = new ByteStringBuilder(getEstimatedSize(idSet));
457 private static int getEstimatedSize(EntryIDSet idSet) method in class:EntryIDSet.EntryIDSetCodecV1
506 final ByteStringBuilder builder = new ByteStringBuilder(getEstimatedSize(idSet));
545 private static int getEstimatedSize(EntryIDSet idSet) method in class:EntryIDSet.EntryIDSetCodecV2

Completed in 35 milliseconds