Searched defs:StringAndValue (Results 1 – 6 of 6) sorted by relevance
27 struct StringAndValue { struct28 const char *s;29 int32_t value;
30 struct StringAndValue { struct31 const char *s;32 int32_t value;
59 private static final class StringAndValue { class in BytesTrieTest60 public StringAndValue(String str, int val) { in StringAndValue() method in BytesTrieTest.StringAndValue
59 private static final class StringAndValue { class in CharsTrieTest60 public StringAndValue(String str, int val) { in StringAndValue() method in CharsTrieTest.StringAndValue
57 private static final class StringAndValue { class in BytesTrieTest58 public StringAndValue(String str, int val) { in StringAndValue() method in BytesTrieTest.StringAndValue
56 private static final class StringAndValue { class in CharsTrieTest57 public StringAndValue(String str, int val) { in StringAndValue() method in CharsTrieTest.StringAndValue