Searched defs:StringAndValue (Results 1 – 6 of 6) sorted by relevance
25 struct StringAndValue { struct26 const char *s;27 int32_t value;
27 struct StringAndValue { struct28 const char *s;29 int32_t value;
51 private static final class StringAndValue { class in BytesTrieTest52 public StringAndValue(String str, int val) { in StringAndValue() method in BytesTrieTest.StringAndValue
51 private static final class StringAndValue { class in CharsTrieTest52 public StringAndValue(String str, int val) { in StringAndValue() method in CharsTrieTest.StringAndValue
55 private static final class StringAndValue { class in BytesTrieTest56 public StringAndValue(String str, int val) { in StringAndValue() method in BytesTrieTest.StringAndValue
55 private static final class StringAndValue { class in CharsTrieTest56 public StringAndValue(String str, int val) { in StringAndValue() method in CharsTrieTest.StringAndValue