Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/tests/source/
Dpaths.rs25 fn op(foo: Bar, key : &[u8], upd : Fn(Option<&memcache::Item> , Baz ) -> Result) -> MapResult {} in op()
Dfn-simple.rs5 …n<&memcache::Item>) -> (memcache::Status, Result<memcache::Item, Option<String>>)>) -> MapResult {} in simple()
/third_party/rust/rust/src/tools/rustfmt/tests/target/
Dpaths.rs28 fn op(foo: Bar, key: &[u8], upd: Fn(Option<&memcache::Item>, Baz) -> Result) -> MapResult {} in op()
Dfn-simple.rs16 ) -> MapResult { in simple()
/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