Home
last modified time | relevance | path

Searched defs:MapNode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp69 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry()
78 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry()
86 bool MetadataVerifier::verifyIntegerEntry(msgpack::MapDocNode &MapNode, in verifyIntegerEntry()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp67 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyEntry()
76 msgpack::MapDocNode &MapNode, StringRef Key, bool Required, in verifyScalarEntry()
84 bool MetadataVerifier::verifyIntegerEntry(msgpack::MapDocNode &MapNode, in verifyIntegerEntry()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_plugin.h85 TfLiteStatus (*MapNode)(TfLiteContext* context, const TfLiteNode* node, member
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DPullNodes.kt27 internal class MapNode<A, B>(val upstream: PullNode<A>, val transform: suspend EvalScope.(A) -> B) : class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dscoped_allocator_usage_test.cpp139 typedef std::pair<const alloc_int, alloc_int> MapNode; typedef
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp2104 MappingNode *MapNode = dyn_cast<MappingNode>(&*AI); in parse() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp8952 bool TraverseNode(T Node, MapNodeTy MapNode, in TraverseNode()