| /third_party/node/deps/v8/src/codegen/ |
| H A D | source-position.h | 146 using IsExternalField = base::BitField64<bool, 0, 1>; 149 using ExternalLineField = base::BitField64<int, 1, 20>; 150 using ExternalFileIdField = base::BitField64<int, 21, 10>; 153 using ScriptOffsetField = base::BitField64<int, 1, 30>; 157 using InliningIdField = base::BitField64<int, 31, 16>;
|
| /third_party/skia/src/gpu/ |
| H A D | GrProxyProvider.h | 27 using UseAllocator = GrSurfaceProxy::UseAllocator; 34 * Assigns a unique key to a proxy. The proxy will be findable via this key using 65 * a view for the found proxy using the passed in origin and color type. It is assumed that if 144 using LazyInstantiationKeyMode = GrSurfaceProxy::LazyInstantiationKeyMode; 145 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; 146 using LazyCallbackResult = GrSurfaceProxy::LazyCallbackResult; 147 using LazyInstantiateCallback = GrSurfaceProxy::LazyInstantiateCallback;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 50 using FragmentListType = iplist<MCFragment>; 52 using const_iterator = FragmentListType::const_iterator; 53 using iterator = FragmentListType::iterator; 55 using const_reverse_iterator = FragmentListType::const_reverse_iterator; 56 using reverse_iterator = FragmentListType::reverse_iterator;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceClFlags.h | 63 using storage_type = std::vector<std::string>; 68 using storage_type = Ice::VerboseMask; 73 using storage_type = T; 78 using storage_type = T; 114 using Name##StorageType = \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | PriorityWorklist.h | 58 using value_type = T; 59 using key_type = T; 60 using reference = T&; 61 using const_reference = const T&; 62 using size_type = typename MapT::size_type;
|
| H A D | FoldingSet.h | 89 /// should be inserted using InsertNode. 228 // Equals - Test if the profile for X would match ID, using TempID 235 // ComputeHash - Compute a hash value for X, using TempID to 274 /// than using plain FoldingSetNodeIDs, since the 32-element SmallVector 358 using FoldingSetNode = FoldingSetBase::Node; 410 using iterator = FoldingSetIterator<T>; 415 using const_iterator = FoldingSetIterator<const T>; 420 using bucket_iterator = FoldingSetBucketIterator<T>; 474 using Super = FoldingSetImpl<T>; 475 using Nod [all...] |
| H A D | DeltaAlgorithm.h | 17 /// for minimizing arbitrary sets using a predicate function. 37 using change_ty = unsigned; 39 using changeset_ty = std::set<change_ty>; 40 using changesetlist_ty = std::vector<changeset_ty>;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | salted_seed_seq.h | 47 using inner_sequence_type = SSeq; 48 using result_type = typename SSeq::result_type; 71 using tag = absl::conditional_t< in generate() 155 using sseq_type = typename std::decay<SSeq>::type; in MakeSaltedSeedSeq() 156 using result_type = typename sseq_type::result_type; in MakeSaltedSeedSeq()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | bit_gen_ref.h | 96 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 101 using HasInvokeMock = typename detector<invoke_mock_t, void, T>::type; 127 using result_type = uint64_t; 140 using impl_fn = result_type (*)(uintptr_t); 141 using mock_call_fn = bool (*)(uintptr_t, base_internal::FastTypeIdType, void*,
|
| H A D | beta_distribution.h | 51 using result_type = RealType; 55 using distribution_type = beta_distribution; 199 "parameterized using a floating-point type."); 280 using random_internal::GeneratePositiveTag; in AlgorithmJoehnk() 281 using random_internal::GenerateRealFromBits; in AlgorithmJoehnk() 282 using real_type = in AlgorithmJoehnk() 338 using random_internal::GeneratePositiveTag; in AlgorithmCheng() 339 using random_internal::GenerateRealFromBits; in AlgorithmCheng() 340 using real_type = in AlgorithmCheng() 410 using result_typ in operator >>() [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | basic_block.h | 192 using iterator_category = std::forward_iterator_tag; 193 using value_type = BasicBlock*; 194 using pointer = value_type*; 195 using reference = value_type&; 196 using difference_type = std::ptrdiff_t;
|
| /third_party/node/deps/v8/src/base/ |
| H A D | optional.h | 46 // Initializing |empty_| here instead of using default member initializing 88 // Initializing |empty_| here instead of using default member initializing 142 using OptionalStorageBase<T>::is_populated_; 143 using OptionalStorageBase<T>::value_; 144 using OptionalStorageBase<T>::Init; 147 using OptionalStorageBase<T>::OptionalStorageBase; 166 using OptionalStorageBase<T>::is_populated_; 167 using OptionalStorageBase<T>::value_; 168 using OptionalStorageBase<T>::Init; 169 using OptionalStorageBas [all...] |
| H A D | atomic-utils.h | 20 // Flag using T atomically. Also accepts void* as T. 67 using AtomicStorageType = TAtomicStorageType; 200 using AsAtomic8 = AsAtomicImpl<base::Atomic8>; 201 using AsAtomic16 = AsAtomicImpl<base::Atomic16>; 202 using AsAtomic32 = AsAtomicImpl<base::Atomic32>; 203 using AsAtomicWord = AsAtomicImpl<base::AtomicWord>; 209 using type = base::Atomic8; 213 using type = base::Atomic16; 217 using type = base::Atomic32; 222 using typ [all...] |
| H A D | logging.h | 149 using underlying_t = typename std::underlying_type<T>::type; in GetUnderlyingEnumTypeForPrinting() 152 using int_t = typename std::conditional_t< in GetUnderlyingEnumTypeForPrinting() 281 using decay = typename std::decay<T>::type; 283 using underlying = typename std::underlying_type< 285 using type_or_bool = 287 using type = 299 using lhs_underlying = typename comparison_underlying_type<Lhs>::type; 300 using rhs_underlying = typename comparison_underlying_type<Rhs>::type; 362 using LhsPassT = typename pass_value_or_ref<Lhs>::type; \ 363 using RhsPass [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| H A D | TestUtil.h | 39 using Address = AssemblerX8632::Traits::Address; 40 using Cond = AssemblerX8632::CondX86; 41 using GPRRegister = AssemblerX8632::Traits::GPRRegister; 42 using ByteRegister = AssemblerX8632::Traits::ByteRegister; 43 using Label = ::Ice::X8632::Label; 44 using Traits = AssemblerX8632::Traits; 45 using XmmRegister = AssemblerX8632::Traits::XmmRegister; 46 using X87STRegister = AssemblerX8632::Traits::X87STRegister; 118 // that work on both x86-32 and x86-64 hosts, but are encodable using our x86-32 210 // encodings using th [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | FixedVector.h | 25 using value_type = typename Storage::value_type; 26 using size_type = typename Storage::size_type; 27 using reference = typename Storage::reference; 28 using const_reference = typename Storage::const_reference; 29 using pointer = typename Storage::pointer; 30 using const_pointer = typename Storage::const_pointer; 31 using iterator = typename Storage::iterator; 32 using const_iterator = typename Storage::const_iterator; 33 using reverse_iterator = typename Storage::reverse_iterator; 34 using const_reverse_iterato [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | loop_descriptor.h | 42 using ChildrenList = std::vector<Loop*>; 45 using iterator = ChildrenList::iterator; 46 using const_iterator = ChildrenList::const_iterator; 47 using BasicBlockListTy = std::unordered_set<uint32_t>; 384 // Check that |bb| is inside the loop using domination property. 399 // iterations using the |condition_value|, |init_value|, and |step_values| of 421 using iterator = PostOrderTreeDFIterator<Loop>; 422 using const_iterator = PostOrderTreeDFIterator<const Loop>; 424 using pre_iterator = TreeDFIterator<Loop>; 425 using const_pre_iterato [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | loop_descriptor.h | 42 using ChildrenList = std::vector<Loop*>; 45 using iterator = ChildrenList::iterator; 46 using const_iterator = ChildrenList::const_iterator; 47 using BasicBlockListTy = std::unordered_set<uint32_t>; 384 // Check that |bb| is inside the loop using domination property. 399 // iterations using the |condition_value|, |init_value|, and |step_values| of 421 using iterator = PostOrderTreeDFIterator<Loop>; 422 using const_iterator = PostOrderTreeDFIterator<const Loop>; 424 using pre_iterator = TreeDFIterator<Loop>; 425 using const_pre_iterato [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | ilist.h | 37 /// you really want ownership semantics, consider using std::list or building 50 /// If you want purely intrusive semantics with no callbacks, consider using \a 228 using base_list_type::begin; 229 using base_list_type::end; 230 using base_list_type::rbegin; 231 using base_list_type::rend; 232 using base_list_type::empty; 233 using base_list_type::front; 234 using base_list_type::back; 314 using base_list_typ [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | str_split_internal.h | 86 using iterator_category = std::input_iterator_tag; 87 using value_type = absl::string_view; 88 using difference_type = ptrdiff_t; 89 using pointer = const value_type*; 90 using reference = const value_type&; 261 using DelimiterType = Delimiter; 262 using PredicateType = Predicate; 263 using const_iterator = strings_internal::SplitIterator<Splitter>; 264 using value_type = typename std::iterator_traits<const_iterator>::value_type; 382 using iterato [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
| H A D | any.h | 46 // and `absl::any`, like `std::any`, is difficult to use properly. Before using 65 using std::any; 66 using std::any_cast; 67 using std::bad_any_cast; 68 using std::make_any; 186 // we explicitly denote this by using the phrase "a decayed type of `T`". 404 using NormalizedType = 464 using U = typename std::remove_cv< 478 using U = typename std::remove_cv< 492 using [all...] |
| /third_party/spirv-tools/source/opt/ |
| H A D | loop_descriptor.h | 42 using ChildrenList = std::vector<Loop*>; 45 using iterator = ChildrenList::iterator; 46 using const_iterator = ChildrenList::const_iterator; 47 using BasicBlockListTy = std::unordered_set<uint32_t>; 384 // Check that |bb| is inside the loop using domination property. 399 // iterations using the |condition_value|, |init_value|, and |step_values| of 422 using iterator = PostOrderTreeDFIterator<Loop>; 423 using const_iterator = PostOrderTreeDFIterator<const Loop>; 425 using pre_iterator = TreeDFIterator<Loop>; 426 using const_pre_iterato [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | mathutil.h | 51 using sw::swap; 52 using sw::clamp; 53 using sw::clamp01;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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()
|
| /third_party/skia/modules/skottie/src/animator/ |
| H A D | VectorKeyframeAnimator.h | 19 using VectorLenParser = bool(*)(const skjson::Value&, size_t*); 20 using VectorDataParser = bool(*)(const skjson::Value&, size_t, float*); 46 using INHERITED = AnimatorBuilder;
|