Searched refs:RootMap (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | AMDGPUMetadataVerifier.cpp | 287 auto &RootMap = HSAMetadataRoot.getMap(); in verify() local 290 RootMap, "amdhsa.version", true, [this](msgpack::DocNode &Node) { in verify() 297 RootMap, "amdhsa.printf", false, [this](msgpack::DocNode &Node) { in verify() 303 if (!verifyEntry(RootMap, "amdhsa.kernels", true, in verify()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | TestValueAnnotations.java | 57 static class RootMap extends HashMap<String,RootStringImpl> { } class in TestValueAnnotations 315 RootMap value = MAPPER.readValue("{\"a\":\"b\"}", RootMap.class); in testRootListAs()
|