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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DJECompressedSchema.java99 private final ASN1Writer storeAttributeWriter = ASN1 field in class:JECompressedSchema
190 storeAttributeWriter.writeStartSequence();
191 storeAttributeWriter.writeOctetString(attributeName);
194 storeAttributeWriter.writeOctetString(option);
196 storeAttributeWriter.writeEndSequence();
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DJECompressedSchema.java100 private final ASN1Writer storeAttributeWriter = ASN1 field in class:JECompressedSchema
191 storeAttributeWriter.writeStartSequence();
192 storeAttributeWriter.writeOctetString(attributeName);
195 storeAttributeWriter.writeOctetString(option);
197 storeAttributeWriter.writeEndSequence();
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DJECompressedSchema.java100 private final ASN1Writer storeAttributeWriter = ASN1 field in class:JECompressedSchema
191 storeAttributeWriter.writeStartSequence();
192 storeAttributeWriter.writeOctetString(attributeName);
195 storeAttributeWriter.writeOctetString(option);
197 storeAttributeWriter.writeEndSequence();
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DJECompressedSchema.java99 private final ASN1Writer storeAttributeWriter = ASN1 field in class:JECompressedSchema
190 storeAttributeWriter.writeStartSequence();
191 storeAttributeWriter.writeOctetString(attributeName);
194 storeAttributeWriter.writeOctetString(option);
196 storeAttributeWriter.writeEndSequence();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DJECompressedSchema.java100 private final ASN1Writer storeAttributeWriter = ASN1 field in class:JECompressedSchema
191 storeAttributeWriter.writeStartSequence();
192 storeAttributeWriter.writeOctetString(attributeName);
195 storeAttributeWriter.writeOctetString(option);
197 storeAttributeWriter.writeEndSequence();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DPersistentCompressedSchema.java76 private final ASN1Writer storeAttributeWriter = ASN1.getWriter(storeAttributeWriterBuffer); field in class:PersistentCompressedSchema
110 storeAttributeWriter.writeStartSequence();
111 storeAttributeWriter.writeOctetString(attributeName);
114 storeAttributeWriter.writeOctetString(option);
116 storeAttributeWriter.writeEndSequence();

Completed in 31 milliseconds