Searched refs:checkElementIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | textencoding.js | 6 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);
|
D | kernel.js | 26 …gnedInt32, checkCriticalTypeUnsignedInt32Array, checkDefAndNotNull, checkElementIndex, checkFieldN… 80 checkElementIndex(index, indexArray.length);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | DigitSequence.java | 229 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/ |
D | checks.js | 167 function checkElementIndex(index, size) { function 691 checkElementIndex, property
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | IcuDataDumper.java | 7 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/ |
D | ResultSpec.java | 7 import static com.google.common.base.Preconditions.checkElementIndex; 558 spec, '$', c -> args.apply(checkElementIndex(c - '1', size, "argument index")));
|