Home
last modified time | relevance | path

Searched refs:using (Results 576 - 600 of 2955) sorted by relevance

1...<<21222324252627282930>>...119

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h221 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 DMemorySSAUpdater.h25 // 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 Dzipf_distribution.h53 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 Dmocking_bit_gen.h66 // 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 Dgm.h94 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 DSkSurface.h760 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 DGrResourceKey.h173 * 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 Dbundle_data.h27 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 Dzip_reader.h82 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 Dreq_wrap-inl.h73 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 Ddef_use_manager.h37 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 Ddef_use_manager.h37 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 DSkFontMgr_custom.h41 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 DSymbolStringPool.h42 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 DIceStringPool.h13 /// 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 DIceAssemblerX8632.h37 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 DIceAssemblerX8664.h37 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 DHexagonShuffler.h67 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 DRDFLiveness.h49 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 DBlotMapVector.h24 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 DSkottie.h40 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 DOneLineShaper.h56 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 DGenericDomTree.h72 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 Dzone-hashmap.h14 using ZoneHashMap = base::PointerTemplateHashMapImpl<ZoneAllocationPolicy>;
16 using CustomMatcherZoneHashMap =
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h53 * 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...]

Completed in 17 milliseconds

1...<<21222324252627282930>>...119