| /third_party/node/deps/v8/src/objects/ |
| H A D | promise.h | 36 using BodyDescriptor = StructBodyDescriptor; 48 using BodyDescriptor = StructBodyDescriptor; 60 using BodyDescriptor = StructBodyDescriptor; 70 using BodyDescriptor = StructBodyDescriptor; 79 using BodyDescriptor = StructBodyDescriptor; 106 using BodyDescriptor = StructBodyDescriptor;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | traits.h | 69 using type = uint8_t; 73 using type = uint16_t; 77 using type = uint32_t; 81 using type = uint64_t; 87 using type = __uint128_t; 93 using type = typename unsigned_bits<std::numeric_limits<
|
| /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/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/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...] |
| /third_party/gn/src/base/numerics/ |
| 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/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
| 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/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/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/ADT/ |
| 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/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/abseil-cpp/absl/container/internal/ |
| 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/abseil-cpp/absl/container/ |
| H A D | inlined_vector.h | 73 using Storage = inlined_vector_internal::Storage<T, N, A>; 75 using AllocatorTraits = typename Storage::AllocatorTraits; 76 using RValueReference = typename Storage::RValueReference; 77 using MoveIterator = typename Storage::MoveIterator; 78 using IsMemcpyOk = typename Storage::IsMemcpyOk; 81 using IteratorValueAdapter = 83 using CopyValueAdapter = typename Storage::CopyValueAdapter; 84 using DefaultValueAdapter = typename Storage::DefaultValueAdapter; 87 using EnableIfAtLeastForwardIterator = absl::enable_if_t< 90 using DisableIfAtLeastForwardIterato [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 172 using Scaled64 = ScaledNumber<uint64_t>; 173 using BlockMass = bfi_detail::BlockMass; 183 using IndexType = uint32_t; 215 using ExitMap = SmallVector<std::pair<BlockNode, BlockMass>, 4>; 216 using NodeList = SmallVector<BlockNode, 4>; 217 using HeaderMassList = SmallVector<BlockMass, 1>; 376 using WeightList = SmallVector<Weight, 4>; 546 using BlockT = BasicBlock; 547 using FunctionT = Function; 548 using BranchProbabilityInfo [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/node/deps/v8/src/ast/ |
| H A D | variables.h | 249 using List = base::ThreadedList<Variable>; 269 using VariableModeField = base::BitField16<VariableMode, 0, 4>; 270 using VariableKindField = VariableModeField::Next<VariableKind, 3>; 271 using LocationField = VariableKindField::Next<VariableLocation, 3>; 272 using ForceContextAllocationBit = LocationField::Next<bool, 1>; 273 using IsUsedField = ForceContextAllocationBit::Next<bool, 1>; 274 using InitializationFlagField = IsUsedField::Next<InitializationFlag, 1>; 275 using ForceHoleInitializationField = InitializationFlagField::Next<bool, 1>; 276 using MaybeAssignedFlagField = 278 using IsStaticFlagFiel [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 46 using TypeList = std::vector<Type *>; 49 using ValueList = std::vector<std::pair<const Value *, unsigned>>; 53 using IndexAndAttrSet = std::pair<unsigned, AttributeSet>; 58 using TypeMapType = DenseMap<Type *, unsigned>; 62 using ValueMapType = DenseMap<const Value *, unsigned>; 66 using ComdatSetType = UniqueVector<const Comdat *>; 91 using MetadataMapType = DenseMap<const Metadata *, MDIndex>; 109 using AttributeGroupMapType = DenseMap<IndexAndAttrSet, unsigned>; 113 using AttributeListMapType = DenseMap<AttributeList, unsigned>; 121 using InstructionMapTyp [all...] |
| /third_party/skia/modules/sksg/include/ |
| H A D | SkSGRenderEffect.h | 50 using INHERITED = Node; 74 using INHERITED = EffectNode; 94 using INHERITED = EffectNode; 112 using InputsT = std::vector<sk_sp<ImageFilter>>; 126 using INHERITED = Node; 149 using INHERITED = EffectNode; 200 using INHERITED = ImageFilter; 224 using INHERITED = ImageFilter; 248 using INHERITED = EffectNode; 267 using INHERITE [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib.h | 80 using vfloat = vfloat8; 83 using vfloatacc = vfloat8; 85 using vfloatacc = vfloat4; 88 using vint = vint8; 89 using vmask = vmask8; 101 using vfloat = vfloat4; 102 using vfloatacc = vfloat4; 103 using vint = vint4; 104 using vmask = vmask4; 116 using vfloa [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_test_helper.h | 125 using i32 = ProgramBuilder::i32; 126 using u32 = ProgramBuilder::u32; 127 using f32 = ProgramBuilder::f32; 133 using vec2 = vec<2, T>; 136 using vec3 = vec<3, T>; 139 using vec4 = vec<4, T>; 145 using mat2x2 = mat<2, 2, T>; 148 using mat2x3 = mat<2, 3, T>; 151 using mat3x2 = mat<3, 2, T>; 154 using mat3x [all...] |
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | garbage-collector.h | 20 using CollectionType = Marker::MarkingConfig::CollectionType; 21 using StackState = cppgc::Heap::StackState; 22 using MarkingType = Marker::MarkingConfig::MarkingType; 23 using SweepingType = Sweeper::SweepingConfig::SweepingType; 24 using FreeMemoryHandling = Sweeper::SweepingConfig::FreeMemoryHandling; 25 using IsForcedGC = Marker::MarkingConfig::IsForcedGC;
|
| /third_party/skia/src/sksl/analysis/ |
| H A D | SkSLProgramVisitor.h | 50 using Program = const SkSL::Program; 51 using Expression = const SkSL::Expression; 52 using Statement = const SkSL::Statement; 53 using ProgramElement = const SkSL::ProgramElement; 54 using UniquePtrExpression = const std::unique_ptr<SkSL::Expression>; 55 using UniquePtrStatement = const std::unique_ptr<SkSL::Statement>;
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | PlatformFunctions.h | 50 using PFN_DXGI_GET_DEBUG_INTERFACE1 = HRESULT(WINAPI*)(UINT Flags, 55 using PFN_CREATE_DXGI_FACTORY2 = HRESULT(WINAPI*)(UINT Flags, 61 using PFN_DXC_CREATE_INSTANCE = HRESULT(WINAPI*)(REFCLSID rclsid, 71 using PFN_PIX_END_EVENT_ON_COMMAND_LIST = 76 using PFN_PIX_BEGIN_EVENT_ON_COMMAND_LIST = HRESULT( 81 using PFN_SET_MARKER_ON_COMMAND_LIST = HRESULT(
|