Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeBindings.java306 return new AsKey(rawBase, _types, _hashCode); in asKey()
434 final static class AsKey { class in TypeBindings
439 public AsKey(Class<?> raw, JavaType[] params, int hash) { in AsKey() method in TypeBindings.AsKey
453 AsKey other = (AsKey) o; in equals()
/external/flatbuffers/tests/
Dtest.cpp2852 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()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h511 const char *AsKey() const { in AsKey() function
553 auto str = AsKey(); in ToString()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1728 const auto key = keys[i].AsKey(); in ReadOptions()