Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSchemaUtil.java751 public static boolean shouldUseTableSwitch(FieldInfo[] fields) { in shouldUseTableSwitch() method in SchemaUtil
760 return shouldUseTableSwitch(lo, hi, fields.length); in shouldUseTableSwitch()
774 public static boolean shouldUseTableSwitch(int lo, int hi, int numFields) { in shouldUseTableSwitch() method in SchemaUtil