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

/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java140 private static Pattern GSER_SEQUENCE_START = Pattern.compile("^(\\{)"); field in class:GSERParser
310 next(GSER_SEQUENCE_START);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java140 private static Pattern GSER_SEQUENCE_START = Pattern.compile("^(\\{)"); field in class:GSERParser
310 next(GSER_SEQUENCE_START);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/asn1/
H A DGSERParser.java136 private static Pattern GSER_SEQUENCE_START = Pattern.compile("^(\\{)"); field in class:GSERParser
306 next(GSER_SEQUENCE_START);

Completed in 26 milliseconds