Lines Matching defs:cesLength
681 int64_t ces[32], int32_t &cesLength,
761 cesLength = 0;
767 if(cesLength >= 31) {
772 ces[cesLength++] = parseCE(builder, pointer, *status);
788 for (int32_t i = 0; i < cesLength; ++i) {
864 int32_t cesLength = 0;
865 if(readAnElement(line, builder, prefix, s, ces, cesLength, status)) {
873 builder.addRootElements(ces, cesLength, *status);
874 if(s.length() == 2 && cesLength == 1) {
950 builder.add(prefix, s, ces, cesLength, *status);