Home
last modified time | relevance | path

Searched defs:jumpTable (Results 1 – 4 of 4) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
DDigitSequenceMatcher.java87 State jumpTable(int index); in jumpTable() method
186 @Override public State jumpTable(int index) { in jumpTable() method in DigitSequenceMatcher.ByteArrayMatcher.ByteArrayData
253 @Override public State jumpTable(int index) { in jumpTable() method in DigitSequenceMatcher.StringMatcher.StringData
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
DMatcherCompilerTest.java85 List<Byte> jumpTable = asList(data).subList(4, 14); in testMapOperation() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTree.java140 private final long jumpTable; field in RangeTree.Node
176 long jumpTable = -1L; in Node() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h58 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() function