Home
last modified time | relevance | path

Searched defs:MapResult (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueMap.h174 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert() local
179 auto MapResult = in insert() local
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc197 struct MapResult { struct
198 Result result;
199 const void* data = nullptr;
200 uint64_t dataLength = 0;
/third_party/python/Lib/multiprocessing/
Dpool.py794 class MapResult(ApplyResult): class