| /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 | iterator.h | 1 //===- iterator.h - Utilities for using and defining iterators --*- C++ -*-===// 208 using BaseT = typename iterator_adaptor_base::iterator_facade_base; 223 using difference_type = DifferenceTypeT; 239 using BaseT::operator-; 249 using BaseT::operator++; 254 using BaseT::operator--; 281 /// using iterator = pointee_iterator<SmallVectorImpl<T *>::iterator>; 303 using PointeeIteratorT = pointee_iterator<WrappedIteratorT>; in make_pointee_range() 331 using PointerIteratorT = pointer_iterator<WrappedIteratorT>; in make_pointer_range() 339 using raw_pointer_iterato [all...] |
| /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>;
|
| H A D | LiveInterval.h | 54 using Allocator = BumpPtrAllocator; 199 using Segments = SmallVector<Segment, 2>; 200 using VNInfoList = SmallVector<VNInfo *, 2>; 208 using SegmentSet = std::set<Segment>; 211 using iterator = Segments::iterator; 212 using const_iterator = Segments::const_iterator; 220 using vni_iterator = VNInfoList::iterator; 221 using const_vni_iterator = VNInfoList::const_iterator; 625 // if the Seg is lower find first segment that is above Idx using binary 681 using supe [all...] |
| /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*>;
|
| /third_party/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 93 // platform supports I/O stream redirection using 164 // Such tests typically surround code using a feature with an #if 221 // RE - a simple regular expression class using 372 // separate (equivalent) structs, instead of using typedef 411 // When using Abseil, RE2 is required. 519 // using has_feature instead. has_feature(cxx_rtti) is supported since 2.7, the 865 using std::get; 866 using std::make_tuple; 867 using std::tuple; 868 using st [all...] |
| H A D | gtest-internal.h | 363 // -N + 1 (the most negative number representable using 366 // N - 1 (the biggest number representable using 414 // them for equality using the == operator. 488 using SetUpTestSuiteFunc = void (*)(); 489 using TearDownTestSuiteFunc = void (*)(); 503 using SetUpTearDownSuiteFuncType = void (*)(); 517 using Test = 644 using TypedTestCasePState = TypedTestSuitePState; 909 using HasDebugStringType = decltype(CheckDebugString<T>(nullptr)); 910 using HasShortDebugStringTyp [all...] |
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-port.h | 93 // platform supports I/O stream redirection using 164 // Such tests typically surround code using a feature with an #ifdef 232 // RE - a simple regular expression class using 407 // separate (equivalent) structs, instead of using typedef 450 // When using Abseil, RE2 is required. 567 // using has_feature instead. has_feature(cxx_rtti) is supported since 2.7, the 932 using std::get; 933 using std::make_tuple; 934 using std::tuple; 935 using st [all...] |
| H A D | gtest-internal.h | 359 // -N + 1 (the most negative number representable using 362 // N - 1 (the biggest number representable using 399 // them for equality using the == operator. 473 using SetUpTestSuiteFunc = void (*)(); 474 using TearDownTestSuiteFunc = void (*)(); 488 using SetUpTearDownSuiteFuncType = void (*)(); 502 using Test = 629 using TypedTestCasePState = TypedTestSuitePState; 894 using HasDebugStringType = decltype(CheckDebugString<T>(nullptr)); 895 using HasShortDebugStringTyp [all...] |
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-function-callback.h | 181 * property access was intercepted. When using 273 using FunctionCallback = void (*)(const FunctionCallbackInfo<Value>& info); 323 using I = internal::Internals; in Set() 346 using I = internal::Internals; in Set() 359 using I = internal::Internals; in SetNull() 366 using I = internal::Internals; in SetUndefined() 373 using I = internal::Internals; in SetEmptyString() 384 using I = internal::Internals; in Get() 403 using I = internal::Internals; in Get() 488 using in Get() [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | property-details.h | 400 using KindField = base::BitField<PropertyKind, 0, 1>; 401 using ConstnessField = KindField::Next<PropertyConstness, 1>; 402 using AttributesField = ConstnessField::Next<PropertyAttributes, 3>; 411 using PropertyCellTypeField = AttributesField::Next<PropertyCellType, 3>; 412 using DictionaryStorageField = PropertyCellTypeField::Next<uint32_t, 23>; 415 using LocationField = AttributesField::Next<PropertyLocation, 1>; 416 using RepresentationField = LocationField::Next<uint32_t, 3>; 417 using DescriptorPointer = 419 using FieldIndexField =
|
| /third_party/skia/src/core/ |
| H A D | SkTBlockList.h | 16 using IndexFn = int (*)(const SkBlockAllocator::Block*); 17 using NextFn = int (*)(const SkBlockAllocator::Block*, int); 18 template<typename T, typename B> using ItemFn = T (*)(B*, int); 47 * acting as a stack, or simply using it as a typed allocator. 53 * Create an allocator that defaults to using StartingItems as heap increment. 93 * 'other' into this list (using T's move constructor or memcpy if T is trivially copyable), but 272 using Iter = BlockIndexIterator<T&, true, false, &First, &Last, &Increment, &GetItem>; 273 using CIter = BlockIndexIterator<const T&, true, true, &First, &Last, &Increment, &GetItem>; 274 using RIter = BlockIndexIterator<T&, false, false, &Last, &First, &Decrement, &GetItem>; 275 using CRIte [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 287 using RawInstrProfReader32 = RawInstrProfReader<uint32_t>; 288 using RawInstrProfReader64 = RawInstrProfReader<uint64_t>; 311 using data_type = ArrayRef<NamedInstrProfRecord>; 313 using internal_key_type = StringRef; 314 using external_key_type = StringRef; 315 using hash_value_type = uint64_t; 316 using offset_type = uint64_t; 326 using namespace support; in ReadKeyDataLength() 366 using OnDiskHashTableImplV3 = 507 // to be used by llvm-profdata (for dumping). Avoid using thi [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | stl_type_traits.h | 51 using IsSpecialization = IsSpecializationImpl<absl::decay_t<C>, T>; 58 using IsArray = IsArrayImpl<absl::decay_t<C>>; 65 using IsBitset = IsBitsetImpl<absl::decay_t<C>>; 126 using IsBaseOfSpecialization = IsBaseOfSpecializationImpl<absl::decay_t<C>, T>; 134 using IsBaseOfArray = IsBaseOfArrayImpl<absl::decay_t<C>>; 141 using IsBaseOfBitset = IsBaseOfBitsetImpl<absl::decay_t<C>>; 203 using IsConvertibleToSpecialization = 212 using IsConvertibleToArray = IsConvertibleToArrayImpl<absl::decay_t<C>>; 220 using IsConvertibleToBitset = IsConvertibleToBitsetImpl<absl::decay_t<C>>;
|
| /third_party/skia/include/gpu/ |
| H A D | GrDirectContext.h | 56 using MemoryOverflowCalllback = std::function<void(int32_t, size_t, bool)>; 323 using GrRecordingContext::maxTextureSize; 328 using GrRecordingContext::maxRenderTargetSize; 333 using GrRecordingContext::colorTypeSupportedAsImage; 339 using GrRecordingContext::colorTypeSupportedAsSurface; 346 using GrRecordingContext::maxSurfaceSampleCountForColorType; 359 * knows that Skia has finished waiting on them. This can be done by using finishedProcs on 425 // Chrome is using this! 440 using GrRecordingContext::defaultBackendFormat; 446 * It is the client's responsibility to delete all these objects (using deleteBackendTextur [all...] |
| /third_party/gn/src/base/ |
| H A D | values.h | 79 using BlobStorage = std::vector<char>; 80 using DictStorage = flat_map<std::string, std::unique_ptr<Value>>; 81 using ListStorage = std::vector<Value>; 166 // returned. Callers are expected to perform a check against null before using 178 // Callers are expected to perform a check against null before using the 282 using dict_iterator_proxy = detail::dict_iterator_proxy; 283 using const_dict_iterator_proxy = detail::const_dict_iterator_proxy; 376 using const_iterator = DictStorage::const_iterator; 377 using iterator = DictStorage::iterator; 526 using Valu [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | arg.h | 65 using FormatConversionSpecT = in AbslFormatConvert() 67 using FormatSinkT = in AbslFormatConvert() 113 using StringConvertResult = 176 using IntegralConvertResult = ArgConvertResult<FormatConversionCharSetUnion( 180 using FloatingConvertResult = 316 using VoidPtr = str_format_internal::VoidPtr; 324 using Dispatcher = bool (*)(Data, FormatConversionSpecImpl, void* out); 355 using type = typename std::conditional< 367 using type = typename std::underlying_type<T>::type; 373 using [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | heap-refs.h | 156 using ref_type = Name##Ref; \ 157 using data_type = Name##Data; \ 165 using ref_type = Name##Ref; \ 166 using data_type = ObjectData; \ 178 using ref_type = ObjectRef; 190 using RefType = typename ref_traits<T>::ref_type; 207 #define V(Name) using Name##TinyRef = TinyRef<Name>; 212 using CodeTRef = CodeDataContainerRef; 213 using CodeTTinyRef = CodeDataContainerTinyRef; 215 using CodeTRe [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
| H A D | Core.h | 53 using Object = Napi::Object; 54 using ArrayBuffer = Napi::ArrayBuffer; 55 using Int8Array = Napi::TypedArrayOf<int8_t>; 56 using Int16Array = Napi::TypedArrayOf<int16_t>; 57 using Int32Array = Napi::TypedArrayOf<int32_t>; 58 using Uint8Array = Napi::TypedArrayOf<uint8_t>; 59 using Uint16Array = Napi::TypedArrayOf<uint16_t>; 60 using Uint32Array = Napi::TypedArrayOf<uint32_t>; 61 using Float32Array = Napi::TypedArrayOf<float>; 62 using Float64Arra [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
| H A D | civil_time_detail.h | 42 using year_t = std::int_fast64_t; 46 using diff_t = std::int_fast64_t; 51 using month_t = std::int_fast8_t; // [1:12] 52 using day_t = std::int_fast8_t; // [1:31] 53 using hour_t = std::int_fast8_t; // [0:23] 54 using minute_t = std::int_fast8_t; // [0:59] 55 using second_t = std::int_fast8_t; // [0:59] 298 // Returns the difference between fields structs using the indicated unit. 388 using preserves_data = 475 using civil_yea [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
| H A D | conformance_profile.h | 81 " using _T = " in ConformanceErrors() 135 // can be used with gtest. This overload expects errors, using the specified 245 using type = typename T::properties; 250 using type = typename PropertiesOfImpl<typename T::profile_alias_of>::type; 257 using PropertiesOfT = typename PropertiesOf<T>::type; 325 static_assert(true, "") // Force a semicolon when using this macro. 346 static_assert(true, "") // Force a semicolon when using this macro. 367 using AlwaysFalse = std::false_type; 423 using apply = typename IsOpableImpl<T, Op>::type; 444 using appl [all...] |