Searched refs:GSER_IDENTIFIER (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java74 private static Pattern GSER_IDENTIFIER = Pattern field in class:GSERParser
434 if (!hasNext(GSER_IDENTIFIER))
440 String identifier = next(GSER_IDENTIFIER);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java74 private static Pattern GSER_IDENTIFIER = Pattern field in class:GSERParser
434 if (!hasNext(GSER_IDENTIFIER))
440 String identifier = next(GSER_IDENTIFIER);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/asn1/
H A DGSERParser.java70 private static Pattern GSER_IDENTIFIER = Pattern field in class:GSERParser
430 if (!hasNext(GSER_IDENTIFIER))
436 String identifier = next(GSER_IDENTIFIER);

Completed in 435 milliseconds