/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 221 using SizeOffsetType = std::pair<APInt, APInt>; 280 using SizeOffsetEvalType = std::pair<Value *, Value *>; 286 using BuilderTy = IRBuilder<TargetFolder, IRBuilderCallbackInserter>; 287 using WeakEvalType = std::pair<WeakTrackingVH, WeakTrackingVH>; 288 using CacheMapTy = DenseMap<const Value *, WeakEvalType>; 289 using PtrSetTy = SmallPtrSet<const Value *, 8>;
|
H A D | MemorySSAUpdater.h | 25 // For moving, first, move the instruction itself using the normal SSA 64 using ValueToValueMapTy = ValueMap<const Value *, WeakTrackingVH>; 65 using PhiToDefMap = SmallDenseMap<MemoryPhi *, MemoryAccess *>; 66 using CFGUpdate = cfg::Update<BasicBlock *>; 67 using GraphDiffInvBBPair =
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | zipf_distribution.h | 53 using result_type = IntType; 57 using distribution_type = zipf_distribution; 99 "parameterized using an integral type."); 239 using stream_type = in operator <<() 252 using result_type = typename zipf_distribution<IntType>::result_type; in operator >>() 253 using param_type = typename zipf_distribution<IntType>::param_type; in operator >>() 254 using stream_type = in operator >>()
|
H A D | mocking_bit_gen.h | 66 // which can act in place of an `absl::BitGen` URBG within tests using the 78 // // Mock a call to an `absl::Bernoulli` distribution using Googletest 110 using result_type = absl::BitGen::result_type; 182 using MockFnType = decltype(GetMockFnType(std::declval<ResultT>(), in declval() 185 using WrappedFnType = absl::conditional_t< in declval() 197 using ImplT = FunctionHolderImpl<WrappedFnType, ResultT, ArgTupleT>; in declval()
|
/third_party/skia/gm/ |
H A D | gm.h | 94 using DrawResult = skiagm::DrawResult; 190 using GMFactory = std::unique_ptr<skiagm::GM> (*)(); 191 using GMRegistry = sk_tools::Registry<GMFactory>; 206 using GM::onDraw; 217 using DrawProc = DrawResult(*)(SkCanvas*, SkString*); 234 using DrawProc = DrawResult (*)(GrRecordingContext*, SkCanvas*, SkString* errorMsg);
|
/third_party/skia/include/core/ |
H A D | SkSurface.h | 760 using AsyncReadResult = SkImage::AsyncReadResult; 763 using ReadPixelsContext = void*; 768 using ReadPixelsCallback = void(ReadPixelsContext, std::unique_ptr<const AsyncReadResult>); 773 using RescaleGamma = SkImage::RescaleGamma; 774 using RescaleMode = SkImage::RescaleMode; 1010 knows that Skia has finished waiting on them. This can be done by using finishedProcs 1076 using INHERITED = SkRefCnt;
|
/third_party/skia/include/private/ |
H A D | GrResourceKey.h | 173 * cache for a subsequent cache request until all refs are released. This facilitates using 189 using INHERITED = GrResourceKey; 198 /** Creates an invalid scratch key. It must be initialized using a Builder object before use. */ 204 using INHERITED::reset; 206 using INHERITED::isValid; 241 using INHERITED = GrResourceKey; 248 /** Creates an invalid unique key. It must be initialized using a Builder object before use. */ 254 using INHERITED::reset; 256 using INHERITED::isValid;
|
/third_party/gn/src/gn/ |
H A D | bundle_data.h | 27 using UniqueTargets = UniqueVector<const Target*>; 28 using SourceFiles = std::vector<SourceFile>; 29 using OutputFiles = std::vector<OutputFile>; 30 using BundleFileRules = std::vector<BundleFileRule>; 222 // the Xcode project file when using --ide=xcode. 232 // generate the Xcode project when using --ide=xcode.
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader.h | 82 using SuccessCallback = base::OnceClosure; 84 using FailureCallback = base::OnceClosure; 87 using ProgressCallback = base::RepeatingCallback<void(int64_t)>; 90 using ListenerCallback = base::RepeatingCallback<void(uint64_t)>;
|
/third_party/node/src/ |
H A D | req_wrap-inl.h | 73 using T = int(*)(uv_loop_t*, ReqT*, Args...); 83 using T = int(*)(ReqT*, Args...); 93 using T = void(*)(ReqT*, Args...); 119 using F = void(*)(ReqT* req, Args... args);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | def_use_manager.h | 37 Instruction* inst; // Instruction using the id. 62 using UserEntry = std::pair<Instruction*, Instruction*>; 72 // definition (i.e. using {def, nullptr}). 99 using IdToDefMap = std::unordered_map<uint32_t, Instruction*>; 100 using IdToUsersMap = std::set<UserEntry, UserEntryLess>; 223 using InstToUsedIdsMap =
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | def_use_manager.h | 37 Instruction* inst; // Instruction using the id. 62 using UserEntry = std::pair<Instruction*, Instruction*>; 72 // definition (i.e. using {def, nullptr}). 99 using IdToDefMap = std::unordered_map<uint32_t, Instruction*>; 100 using IdToUsersMap = std::set<UserEntry, UserEntryLess>; 223 using InstToUsedIdsMap =
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom.h | 41 using INHERITED = SkTypeface_FreeType; 57 using INHERITED = SkTypeface_Custom; 75 using INHERITED = SkTypeface_Custom; 92 using INHERITED = SkTypeface_Custom;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | SymbolStringPool.h | 42 using RefCountType = std::atomic<size_t>; 43 using PoolMap = StringMap<RefCountType>; 44 using PoolMapEntry = StringMapEntry<RefCountType>; 106 using PoolEntryPtr = SymbolStringPool::PoolMapEntry *;
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceStringPool.h | 13 /// of memory allocation compared to directly using std::string. 34 using IDType = uintptr_t; 75 using IDType = StringPool::IDType; 145 using OwnerType = GlobalContext; 149 using GlobalString = StringID<struct GlobalStringPoolTraits>;
|
H A D | IceAssemblerX8632.h | 37 using BrCond = CondX86::BrCond; 38 using CmppsCond = CondX86::CmppsCond; 39 using RegisterSet = ::Ice::RegX8632; 40 using GPRRegister = RegisterSet::GPRRegister; 41 using ByteRegister = RegisterSet::ByteRegister; 42 using XmmRegister = RegisterSet::XmmRegister; 358 using TypedEmitGPR = void (AssemblerX8632::*)(Type, GPRRegister); 359 using TypedEmitAddr = void (AssemblerX8632::*)(Type, const AsmAddress &); 365 using TypedEmitGPRGPR = void (AssemblerX8632::*)(Type, GPRRegister, 367 using TypedEmitGPRAdd [all...] |
H A D | IceAssemblerX8664.h | 37 using BrCond = CondX86::BrCond; 38 using CmppsCond = CondX86::CmppsCond; 39 using RegisterSet = ::Ice::RegX8664; 40 using GPRRegister = RegisterSet::GPRRegister; 41 using ByteRegister = RegisterSet::ByteRegister; 42 using XmmRegister = RegisterSet::XmmRegister; 378 using TypedEmitGPR = void (AssemblerX8664::*)(Type, GPRRegister); 379 using TypedEmitAddr = void (AssemblerX8664::*)(Type, const AsmAddress &); 385 using TypedEmitGPRGPR = void (AssemblerX8664::*)(Type, GPRRegister, 387 using TypedEmitGPRAdd [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.h | 67 using UnitsAndLanes = std::pair<unsigned, unsigned>; 68 using TypeUnitsAndLanes = DenseMap<unsigned, UnitsAndLanes>; 140 using HexagonPacket = 162 using iterator = HexagonPacket::iterator;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.h | 49 using NodeRef = std::pair<NodeId, LaneBitmask>; 50 using NodeRefSet = std::set<NodeRef>; 52 using RefMap = std::map<RegisterId, NodeRefSet>; 113 using NodeBlockMap = DenseMap<NodeId, MachineBasicBlock *>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 24 using MapTy = DenseMap<KeyT, size_t>; 28 using VectorTy = std::vector<std::pair<KeyT, ValueT>>; 47 using iterator = typename VectorTy::iterator; 48 using const_iterator = typename VectorTy::const_iterator;
|
/third_party/skia/modules/skottie/include/ |
H A D | Skottie.h | 40 using ImageAsset = skresources::ImageAsset; 41 using ResourceProvider = skresources::ResourceProvider; 192 // animations using layer blend modes. 199 using RenderFlags = uint32_t; 287 using INHERITED = SkNVRefCnt<Animation>;
|
/third_party/skia/modules/skparagraph/src/ |
H A D | OneLineShaper.h | 56 using ShapeVisitor = 60 using ShapeSingleFontVisitor = 72 using TypefaceVisitor = std::function<Resolved(sk_sp<SkTypeface> typeface)>; 74 using TypefaceVisitor = std::function<Resolved(std::shared_ptr<RSTypeface> typeface)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 72 using iterator = typename std::vector<DomTreeNodeBase *>::iterator; 73 using const_iterator = 223 using NodeType = NodeT; 224 using NodePtr = NodeT *; 225 using ParentPtr = decltype(std::declval<NodeT *>()->getParent()); 228 using ParentType = typename std::remove_pointer<ParentPtr>::type; 231 using UpdateType = cfg::Update<NodePtr>; 232 using UpdateKind = cfg::UpdateKind; 242 using DomTreeNodeMapType = 325 /// block. This is the same as using operato [all...] |
/third_party/node/deps/v8/src/zone/ |
H A D | zone-hashmap.h | 14 using ZoneHashMap = base::PointerTemplateHashMapImpl<ZoneAllocationPolicy>; 16 using CustomMatcherZoneHashMap =
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-isolate.h | 53 * If you are using threads then you should hold the V8::Locker lock while 200 using StackState = cppgc::EmbedderStackState; 258 * |BackingStore| allocated using this allocator hold a std::shared_ptr 560 using UseCounterCallback = void (*)(Isolate* isolate, 640 using AbortOnUncaughtExceptionCallback = bool (*)(Isolate*); 687 * Methods below this point require holding a lock (using Locker) in 904 using GCCallback = void (*)(Isolate* isolate, GCType type, 906 using GCCallbackWithData = void (*)(Isolate* isolate, GCType type, 950 * Detaches a managed C++ heap if one was attached using `AttachCppHeap()`. 956 * attached using `AttachCppHea [all...] |