Home
last modified time | relevance | path

Searched refs:checkElementIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dtextencoding.js6 const {checkElementIndex} = goog.require('protobuf.internal.checks');
47 checkElementIndex(cursor, bytes.byteLength);
51 checkElementIndex(cursor + 1, bytes.byteLength);
56 checkElementIndex(cursor + 2, bytes.byteLength);
101 checkElementIndex(i, value.length);
Dkernel.js26 …gnedInt32, checkCriticalTypeUnsignedInt32Array, checkDefAndNotNull, checkElementIndex, checkFieldN…
80 checkElementIndex(index, indexArray.length);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DDigitSequence.java229 Preconditions.checkElementIndex(n, length); in getDigit()
238 Preconditions.checkElementIndex(n, length); in first()
247 Preconditions.checkElementIndex(n, length); in last()
/third_party/protobuf/js/experimental/runtime/internal/
Dchecks.js167 function checkElementIndex(index, size) { function
691 checkElementIndex, property
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataDumper.java7 import static com.google.common.base.Preconditions.checkElementIndex;
372 checkElementIndex(n, m.groupCount()); in match()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DResultSpec.java7 import static com.google.common.base.Preconditions.checkElementIndex;
558 spec, '$', c -> args.apply(checkElementIndex(c - '1', size, "argument index")));