Home
last modified time | relevance | path

Searched refs: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/
H A DValueMap.h174 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert() local
175 return std::make_pair(iterator(MapResult.first), MapResult.second); in insert()
179 auto MapResult = in insert() local
181 return std::make_pair(iterator(MapResult.first), MapResult.second); in insert()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A Dengine_dawn.cc197 struct MapResult { struct
204 // state of the MapResult object hidden inside the |userdata| parameter.
212 MapResult& map_result = *reinterpret_cast<MapResult*>(userdata); in HandleBufferMapCallback()
243 // ::dawn::BufferUsage::MapRead set. Returns a MapResult structure, with
247 MapResult MapBuffer(const ::dawn::Device& device, const ::dawn::Buffer& buf) { in MapBuffer()
248 MapResult map_result; in MapBuffer()
337 MapResult mapped_device_texture = MapBuffer(device, copy_buffer); in MapDeviceTextureToHostBuffer()
391 MapResult mapped_device_buffer = MapBuffer(device, copy_device_buffer); in MapDeviceBufferToHostBuffer()
/third_party/python/Lib/multiprocessing/
H A Dpool.py488 result = MapResult(self, chunksize, len(iterable), callback,
794 class MapResult(ApplyResult): class

Completed in 6 milliseconds