/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.h | 34 using SpecIdToValueStrMap = std::unordered_map<uint32_t, std::string>; 35 using SpecIdToValueBitPatternMap = 37 using SpecIdToInstMap = std::unordered_map<uint32_t, Instruction*>;
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ShaderExtensionTest.h | 15 using testing::Combine; 16 using testing::make_tuple; 17 using testing::Values;
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | GPUInfo.h | 21 using PCIVendorID = uint32_t; 22 using PCIDeviceID = uint32_t; 47 using D3DDriverVersion = std::array<uint16_t, 4>;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PassResourceUsage.h | 36 using TextureSubresourceUsage = SubresourceStorage<wgpu::TextureUsage>; 83 using RenderPassUsages = std::vector<RenderPassResourceUsage>; 84 using ComputePassUsages = std::vector<ComputePassResourceUsage>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 31 using ProtectionFlags = sys::Memory::ProtectionFlags; 51 using SegmentsRequestMap = DenseMap<unsigned, SegmentRequest>; 61 using FinalizeContinuation = std::function<void(Error)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 23 /// Entries can be fetched using operator[] with the entry ID. 26 using VectorType = typename std::vector<T>; 27 using iterator = typename VectorType::iterator; 28 using const_iterator = typename VectorType::const_iterator;
|
H A D | DepthFirstIterator.h | 70 using BaseSet = SmallPtrSet<NodeRef, SmallSize>; 71 using iterator = typename BaseSet::iterator; 88 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>; 89 using NodeRef = typename GT::NodeRef; 90 using ChildItTy = typename GT::ChildIteratorType; 95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>; 147 using pointer = typename super::pointer;
|
H A D | PostOrderIterator.h | 98 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>; 99 using NodeRef = typename GT::NodeRef; 100 using ChildItTy = typename GT::ChildIteratorType; 137 using pointer = typename super::pointer; 288 using NodeRef = typename GT::NodeRef; 297 using rpo_iterator = typename std::vector<NodeRef>::reverse_iterator; 298 using const_rpo_iterator = typename std::vector<NodeRef>::const_reverse_iterator;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | NonRelocatableStringpool.h | 28 using MapTy = StringMap<DwarfStringPoolEntry, BumpPtrAllocator>; 74 /// By using strong types the interface enforces that the right 78 using UniquingStringPool = StrongType<NonRelocatableStringpool, UniqueTag>; 79 using OffsetsStringPool = StrongType<NonRelocatableStringpool, OffsetsTag>;
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | casts.h | 52 // The From type can be inferred, so the preferred syntax for using 77 // In particular, you SHOULDN'T be using dynamic_cast<> in order to 130 using internal::implicit_cast; 131 using internal::down_cast; 132 using internal::bit_cast;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | nanobenchmark.h | 60 using FuncInput = size_t; 63 using FuncOutput = uint64_t; 68 using Func = FuncOutput (*)(const void*, FuncInput);
|
/third_party/skia/include/core/ |
H A D | SkDeferredDisplayListRecorder.h | 54 using PromiseImageTextureContext = SkImage::PromiseImageTextureContext; 55 using PromiseImageTextureFulfillProc = SkImage::PromiseImageTextureFulfillProc; 56 using PromiseImageTextureReleaseProc = SkImage::PromiseImageTextureReleaseProc;
|
/third_party/spirv-tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.h | 34 using SpecIdToValueStrMap = std::unordered_map<uint32_t, std::string>; 35 using SpecIdToValueBitPatternMap = 37 using SpecIdToInstMap = std::unordered_map<uint32_t, Instruction*>;
|
/drivers/peripheral/display/hdi_service/device/include/util/ |
H A D | display_device_common.h | 60 using DisplayDeviceCommandId = enum { 144 using HotPlugCallback = void (*)(uint32_t outputId, bool connected, void *data); 145 using VBlankCallback = void (*)(unsigned int sequence, uint64_t ns, void *data); 146 using PageFlipCallback = void (*)(unsigned int sequence, uint64_t ns, void *data); 147 using RefreshCallback = void (*)(uint32_t devId, void *data); 149 using CommandId = int32_t; 150 using BlendOpt = int32_t;
|
/third_party/gn/src/base/numerics/ |
H A D | safe_math_shared_impl.h | 119 using type = typename std::make_unsigned<Numeric>::type; 124 using type = Numeric; 135 using UnsignedT = typename std::make_unsigned<T>::type; in NegateWrapper() 170 using math = M<typename UnderlyingType<L>::type, 173 using type = typename math::result_type; 188 using type = typename MathWrapper<M, L, R>::type; 196 using type =
|
/third_party/node/src/crypto/ |
H A D | crypto_keygen.h | 33 using AdditionalParams = typename KeyGenTraits::AdditionalParameters; 125 using AdditionalParameters = 209 using AdditionalParameters = SecretKeyGenConfig; 276 using NidKeyPairGenConfig = KeyPairGenConfig<NidKeyPairParams>; 279 using AdditionalParameters = NidKeyPairGenConfig; 291 using NidKeyPairGenJob = KeyGenJob<KeyPairGenTraits<NidKeyPairGenTraits>>; 292 using SecretKeyGenJob = KeyGenJob<SecretKeyGenTraits>;
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlob.h | 66 using GrAtlasSubRunOwner = std::unique_ptr<GrAtlasSubRun, GrSubRunAllocator::Destroyer>; 101 // * PathSubRun - handle very large single color glyphs using paths to render the glyph. 107 using GrSubRunOwner = std::unique_ptr<GrSubRun, GrSubRunAllocator::Destroyer>; 133 using value_type = GrSubRun; 134 using difference_type = ptrdiff_t; 135 using pointer = value_type*; 136 using reference = value_type&; 137 using iterator_category = std::input_iterator_tag; 185 // list search using operator =().
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 41 using JITTargetAddress = uint64_t; 76 using UnderlyingType = uint8_t; 77 using TargetFlagsType = uint8_t; 239 using GetAddressFtor = unique_function<Expected<JITTargetAddress>()>; 345 using LookupSet = std::set<StringRef>; 346 using LookupResult = std::map<StringRef, JITEvaluatedSymbol>; 347 using OnResolvedFunction = unique_function<void(Expected<LookupResult>)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PassManagerInternal.h | 68 using std::swap; in swap() 117 using EnabledType = char; 123 // explicitly enable using the result type's invalidate routine if we can 125 template <typename T> struct Nonce { using Type = EnabledType; }; 177 using std::swap; in swap() 216 using std::swap; in swap() 271 using std::swap; in swap() 281 using ResultModelT =
|
/third_party/spirv-headers/tools/buildHeaders/ |
H A D | jsonToSpirv.h | 117 using PrintingClasses = std::vector<PrintingClass>; 154 using ContainerType = std::vector<EValue>; 155 using iterator = typename ContainerType::iterator; 156 using const_iterator = typename ContainerType::const_iterator; 233 using EnumValues = EnumValuesContainer<EnumValue>; 259 using iterator = EnumValues::iterator; 301 using InstructionValues = EnumValuesContainer<InstructionValue>;
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | expecting_objectwriter.h | 63 using testing::Eq; 64 using testing::IsEmpty; 65 using testing::NanSensitiveDoubleEq; 66 using testing::NanSensitiveFloatEq; 67 using testing::Return; 68 using testing::StrEq; 69 using testing::TypedEq;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | log_uniform_int_distribution.h | 40 // We ensure uniformity by discretization using the 46 using unsigned_type = 50 using result_type = IntType; 54 using distribution_type = log_uniform_int_distribution; 118 "parameterized using an integral type."); 221 using stream_type = in operator <<() 234 using param_type = typename log_uniform_int_distribution<IntType>::param_type; in operator >>() 235 using result_type = in operator >>() 237 using stream_type = in operator >>()
|
/third_party/gn/src/gn/ |
H A D | header_checker.h | 49 using Chain = std::vector<ChainLink>; 99 using TargetVector = std::vector<TargetInfo>; 100 using FileMap = std::map<SourceFile, TargetVector>; 101 using PathExistsCallback = std::function<bool(const base::FilePath& path)>;
|
/third_party/node/deps/zlib/google/ |
H A D | zip.h | 29 using Paths = base::span<const base::FilePath>; 85 using ProgressCallback = base::RepeatingCallback<bool(const Progress&)>; 87 using FilterCallback = base::RepeatingCallback<bool(const base::FilePath&)>; 174 using UnzipProgressCallback = base::RepeatingCallback<void(uint64_t bytes)>; 202 // Unzips the contents of |zip_file|, using the writers provided by
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-snapshot.h | 43 using CallbackFunction = StartupData (*)(Local<Object> holder, int index, 53 using SerializeEmbedderFieldsCallback = SerializeInternalFieldsCallback; 60 using CallbackFunction = void (*)(Local<Object> holder, int index, 70 using DeserializeEmbedderFieldsCallback = DeserializeInternalFieldsCallback;
|