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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java95 private final byte encodedRepresentation; field in class:EntryEncodeConfig
114 encodedRepresentation = 0x00;
156 encodedRepresentation = flagByte;
200 encodedRepresentation = flagByte;
271 buffer.append(encodedRepresentation);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java94 private final byte encodedRepresentation; field in class:EntryEncodeConfig
113 encodedRepresentation = 0x00;
155 encodedRepresentation = flagByte;
199 encodedRepresentation = flagByte;
270 buffer.append(encodedRepresentation);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java95 private final byte encodedRepresentation; field in class:EntryEncodeConfig
114 encodedRepresentation = 0x00;
156 encodedRepresentation = flagByte;
200 encodedRepresentation = flagByte;
271 buffer.append(encodedRepresentation);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java95 private final byte encodedRepresentation; field in class:EntryEncodeConfig
114 encodedRepresentation = 0x00;
156 encodedRepresentation = flagByte;
200 encodedRepresentation = flagByte;
271 buffer.append(encodedRepresentation);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntryEncodeConfig.java94 private final byte encodedRepresentation; field in class:EntryEncodeConfig
113 encodedRepresentation = 0x00;
155 encodedRepresentation = flagByte;
199 encodedRepresentation = flagByte;
270 buffer.append(encodedRepresentation);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntryEncodeConfig.java93 private final byte encodedRepresentation; field in class:EntryEncodeConfig
112 encodedRepresentation = 0x00;
154 encodedRepresentation = flagByte;
198 encodedRepresentation = flagByte;
269 buffer.appendByte(encodedRepresentation);

Completed in 32 milliseconds