| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
| H A D | clamped_math_impl.h | 84 using result_type = typename MaxExponentPromotion<T, U>::type; 111 using result_type = typename MaxExponentPromotion<T, U>::type; 139 using result_type = typename MaxExponentPromotion<T, U>::type; 163 using result_type = typename MaxExponentPromotion<T, U>::type; 186 using result_type = typename MaxExponentPromotion<T, U>::type; 207 using result_type = T; 235 using result_type = T; 258 using result_type = 278 using result_type = 298 using result_typ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 67 using IPDBEnumSymbols = IPDBEnumChildren<PDBSymbol>; 68 using IPDBEnumSourceFiles = IPDBEnumChildren<IPDBSourceFile>; 69 using IPDBEnumDataStreams = IPDBEnumChildren<IPDBDataStream>; 70 using IPDBEnumLineNumbers = IPDBEnumChildren<IPDBLineNumber>; 71 using IPDBEnumTables = IPDBEnumChildren<IPDBTable>; 72 using IPDBEnumInjectedSources = IPDBEnumChildren<IPDBInjectedSource>; 73 using IPDBEnumSectionContribs = IPDBEnumChildren<IPDBSectionContrib>; 74 using IPDBEnumFrameData = IPDBEnumChildren<IPDBFrameData>; 121 using PDB_Cpu = codeview::CPUType; 218 using PDB_CallingCon [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | dag.h | 29 using DAGCounter = std::atomic<uint32_t>; 51 using type = std::function<void(T)>; 55 using type = std::function<void()>; 82 using RunContext = detail::DAGRunContext<T>; 83 using Counter = detail::DAGCounter; 84 using NodeIndex = size_t; 85 using Work = typename detail::DAGWork<T>::type; 208 using NodeIndex = typename DAGBase<T>::NodeIndex; 289 using Node = typename DAG<T>::Node; 362 using Builde [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | string_view.h | 52 using string_view = std::string_view; 168 using traits_type = std::char_traits<char>; 169 using value_type = char; 170 using pointer = char*; 171 using const_pointer = const char*; 172 using reference = char&; 173 using const_reference = const char&; 174 using const_iterator = const char*; 175 using iterator = const_iterator; 176 using const_reverse_iterato [all...] |
| /third_party/node/src/ |
| H A D | cares_wrap.h | 38 using HostEntPointer = DeleteFnPtr<hostent, ares_free_hostent>; 39 using SafeHostEntPointer = DeleteFnPtr<hostent, safe_free_hostent>; 146 using List = std::unordered_set<NodeAresTask*, Hash, Equal>; 505 using QueryAnyWrap = QueryWrap<AnyTraits>; 506 using QueryAWrap = QueryWrap<ATraits>; 507 using QueryAaaaWrap = QueryWrap<AaaaTraits>; 508 using QueryCaaWrap = QueryWrap<CaaTraits>; 509 using QueryCnameWrap = QueryWrap<CnameTraits>; 510 using QueryMxWrap = QueryWrap<MxTraits>; 511 using QueryNsWra [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | LazyCallGraph.h | 191 using VectorT = SmallVector<Edge, 4>; 192 using VectorImplT = SmallVectorImpl<Edge>; 214 using iterator_adaptor_base::operator++; 250 using iterator_adaptor_base::operator++; 325 /// you can access the edges by dereferencing the node or using the `->` 356 // We allow accessing the edges by dereferencing or using the arrow 486 using iterator = pointee_iterator<SmallVectorImpl<Node *>::const_iterator>; 614 using iterator = pointee_iterator<SmallVectorImpl<SCC *>::const_iterator>; 615 using range = iterator_range<iterator>; 616 using parent_iterato [all...] |
| H A D | LoopCacheAnalysis.h | 30 using CacheCostTy = int64_t; 31 using LoopVectorTy = SmallVector<Loop *, 8>; 155 using ReferenceGroupTy = SmallVector<std::unique_ptr<IndexedReference>, 8>; 156 using ReferenceGroupsTy = SmallVector<ReferenceGroupTy, 8>; 175 using LoopTripCountTy = std::pair<const Loop *, unsigned>; 176 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.h | 177 using NodeIdT = uint32_t; 242 using kIsCallBit = base::BitField<bool, 0, 1>; 243 using kCanEagerDeoptBit = kIsCallBit::Next<bool, 1>; 244 using kCanLazyDeoptBit = kCanEagerDeoptBit::Next<bool, 1>; 245 using kCanReadBit = kCanLazyDeoptBit::Next<bool, 1>; 246 using kCanWriteBit = kCanReadBit::Next<bool, 1>; 247 using kNonMemorySideEffectsBit = kCanWriteBit::Next<bool, 1>; 248 using kUntaggedValueBit = kNonMemorySideEffectsBit::Next<bool, 1>; 385 using OpcodeField = base::BitField<Opcode, 0, 6>; 387 using OpPropertiesFiel [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 194 /// Mark an analysis set as preserved using its ID. 210 /// Mark an analysis as abandoned using its ID. 474 // assignment. However, using = default triggers linker errors due to the 550 using PassModelT = in addPass() 558 using PassConceptT = 570 using ModulePassManager = PassManager<Module>; 575 using FunctionPassManager = PassManager<Function>; 595 using Result = PassInstrumentation; 614 using ResultConceptT = 616 using PassConcept [all...] |
| H A D | TrackingMDRef.h | 141 using TrackingMDNodeRef = TypedTrackingMDRef<MDNode>; 142 using TrackingValueAsMetadataRef = TypedTrackingMDRef<ValueAsMetadata>; 146 using SimpleType = Metadata *; 152 using SimpleType = Metadata *; 160 using SimpleType = T *; 168 using SimpleType = T *;
|
| /third_party/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 187 using LosslessArithmeticConvertibleImpl = std::integral_constant< 220 using LosslessArithmeticConvertible = 461 using Result = R; 464 using Arg = ElemFromList<I, Args...>; 465 using ArgumentTuple = std::tuple<Args...>; 466 using ArgumentMatcherTuple = std::tuple<Matcher<Args>...>; 467 using MakeResultVoid = void(Args...); 468 using MakeResultIgnoredValue = IgnoredValue(Args...); 479 using TupleElement = typename std::tuple_element<I, T>::type;
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | swiss-hash-table-helpers.h | 72 // changes, like using existing V8 versions of certain helper functions. 128 using value_type = int; 129 using iterator = BitMask; 130 using const_iterator = BitMask; 171 using ctrl_t = signed char; 172 using h2_t = uint8_t; 214 // Extracts H2 from the given overall hash, which means using only the lowest 7 225 // Work around this by using the portable implementation of Group 226 // when using -funsigned-char under GCC. 424 using Grou [all...] |
| H A D | compressed-slots.h | 18 // The slot's contents can be read and written using operator* and store(). 21 using TObject = Object; 22 using THeapObjectSlot = CompressedHeapObjectSlot; 63 // The slot's contents can be read and written using operator* and store(). 67 using TObject = MaybeObject; 68 using THeapObjectSlot = CompressedHeapObjectSlot; 97 // The slot's contents can be read and written using operator* and store(). 125 // The slot's contents can be read and written using load() and store(). 129 using TObject = Object; 130 using THeapObjectSlo [all...] |
| H A D | debug-objects.h | 136 using BodyDescriptor = StructBodyDescriptor; 169 using BodyDescriptor = StructBodyDescriptor; 193 using Slot = TorqueGeneratedCoverageInfoSlotOffsets; 201 using BodyDescriptor = StructBodyDescriptor; 228 using BodyDescriptor = StructBodyDescriptor; 249 using BodyDescriptor = StructBodyDescriptor;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | raw_hash_map.h | 36 using MappedReference = decltype(P::value( 41 using MappedConstReference = decltype(P::value( 44 using KeyArgImpl = 48 using key_type = typename Policy::key_type; 49 using mapped_type = typename Policy::mapped_type; 51 using key_arg = typename KeyArgImpl::template type<K, key_type>; 59 using iterator = typename raw_hash_map::raw_hash_set::iterator; 60 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator; 63 using raw_hash_map::raw_hash_set::raw_hash_set;
|
| /third_party/skia/experimental/skrive/include/ |
| H A D | SkRive.h | 129 using INHERITED = Component; 152 using INHERITED = TransformableComponent; 183 using INHERITED = Component; 197 using INHERITED = Paint; 212 using INHERITED = Node; 226 using INHERITED = Geometry; 241 using INHERITED = Geometry; 254 using INHERITED = Node; 274 using INHERITED = Drawable;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | exception_safety_testing.h | 47 using T = absl::underlying_type_t<TypeSpec>; in operator |() 52 using T = absl::underlying_type_t<TypeSpec>; in operator &() 57 using T = absl::underlying_type_t<AllocSpec>; in operator |() 62 using T = absl::underlying_type_t<AllocSpec>; in operator &() 94 using TestException::what; 251 * using compile-time bitfield template arguments. That is, to make an 624 * to throw, using AllocSpec. The supported settings are the default of every 636 using pointer = T*; 637 using const_pointer = const T*; 638 using referenc [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | lazy-instance.h | 15 // a global variable using the LAZY_INSTANCE_INITIALIZER initializer. 62 // constructed (using new) by default. This mode is useful if you have to 97 using StorageType = 113 using StorageType = T*; 161 // TODO(pliard): Handle instances destruction (using global destructors). 166 using StorageType = typename AllocationTrait::StorageType; 202 using type = LazyInstanceImpl<T, StaticallyAllocatedInstanceTrait<T>, 213 using type = typename LazyStaticInstance<T, CreateTrait, InitOnceTrait, 223 using type = LazyInstanceImpl<T, DynamicallyAllocatedInstanceTrait<T>,
|
| /third_party/skia/src/gpu/ |
| H A D | SurfaceContext.h | 88 using ReadPixelsCallback = SkImage::ReadPixelsCallback; 89 using ReadPixelsContext = SkImage::ReadPixelsContext; 90 using RescaleGamma = SkImage::RescaleGamma; 91 using RescaleMode = SkImage::RescaleMode; 201 using ConversionFn = void(void* dst, const void* mappedBuffer); 251 using INHERITED = SkRefCnt;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Chrono.h | 33 using TimePoint = std::chrono::time_point<std::chrono::system_clock, D>; 37 using namespace std::chrono; in toTimeT() 45 using namespace std::chrono; in toTimePoint() 52 using namespace std::chrono; in toTimePoint() 120 using namespace std::chrono; in getAs() 126 using namespace std::chrono; in consumeUnit()
|
| /third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
| H A D | ShaderVars.h | 19 using ShCompileOptions = uint64_t; 112 // All of the shader's variables are described using nested data 255 using Uniform = ShaderVariable; 256 using Attribute = ShaderVariable; 257 using OutputVariable = ShaderVariable; 258 using InterfaceBlockField = ShaderVariable; 259 using Varying = ShaderVariable;
|
| /third_party/skia/modules/sksg/include/ |
| H A D | SkSGGeometryEffect.h | 41 using INHERITED = GeometryNode; 66 using INHERITED = GeometryEffect; 92 using INHERITED = GeometryEffect; 119 using INHERITED = GeometryEffect; 140 using INHERITED = GeometryEffect; 165 using INHERITED = GeometryEffect;
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-template.h | 186 using GenericNamedPropertyGetterCallback = 210 using GenericNamedPropertySetterCallback = 235 using GenericNamedPropertyQueryCallback = 259 using GenericNamedPropertyDeleterCallback = 268 using GenericNamedPropertyEnumeratorCallback = 291 using GenericNamedPropertyDefinerCallback = 314 using GenericNamedPropertyDescriptorCallback = 320 using IndexedPropertyGetterCallback = 326 using IndexedPropertySetterCallback = 333 using IndexedPropertyQueryCallbac [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-template.h | 167 using GenericNamedPropertyGetterCallback = 191 using GenericNamedPropertySetterCallback = 218 using GenericNamedPropertyQueryCallback = 243 using GenericNamedPropertyDeleterCallback = 252 using GenericNamedPropertyEnumeratorCallback = 275 using GenericNamedPropertyDefinerCallback = 298 using GenericNamedPropertyDescriptorCallback = 304 using IndexedPropertyGetterCallback = 310 using IndexedPropertySetterCallback = 317 using IndexedPropertyQueryCallbac [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | span.h | 157 using EnableIfConvertibleFrom = 163 using EnableIfConstView = 168 using EnableIfMutableView = 172 using element_type = T; 173 using value_type = absl::remove_cv_t<T>; 174 using pointer = T*; 175 using const_pointer = const T*; 176 using reference = T&; 177 using const_reference = const T&; 178 using iterato [all...] |