| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineRegisterInfo.h | 46 using RegClassOrRegBank = 138 using VRegToTypeMap = IndexedMap<LLT, VirtReg2IndexFunctor>; 160 // notifications, we will need to change to using a list. in resetDelegate() 279 using reg_iterator = 292 using reg_instr_iterator = 308 using reg_bundle_iterator = 321 /// reg_empty - Return true if there are no instructions using or defining the 327 using reg_nodbg_iterator = 344 using reg_instr_nodbg_iterator = 361 using reg_bundle_nodbg_iterato [all...] |
| /third_party/skia/src/opts/ |
| H A D | SkVM_opts.h | 34 using I32 = skvx::Vec<K, int>; 35 using I16 = skvx::Vec<K, int16_t>; 36 using F32 = skvx::Vec<K, float>; 37 using U64 = skvx::Vec<K, uint64_t>; 38 using U32 = skvx::Vec<K, uint32_t>; 39 using U16 = skvx::Vec<K, uint16_t>; 40 using U8 = skvx::Vec<K, uint8_t>; 54 using namespace skvm; 56 using SkVMInterpreterTypes::K; 57 using SkVMInterpreterType [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | ilist.h | 29 // intended convention for using this container is: 37 // using List = IntrusiveList<Node>; 127 using iterator_category = std::bidirectional_iterator_tag; 128 using difference_type = std::ptrdiff_t; 129 using value_type = T; 130 using pointer = T*; 131 using const_pointer = const T*; 132 using reference = T&; 133 using const_reference = const T&; 134 using size_typ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | ilist.h | 29 // intended convention for using this container is: 37 // using List = IntrusiveList<Node>; 127 using iterator_category = std::bidirectional_iterator_tag; 128 using difference_type = std::ptrdiff_t; 129 using value_type = T; 130 using pointer = T*; 131 using const_pointer = const T*; 132 using reference = T&; 133 using const_reference = const T&; 134 using size_typ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 288 using RowVector = std::vector<Row>; 289 using RowIter = RowVector::const_iterator; 290 using SequenceVector = std::vector<Sequence>; 291 using SequenceIter = SequenceVector::const_iterator; 319 using cu_range = DWARFUnitVector::iterator_range; 320 using tu_range = DWARFUnitVector::iterator_range; 321 using LineToUnitMap = std::map<uint64_t, DWARFUnit *>; 382 using LineTableMapTy = std::map<uint64_t, LineTable>; 383 using LineTableIter = LineTableMapTy::iterator; 384 using LineTableConstIte [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
| H A D | InterfaceFile.h | 98 using const_target_iterator = TargetList::const_iterator; 99 using const_target_range = llvm::iterator_range<const_target_iterator>; 208 using const_target_iterator = TargetList::const_iterator; 209 using const_target_range = llvm::iterator_range<const_target_iterator>; 212 using const_filtered_target_iterator = 215 using const_filtered_target_range = 338 using SymbolMapType = DenseMap<SymbolsMapKey, Symbol *>; 354 using const_symbol_range = iterator_range<const_symbol_iterator>; 356 using const_filtered_symbol_iterator = 359 using const_filtered_symbol_rang [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | PointerSumType.h | 29 using PointerT = PointerArgT; 30 using TraitsT = TraitsArgT; 71 using HelperT = detail::PointerSumTypeHelper<TagT, MemberTs...>; 79 // access the union to allow us to store using the obvious types. However, 159 // out using the same underlying-storage read as above. in getAddrOfZeroTagPointer() 210 // the matching member for a tag using type deduction during overload 218 using MemberT = decltype( 222 using PointerT = typename MemberT::PointerT; 225 using TraitsT = typename MemberT::TraitsT; 267 using SumTyp [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
| H A D | hash_testing.h | 189 using V = typename Container::value_type; in VerifyTypeImplementsAbslHashCorrectly() 200 using EqClass = std::vector<Info>; in VerifyTypeImplementsAbslHashCorrectly() 282 using type = TypeSet<U, T...>; 286 using type = TypeSet; 290 using apply = C<T...>; 299 using VariantForTypes = typename MakeTypeSet< 304 using V = absl::variant<const typename Container::value_type*>; 305 using Out = std::vector<V>; 316 using V = VariantForTypes<T...>; 317 using Ou [all...] |
| /third_party/spirv-tools/source/util/ |
| H A D | ilist.h | 29 // intended convention for using this container is: 37 // using List = IntrusiveList<Node>; 127 using iterator_category = std::bidirectional_iterator_tag; 128 using difference_type = std::ptrdiff_t; 129 using value_type = T; 130 using pointer = T*; 131 using const_pointer = const T*; 132 using reference = T&; 133 using const_reference = const T&; 134 using size_typ [all...] |
| /third_party/rust/crates/cxx/gen/src/include/ |
| H A D | cxx.h | 72 using iterator = char *; 76 using const_iterator = const char *; 130 using iterator = const char *; 131 using const_iterator = const char *; 174 using value_type = T; 216 using iterator_category = std::random_access_iterator_tag; 217 using value_type = T; 218 using difference_type = std::ptrdiff_t; 219 using pointer = typename std::add_pointer<T>::type; 220 using referenc [all...] |
| /third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
| H A D | cxx.h | 72 using iterator = char *; 76 using const_iterator = const char *; 130 using iterator = const char *; 131 using const_iterator = const char *; 174 using value_type = T; 216 using iterator_category = std::random_access_iterator_tag; 217 using value_type = T; 218 using difference_type = std::ptrdiff_t; 219 using pointer = typename std::add_pointer<T>::type; 220 using referenc [all...] |
| /third_party/rust/crates/cxx/gen/build/src/gen/include/ |
| H A D | cxx.h | 72 using iterator = char *; 76 using const_iterator = const char *; 130 using iterator = const char *; 131 using const_iterator = const char *; 174 using value_type = T; 216 using iterator_category = std::random_access_iterator_tag; 217 using value_type = T; 218 using difference_type = std::ptrdiff_t; 219 using pointer = typename std::add_pointer<T>::type; 220 using referenc [all...] |
| /third_party/rust/crates/cxx/include/ |
| H A D | cxx.h | 72 using iterator = char *; 76 using const_iterator = const char *; 130 using iterator = const char *; 131 using const_iterator = const char *; 174 using value_type = T; 216 using iterator_category = std::random_access_iterator_tag; 217 using value_type = T; 218 using difference_type = std::ptrdiff_t; 219 using pointer = typename std::add_pointer<T>::type; 220 using referenc [all...] |
| /third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
| H A D | cxx.h | 72 using iterator = char *; 76 using const_iterator = const char *; 130 using iterator = const char *; 131 using const_iterator = const char *; 174 using value_type = T; 216 using iterator_category = std::random_access_iterator_tag; 217 using value_type = T; 218 using difference_type = std::ptrdiff_t; 219 using pointer = typename std::add_pointer<T>::type; 220 using referenc [all...] |
| /test/xts/acts/global_lite/i18n_lite/datetime_posix/src/ |
| H A D | UnitDateTimeTest.h | 26 using namespace OHOS;
27 using namespace I18N;
28 using ::std::string;
29 using ::std::vector;
|
| /test/xts/hats/hdf/display/buffer/death/ |
| H A D | death_test.h | 28 using OHOS::HDI::Display::Buffer::V1_0::IAllocator; 29 using OHOS::HDI::Display::Buffer::V1_0::IMapper; 30 using OHOS::HDI::Display::Buffer::V1_0::AllocInfo; 31 using OHOS::HDI::Display::Buffer::V1_0::IDisplayBuffer;
|
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-type-traits.h | 23 using ZonePtrList = ZoneList<T*>; 26 using FullZonePtr = T*; 37 // using ZoneNodePtr = typename ZoneTypeTraits<kCompressGraphZone>::Ptr<Node>; 41 // using AstZonePtr = typename ZoneTypeTraits<kCompressAstZone>::Ptr<T>; 49 using Ptr = FullZonePtr<T>; 55 using Ptr = CompressedZonePtr<T>;
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | condition-variable.h | 70 using NativeHandle = pthread_cond_t; 72 using NativeHandle = V8_CONDITION_VARIABLE; 74 using NativeHandle = SbConditionVariable; 98 using LazyConditionVariable =
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-descriptors.h | 35 using Builtin_##Name##_InterfaceDescriptor = InterfaceDescriptor##Descriptor; 38 using Builtin_##Name##_InterfaceDescriptor = Name##Descriptor; 42 using Builtin_##Name##_InterfaceDescriptor = InterfaceDescriptor##Descriptor; 45 using Builtin_##Name##_InterfaceDescriptor = InterfaceDescriptor##Descriptor;
|
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLVertexGeoBuilder.h | 26 using GrGLSLShaderBuilder::functions; 27 using GrGLSLShaderBuilder::code; 42 using INHERITED = GrGLSLShaderBuilder; 55 using INHERITED = GrGLSLVertexGeoBuilder;
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | UnderlyingType.h | 30 using type = I; 35 using type = std::underlying_type_t<E>; 44 using type = typename UnderlyingTypeImpl<I>::type; 49 using UnderlyingType = typename detail::UnderlyingTypeImpl<T>::type;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| H A D | Trace.h | 48 using RecordVector = std::vector<XRayRecord>; 56 using size_type = RecordVector::size_type; 57 using value_type = RecordVector::value_type; 58 using const_iterator = RecordVector::const_iterator;
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | mutator_cache.h | 38 using Key = std::vector<uint32_t>; 41 using Value = std::unique_ptr<Mutator>; 85 using Entry = std::pair<const Key*, Value>; 86 using Map = std::unordered_map<Key, std::list<Entry>::iterator, KeyHash>;
|
| /third_party/skia/experimental/graphite/include/mtl/ |
| H A D | MtlTypes.h | 34 using PixelFormat = unsigned int; 35 using TextureUsage = unsigned int; 36 using StorageMode = unsigned int; 37 using Handle = const void*;
|
| /third_party/gn/src/base/numerics/ |
| H A D | clamped_math_impl.h | 79 using result_type = typename MaxExponentPromotion<T, U>::type; 105 using result_type = typename MaxExponentPromotion<T, U>::type; 132 using result_type = typename MaxExponentPromotion<T, U>::type; 156 using result_type = typename MaxExponentPromotion<T, U>::type; 176 using result_type = typename MaxExponentPromotion<T, U>::type; 196 using result_type = T; 220 using result_type = T; 240 using result_type = typename std::make_unsigned< 257 using result_type = typename std::make_unsigned< 274 using result_typ [all...] |