/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 43 using DomSetType = std::set<BlockT *>; // Dom set for a bb 44 using DomSetMapType = std::map<BlockT *, DomSetType>; // Dom set map 47 using BlockTraits = GraphTraits<BlockT *>; 77 using iterator = typename DomSetMapType::iterator; 78 using const_iterator = typename DomSetMapType::const_iterator; 125 using BlockTraits = GraphTraits<BlockT *>; 128 using DomTreeT = DomTreeBase<BlockT>; 129 using DomTreeNodeT = DomTreeNodeBase<BlockT>; 130 using DomSetType = typename DominanceFrontierBase<BlockT, false>::DomSetType; 144 using DomTree [all...] |
H A D | CallGraph.h | 76 using FunctionMapTy = 109 using iterator = FunctionMapTy::iterator; 110 using const_iterator = FunctionMapTy::const_iterator; 168 using CallRecord = std::pair<WeakTrackingVH, CallGraphNode *>; 171 using CalledFunctionsVector = std::vector<CallRecord>; 183 using iterator = std::vector<CallRecord>::iterator; 184 using const_iterator = std::vector<CallRecord>::const_iterator; 299 using Result = CallGraph; 338 using iterator = CallGraph::iterator; 339 using const_iterato [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | iterator.h | 16 using iterator_category = Category; 17 using value_type = Type; 18 using difference_type = Diff; 19 using pointer = Pointer; 20 using reference = Reference; 30 using iterator = ForwardIterator; 31 using const_iterator = ForwardIterator; 32 using pointer = typename std::iterator_traits<iterator>::pointer; 33 using reference = typename std::iterator_traits<iterator>::reference; 34 using value_typ [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | GrSimpleMeshDrawOpHelperWithStencil.h | 20 using InputFlags = GrSimpleMeshDrawOpHelper::InputFlags; 22 using GrSimpleMeshDrawOpHelper::visitProxies; 23 using GrSimpleMeshDrawOpHelper::createPipeline; 36 // using declarations can't be templated, so this is a pass through function instead. 61 using GrSimpleMeshDrawOpHelper::aaType; 62 using GrSimpleMeshDrawOpHelper::setAAType; 63 using GrSimpleMeshDrawOpHelper::isTrivial; 64 using GrSimpleMeshDrawOpHelper::usesLocalCoords; 65 using GrSimpleMeshDrawOpHelper::compatibleWithCoverageAsAlpha; 66 using GrSimpleMeshDrawOpHelpe [all...] |
/third_party/skia/modules/svg/include/ |
H A D | SkSVGValue.h | 46 using INHERITED = SkNoncopyable; 68 using INHERITED = SkSVGValue; 71 using SkSVGColorValue = SkSVGWrapperValue<SkSVGColorType , SkSVGValue::Type::kColor >; 72 using SkSVGLengthValue = SkSVGWrapperValue<SkSVGLength , SkSVGValue::Type::kLength >; 73 using SkSVGTransformValue = SkSVGWrapperValue<SkSVGTransformType, SkSVGValue::Type::kTransform >; 74 using SkSVGViewBoxValue = SkSVGWrapperValue<SkSVGViewBoxType , SkSVGValue::Type::kViewBox >; 75 using SkSVGNumberValue = SkSVGWrapperValue<SkSVGNumberType , SkSVGValue::Type::kNumber >; 76 using SkSVGStringValue = SkSVGWrapperValue<SkSVGStringType , SkSVGValue::Type::kString >; 77 using SkSVGStopColorValue = SkSVGWrapperValue<SkSVGStopColor , SkSVGValue::Type::kStopColor >; 79 using SkSVGPreserveAspectRatioValu [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 46 // #ifdef __GNUC__ is too general here. It is possible to use gcc without using 82 using abi::__cxa_demangle; in GetTypeName() 134 using Head = TemplateSel<Head_>; 135 using Tail = Templates<Tail_...>; 140 using Head = TemplateSel<Head_>; 141 using Tail = None; 147 using Head = Head_; 148 using Tail = Types<Tail_...>; 153 using Head = Head_; 154 using Tai [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLBitField.h | 67 using DeviceType = BitField; 68 using DeviceFpConfig = BitField; 69 using DeviceExecCapabilities = BitField; 70 using DeviceSvmCapabilities = BitField; 71 using CommandQueueProperties = BitField; 72 using DeviceAffinityDomain = BitField; 73 using MemFlags = BitField; 74 using SVM_MemFlags = BitField; 75 using MemMigrationFlags = BitField; 76 using MapFlag [all...] |
/third_party/skia/src/gpu/ |
H A D | GrVx.h | 15 // approximate and/or have LSB differences from platform to platform (e.g., by using hardware FMAs 20 template<int N> using vec = skvx::Vec<N, float>; 21 using float2 = vec<2>; 22 using float4 = vec<4>; 24 template<int N> using ivec = skvx::Vec<N, int32_t>; 25 using int2 = ivec<2>; 26 using int4 = ivec<4>; 28 template<int N> using uvec = skvx::Vec<N, uint32_t>; 29 using uint2 = uvec<2>; 30 using uint [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceDefs.h | 84 using SizeT = uint32_t; 127 using InstList = llvm::ilist<Inst>; 130 using PhiList = InstList; 131 using AssignList = InstList; 134 template <typename T> using CfgList = std::list<T, CfgLocalAllocator<T>>; 136 using CfgUnorderedSet = std::unordered_set<T, H, Eq, CfgLocalAllocator<T>>; 138 using CfgSet = std::set<T, Cmp, CfgLocalAllocator<T>>; 141 using CfgUnorderedMap = 143 template <typename T> using CfgVector = std::vector<T, CfgLocalAllocator<T>>; 146 using OperandLis [all...] |
H A D | IceInstMIPS32.h | 63 using Operand::dump; 80 using FCC = enum { FCC0 = 0, FCC1, FCC2, FCC3, FCC4, FCC5, FCC6, FCC7 }; 140 using OperandMIPS32::dump; 1197 using InstMIPS32Abs_d = InstMIPS32TwoAddrFPR<InstMIPS32::Abs_d>; 1198 using InstMIPS32Abs_s = InstMIPS32TwoAddrFPR<InstMIPS32::Abs_s>; 1199 using InstMIPS32Add = InstMIPS32ThreeAddrGPR<InstMIPS32::Add>; 1200 using InstMIPS32Add_d = InstMIPS32ThreeAddrFPR<InstMIPS32::Add_d>; 1201 using InstMIPS32Add_s = InstMIPS32ThreeAddrFPR<InstMIPS32::Add_s>; 1202 using InstMIPS32Addu = InstMIPS32ThreeAddrGPR<InstMIPS32::Addu>; 1203 using InstMIPS32Add [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/ |
H A D | utility.h | 77 using value_type = T; 87 using index_sequence = integer_sequence<size_t, Ints...>; 97 using type = integer_sequence<T, Ints..., (Ints + SeqSize)...>; 102 using type = integer_sequence<T, Ints..., (Ints + SeqSize)..., 2 * SeqSize>; 109 using type = 115 using type = integer_sequence<T>; 142 using make_integer_sequence = typename utility_internal::Gen<T, N>::type; 150 using make_index_sequence = make_integer_sequence<size_t, N>; 158 using index_sequence_for = make_index_sequence<sizeof...(Ts)>; 164 using st [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree_container.h | 38 using params_type = typename Tree::params_type; 46 using key_arg = 51 using key_type = typename Tree::key_type; 52 using value_type = typename Tree::value_type; 53 using size_type = typename Tree::size_type; 54 using difference_type = typename Tree::difference_type; 55 using key_compare = typename Tree::original_key_compare; 56 using value_compare = typename Tree::value_compare; 57 using allocator_type = typename Tree::allocator_type; 58 using referenc [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineRegionInfo.h | 31 using FuncT = MachineFunction; 32 using BlockT = MachineBasicBlock; 33 using RegionT = MachineRegion; 34 using RegionNodeT = MachineRegionNode; 35 using RegionInfoT = MachineRegionInfo; 36 using DomTreeT = MachineDominatorTree; 37 using DomTreeNodeT = MachineDomTreeNode; 38 using PostDomTreeT = MachinePostDominatorTree; 39 using DomFrontierT = MachineDominanceFrontier; 40 using Inst [all...] |
H A D | MachineBasicBlock.h | 54 using instr_iterator = 81 using Instructions = ilist<MachineInstr, ilist_sentinel_tracking<true>>; 96 using probability_iterator = std::vector<BranchProbability>::iterator; 97 using const_probability_iterator = 103 using LiveInVector = std::vector<RegisterMaskPair>; 176 using instr_iterator = Instructions::iterator; 177 using const_instr_iterator = Instructions::const_iterator; 178 using reverse_instr_iterator = Instructions::reverse_iterator; 179 using const_reverse_instr_iterator = Instructions::const_reverse_iterator; 181 using iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RemoteObjectLayer.h | 29 using ObjHandleT = remote::ResourceIdMgr::ResourceId; 33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId; 34 using RemoteSymbol = std::pair<RemoteSymbolId, JITSymbolFlags>; 38 using BadSymbolHandleError = remote::ResourceNotFound<RemoteSymbolId>; 39 using BadObjectHandleError = remote::ResourceNotFound<ObjHandleT>; 118 using ThisT = RemoteObjectLayer<RPCEndpoint>; in RemoteObjectLayer() 287 using AddObject = RemoteObjectLayerAPI::AddObject; 288 using RemoveObject = RemoteObjectLayerAPI::RemoveObject; 289 using FindSymbol = RemoteObjectLayerAPI::FindSymbol; 290 using FindSymbolI [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | node-cache.h | 58 using Int32NodeCache = NodeCache<int32_t>; 59 using Int64NodeCache = NodeCache<int64_t>; 63 using RelocInfoMode = char; 64 using RelocInt32Key = std::pair<int32_t, RelocInfoMode>; 65 using RelocInt64Key = std::pair<int64_t, RelocInfoMode>; 66 using RelocInt32NodeCache = NodeCache<RelocInt32Key>; 67 using RelocInt64NodeCache = NodeCache<RelocInt64Key>; 69 using IntPtrNodeCache = Int32NodeCache; 71 using IntPtrNodeCache = Int64NodeCache;
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | platform.h | 18 using IdleTask = v8::IdleTask; 19 using JobHandle = v8::JobHandle; 20 using JobDelegate = v8::JobDelegate; 21 using JobTask = v8::JobTask; 22 using PageAllocator = v8::PageAllocator; 23 using Task = v8::Task; 24 using TaskPriority = v8::TaskPriority; 25 using TaskRunner = v8::TaskRunner; 26 using TracingController = v8::TracingController; 37 * support structures. Returning nullptr results in using th [all...] |
/third_party/node/deps/v8/include/cppgc/ |
H A D | platform.h | 18 using IdleTask = v8::IdleTask; 19 using JobHandle = v8::JobHandle; 20 using JobDelegate = v8::JobDelegate; 21 using JobTask = v8::JobTask; 22 using PageAllocator = v8::PageAllocator; 23 using Task = v8::Task; 24 using TaskPriority = v8::TaskPriority; 25 using TaskRunner = v8::TaskRunner; 26 using TracingController = v8::TracingController;
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_callback_common.h | 37 using OHOS::HDI::Ril::V1_2::RilRadioResponseInfo;
38 using OHOS::HDI::Ril::V1_2::RingbackVoice;
39 using OHOS::HDI::Ril::V1_2::SrvccStatus;
40 using OHOS::HDI::Ril::V1_2::UssdNoticeInfo;
41 using OHOS::HDI::Ril::V1_2::SsNoticeInfo;
42 using OHOS::HDI::Ril::V1_2::EmergencyInfoList;
43 using OHOS::HDI::Ril::V1_2::CallInfoList;
44 using OHOS::HDI::Ril::V1_2::GetClipResult;
45 using OHOS::HDI::Ril::V1_2::CallWaitResult;
46 using OHO [all...] |
/third_party/gn/src/base/numerics/ |
H A D | clamped_math.h | 24 using type = T; 99 using result_type = typename MathWrapper<ClampedMaxOp, T, U>::type; in Max() 107 using result_type = typename MathWrapper<ClampedMinOp, T, U>::type; in Min() 149 using Math = typename MathWrapper<M, L, R>::math; in MathOp() 157 using Math = typename MathWrapper<M, T, R>::math; in MathOp() 209 using Math = typename MathWrapper<M, L, R>::math; in ClampMathOp() 245 using internal::ClampAdd; 246 using internal::ClampAnd; 247 using internal::ClampDiv; 248 using interna [all...] |
/third_party/node/deps/v8/src/common/ |
H A D | assert-scope.h | 155 // Define IsAllowed() explicitly rather than with using Scope::IsAllowed, to in IsAllowed() 159 using Scope::Release; 160 using Scope::Scope; 167 using NextScopes = CombinationAssertScope<Scopes...>; 204 using DisallowHandleAllocation = 208 using AllowHandleAllocation = 212 using DisallowSafepoints = 216 using AllowSafepoints = PerThreadAssertScopeDebugOnly<SAFEPOINTS_ASSERT, true>; 219 using DisallowHeapAllocation = 223 using AllowHeapAllocatio [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | clamped_math.h | 28 using type = T; 108 using result_type = typename MathWrapper<ClampedMaxOp, T, U>::type; in Max() 115 using result_type = typename MathWrapper<ClampedMinOp, T, U>::type; in Min() 158 using Math = typename MathWrapper<M, L, R>::math; in MathOp() 167 using Math = typename MathWrapper<M, T, R>::math; in MathOp() 220 using Math = typename MathWrapper<M, L, R>::math; in ClampMathOp() 252 using internal::ClampAdd; 253 using internal::ClampAnd; 254 using internal::ClampDiv; 255 using interna [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 138 using irsymtab::Symbol::isUndefined; 139 using irsymtab::Symbol::isCommon; 140 using irsymtab::Symbol::isWeak; 141 using irsymtab::Symbol::isIndirect; 142 using irsymtab::Symbol::getName; 143 using irsymtab::Symbol::getIRName; 144 using irsymtab::Symbol::getVisibility; 145 using irsymtab::Symbol::canBeOmittedFromSymbolTable; 146 using irsymtab::Symbol::isTLS; 147 using irsymta [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DenseSet.h | 60 using const_arg_type_t = typename const_pointer_or_const_ref<T>::type; 63 using key_type = ValueT; 64 using value_type = ValueT; 65 using size_type = unsigned; 111 using difference_type = typename MapTy::iterator::difference_type; 112 using value_type = ValueT; 113 using pointer = value_type *; 114 using reference = value_type &; 115 using iterator_category = std::forward_iterator_tag; 137 using difference_typ [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 46 // #ifdef __GNUC__ is too general here. It is possible to use gcc without using 98 using abi::__cxa_demangle; in GetTypeName() 107 // "struct std::pair<int,bool>" when using MSVC vs "std::pair<int, bool>" with in GetTypeName() 164 using Head = TemplateSel<Head_>; 165 using Tail = Templates<Tail_...>; 170 using Head = TemplateSel<Head_>; 171 using Tail = None; 177 using Head = Head_; 178 using Tail = Types<Tail_...>; 183 using Hea [all...] |