/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | span.h | 56 using HasSize = 66 using HasData = 73 using type = typename absl::remove_reference_t<C>::value_type; 78 using type = T; 82 using ElementT = typename ElementType<C>::type; 85 using EnableIfMutable = 113 using type = decltype(testval(std::declval<From>())); 122 using EnableIfConvertibleTo =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 75 using uintX_t = typename ELFT::uint; 76 using Elf_Ehdr = typename ELFT::Ehdr; 77 using Elf_Shdr = typename ELFT::Shdr; 78 using Elf_Sym = typename ELFT::Sym; 79 using Elf_Dyn = typename ELFT::Dyn; 80 using Elf_Phdr = typename ELFT::Phdr; 81 using Elf_Rel = typename ELFT::Rel; 82 using Elf_Rela = typename ELFT::Rela; 83 using Elf_Relr = typename ELFT::Relr; 84 using Elf_Verde [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | civil_time.h | 295 // Of course, there are ways to compute an answer the question at hand using 323 using CivilSecond = 325 using CivilMinute = 327 using CivilHour = 329 using CivilDay = 331 using CivilMonth = 333 using CivilYear = 347 using civil_year_t = time_internal::cctz::year_t; 360 using civil_diff_t = time_internal::cctz::diff_t; 370 using Weekda [all...] |
/third_party/gn/src/base/numerics/ |
H A D | safe_conversions.h | 84 using SrcType = typename internal::UnderlyingType<Src>::type; in IsValueInRangeForNumericType() 102 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() 118 using std::numeric_limits<T>::max; 124 using std::numeric_limits<T>::lowest; 188 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() 205 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() 252 using type = T; 322 using internal::as_signed; 323 using internal::as_unsigned; 324 using interna [all...] |
H A D | checked_math_impl.h | 27 // it using the unsigned type of the same size. in CheckedAddImpl() 28 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedAddImpl() 29 using SignedDst = typename std::make_signed<T>::type; in CheckedAddImpl() 49 using result_type = typename MaxExponentPromotion<T, U>::type; 57 using FastPromotion = typename FastIntegerArithmeticPromotion<T, U>::type; in Do() 58 using Promotion = in Do() 87 // it using the unsigned type of the same size. in CheckedSubImpl() 88 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedSubImpl() 89 using SignedDst = typename std::make_signed<T>::type; in CheckedSubImpl() 109 using result_typ [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | safe_conversions.h | 100 using SrcType = typename internal::UnderlyingType<Src>::type; in IsValueInRangeForNumericType() 117 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() 133 using std::numeric_limits<T>::max; 139 using std::numeric_limits<T>::lowest; 212 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() 229 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() 276 using type = T; 347 using internal::as_signed; 348 using internal::as_unsigned; 349 using interna [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | safe_conversions.h | 104 using SrcType = typename internal::UnderlyingType<Src>::type; in IsValueInRangeForNumericType() 118 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() 134 using std::numeric_limits<T>::max; 140 using std::numeric_limits<T>::lowest; 217 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() 233 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() 282 using type = T; 356 using internal::as_signed; 357 using internal::as_unsigned; 358 using interna [all...] |
H A D | checked_math_impl.h | 32 // it using the unsigned type of the same size. in CheckedAddImpl() 33 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedAddImpl() 34 using SignedDst = typename std::make_signed<T>::type; in CheckedAddImpl() 57 using result_type = typename MaxExponentPromotion<T, U>::type; 66 using FastPromotion = typename FastIntegerArithmeticPromotion<T, U>::type; in Do() 67 using Promotion = in Do() 102 // it using the unsigned type of the same size. in CheckedSubImpl() 103 using UnsignedDst = typename std::make_unsigned<T>::type; in CheckedSubImpl() 104 using SignedDst = typename std::make_signed<T>::type; in CheckedSubImpl() 126 using result_typ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 26 using DDGNodeBase = DGNode<DDGNode, DDGEdge>; 27 using DDGEdgeBase = DGEdge<DDGNode, DDGEdge>; 28 using DDGBase = DirectedGraph<DDGNode, DDGEdge>; 44 using InstructionListType = SmallVectorImpl<Instruction *>; 172 using PiNodeList = SmallVector<DDGNode *, 4>; 265 using DependenceList = SmallVector<std::unique_ptr<Dependence>, 1>; 291 // queried it is recomputed using @DI. 299 using DDGInfo = DependenceGraphInfo<DDGNode>; 307 using NodeType = DDGNode; 308 using EdgeTyp [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 28 using Assembler = AssemblerX8632; 29 using AssemblerImmediate = Assembler::Immediate; 30 using TargetLowering = TargetX8632; 32 using RegisterSet = ::Ice::RegX8632; 33 using GPRRegister = RegisterSet::GPRRegister; 34 using ByteRegister = RegisterSet::ByteRegister; 35 using XmmRegister = RegisterSet::XmmRegister; 37 using Cond = CondX86; 38 using BrCond = Cond::BrCond; 39 using CmppsCon [all...] |
H A D | IceInstX8664.h | 28 using Assembler = AssemblerX8664; 29 using AssemblerImmediate = Assembler::Immediate; 30 using TargetLowering = TargetX8664; 32 using RegisterSet = ::Ice::RegX8664; 33 using GPRRegister = RegisterSet::GPRRegister; 34 using ByteRegister = RegisterSet::ByteRegister; 35 using XmmRegister = RegisterSet::XmmRegister; 37 using Cond = CondX86; 38 using BrCond = Cond::BrCond; 39 using CmppsCon [all...] |
/third_party/skia/include/private/ |
H A D | SkSLDefines.h | 16 using SKSL_INT = int64_t; 17 using SKSL_FLOAT = float; 24 using ComponentArray = SkSTArray<4, int8_t>; // for Swizzles 25 using ExpressionArray = SkSTArray<2, std::unique_ptr<Expression>>; 26 using StatementArray = SkSTArray<2, std::unique_ptr<Statement>>; 40 // This namespace is injected into SkSL::dsl so that `using namespace SkSL::dsl` enables DSL code
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 43 using key_type_ref = typename ImutInfo::key_type_ref; 44 using value_type = typename ImutInfo::value_type; 45 using value_type_ref = typename ImutInfo::value_type_ref; 46 using Factory = ImutAVLFactory<ImutInfo>; 47 using iterator = ImutAVLTreeInOrderIterator<ImutInfo>; 173 /// Nodes are visited using an inorder traversal. 368 using TreeTy = ImutAVLTree<ImutInfo>; 369 using value_type_ref = typename TreeTy::value_type_ref; 370 using key_type_ref = typename TreeTy::key_type_ref; 371 using CacheT [all...] |
H A D | simple_ilist.h | 84 using OptionsT = 86 using list_base_type = typename OptionsT::list_base_type; 90 using value_type = typename OptionsT::value_type; 91 using pointer = typename OptionsT::pointer; 92 using reference = typename OptionsT::reference; 93 using const_pointer = typename OptionsT::const_pointer; 94 using const_reference = typename OptionsT::const_reference; 95 using iterator = ilist_iterator<OptionsT, false, false>; 96 using const_iterator = ilist_iterator<OptionsT, false, true>; 97 using reverse_iterato [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 80 using btree_is_key_compare_to = 85 using is_transparent = void; 118 using is_transparent = void; 156 // automatically get the more efficient compare-to code when using common 162 using type = Compare; 167 using type = StringBtreeDefaultLess; 172 using type = StringBtreeDefaultGreater; 177 using type = StringBtreeDefaultLess; 182 using type = StringBtreeDefaultGreater; 187 using typ [all...] |
H A D | unordered_set_modifiers_test.h | 33 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 45 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 56 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 68 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 78 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 91 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 108 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 122 using T = hash_internal::GeneratedType<TypeParam>; in TYPED_TEST_P() 134 using IfNotVoid = typename std::enable_if<!std::is_void<V>::value, V>::type; 153 using in TYPED_TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 64 using SectionListType = std::vector<MCSection *>; 65 using SymbolDataListType = std::vector<const MCSymbol *>; 67 using const_iterator = pointee_iterator<SectionListType::const_iterator>; 68 using iterator = pointee_iterator<SectionListType::iterator>; 70 using const_symbol_iterator = 72 using symbol_iterator = pointee_iterator<SymbolDataListType::iterator>; 74 using symbol_range = iterator_range<symbol_iterator>; 75 using const_symbol_range = iterator_range<const_symbol_iterator>; 77 using const_indirect_symbol_iterator = 79 using indirect_symbol_iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 31 using NodeId = typename GraphT::NodeId; in applyR1() 32 using EdgeId = typename GraphT::EdgeId; in applyR1() 33 using Vector = typename GraphT::Vector; in applyR1() 34 using Matrix = typename GraphT::Matrix; in applyR1() 35 using RawVector = typename GraphT::RawVector; in applyR1() 75 using NodeId = typename GraphT::NodeId; in applyR2() 76 using EdgeId = typename GraphT::EdgeId; in applyR2() 77 using Vector = typename GraphT::Vector; in applyR2() 78 using Matrix = typename GraphT::Matrix; in applyR2() 79 using RawMatri in applyR2() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.h | 118 using Rectangle = RectangleImpl<int>; 453 using ImageUnitTextureTypeMap = std::map<unsigned int, gl::TextureType>; 474 using AttributesMask = angle::BitSet<MAX_VERTEX_ATTRIBS>; 477 using UniformBlockBindingMask = angle::BitSet<IMPLEMENTATION_MAX_COMBINED_SHADER_UNIFORM_BUFFERS>; 480 using DrawBufferMask = angle::BitSet8<IMPLEMENTATION_MAX_DRAW_BUFFERS>; 499 using Type = typename std::conditional<kBits == 8, uint64_t, uint32_t>::type; 610 using FactorStorage = StorageType<BlendFactorType, angle::EnumSize<BlendFactorType>()>; 611 using EquationStorage = StorageType<BlendEquationType, angle::EnumSize<BlendEquationType>()>; 612 using ColorMaskStorage = StorageType<uint8_t, 16>; 729 using StorageBuffersMas [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 58 using mutex_type = MutexT; 88 using ValueMapCVH = ValueMapCallbackVH<KeyT, ValueT, Config>; 89 using MapT = DenseMap<ValueMapCVH, ValueT, DenseMapInfo<ValueMapCVH>>; 90 using MDMapT = DenseMap<const Metadata *, TrackingMDRef>; 91 using ExtraData = typename Config::ExtraData; 98 using key_type = KeyT; 99 using mapped_type = ValueT; 100 using value_type = std::pair<KeyT, ValueT>; 101 using size_type = unsigned; 132 using iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 69 using Traits = std::iterator_traits<BaseIter>; 72 using value_type = typename Traits::value_type; 73 using reference = typename Traits::reference; 74 using pointer = typename Traits::pointer; 75 using iterator_category = std::forward_iterator_tag; 76 using difference_type = std::ptrdiff_t; 118 using arglist_type = SmallVector<Arg *, 16>; 119 using iterator = arg_iterator<arglist_type::iterator>; 120 using const_iterator = arg_iterator<arglist_type::const_iterator>; 121 using reverse_iterato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | RegAllocPBQP.h | 132 using AllowedRegVecPool = ValuePool<AllowedRegVector>; 135 using AllowedRegVecRef = AllowedRegVecPool::PoolRef; 169 using AllowedRegVector = RegAlloc::AllowedRegVector; 174 using ReductionState = enum { 269 using RAMatrix = MDMatrix<MatrixMetadata>; 272 using RawVector = PBQP::Vector; 273 using RawMatrix = PBQP::Matrix; 274 using Vector = PBQP::Vector; 275 using Matrix = RAMatrix; 276 using CostAllocato [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 147 using Type = RetT(ArgTs...); 150 using ReturnType = RetT; 208 using Type = std::tuple<typename std::decay< 217 using ErrorReturnType = Expected<RetT>; 221 using ReturnPromiseType = std::promise<MSVCPExpected<RetT>>; 224 using ReturnFutureType = std::future<MSVCPExpected<RetT>>; 227 using ReturnPromiseType = std::promise<ErrorReturnType>; 230 using ReturnFutureType = std::future<ErrorReturnType>; 249 using ErrorReturnType = Error; 253 using ReturnPromiseTyp [all...] |
/drivers/peripheral/display/buffer/test/unittest/ |
H A D | display_buffer_ut.h | 29 using OHOS::HDI::Display::Buffer::V1_0::IAllocator; 30 using OHOS::HDI::Display::Buffer::V1_0::IMapper; 31 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo; 32 using OHOS::HDI::Display::Buffer::V1_1::IMetadata; 33 using OHOS::HDI::Display::Buffer::V1_1::IDisplayBuffer;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_sample_token.h | 62 using iterator_category = std::input_iterator_tag; 63 using value_type = const CordzInfo&; 64 using difference_type = ptrdiff_t; 65 using pointer = const CordzInfo*; 66 using reference = value_type;
|