Searched refs:AsKey (Results 1 – 4 of 4) sorted by relevance
306 return new AsKey(rawBase, _types, _hashCode); in asKey()434 final static class AsKey { class in TypeBindings439 public AsKey(Class<?> raw, JavaType[] params, int hash) { in AsKey() method in TypeBindings.AsKey453 AsKey other = (AsKey) o; in equals()
2852 TEST_EQ(mymap.Keys()[0].AsKey(), map.Keys()[4].AsKey()); in FlexBuffersTest()2930 TEST_EQ_STR(vec[0].AsKey(), test_data.c_str()); in FlexBuffersDeprecatedTest()2935 TEST_EQ_STR(vec[1].AsKey(), "hello"); in FlexBuffersDeprecatedTest()
511 const char *AsKey() const { in AsKey() function553 auto str = AsKey(); in ToString()
1728 const auto key = keys[i].AsKey(); in ReadOptions()