Home
last modified time | relevance | path

Searched refs:using (Results 276 - 300 of 3307) sorted by relevance

1...<<11121314151617181920>>...133

/third_party/skia/third_party/externals/dawn/src/common/
H A DUnderlyingType.h30 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 DTrace.h48 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 Dmutator_cache.h38 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 DMtlTypes.h34 using PixelFormat = unsigned int;
35 using TextureUsage = unsigned int;
36 using StorageMode = unsigned int;
37 using Handle = const void*;
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h25 using OHOS::HDI::Usb::V1_0::IUsbdBulkCallback;
26 using OHOS::HDI::Usb::V1_0::IUsbdSubscriber;
27 using OHOS::HDI::Usb::V1_0::IUsbInterface;
28 using OHOS::HDI::Usb::V1_0::PortInfo;
29 using OHOS::HDI::Usb::V1_0::UsbCtrlTransfer;
30 using OHOS::HDI::Usb::V1_0::UsbDev;
31 using OHOS::HDI::Usb::V1_0::USBDeviceInfo;
32 using OHOS::HDI::Usb::V1_0::UsbPipe;
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.h102 using VendorSimSecureElementInitT = int (*)(void);
103 using VendorSimSecureElementUninitT = int (*)(void);
104 using VendorSimSecureElementIsCardPresentT = bool (*)(void);
105 using VendorSimSecureElementGetAtrT = int (*)(uint8_t *rsp, uint32_t *rspLen);
106 using VendorSimSecureElementOpenLogicalChannelT = int (*)(uint8_t *aid, uint32_t len, uint8_t p2, uint8_t *rsp,
108 using VendorSimSecureElementOpenBasicChannelT = int (*)(uint8_t *aid, uint32_t len, uint8_t *rsp,
110 using VendorSimSecureElementCloseChannelT = int (*)(uint32_t channelNum, int *status);
111 using VendorSimSecureElementTransmitT = int (*)(uint8_t *cmd, uint32_t cmdLen, uint8_t *rsp,
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h130 using TransitionGroup = ZoneVector<Handle<Map>>;
218 using SingleValueFeedback::SingleValueFeedback;
224 using SingleValueFeedback::SingleValueFeedback;
230 using SingleValueFeedback::SingleValueFeedback;
236 using SingleValueFeedback::SingleValueFeedback;
242 using SingleValueFeedback::SingleValueFeedback;
248 using SingleValueFeedback::SingleValueFeedback;
253 using SingleValueFeedback::SingleValueFeedback;
/third_party/node/deps/v8/include/
H A Dv8-value.h465 using A = internal::Address; in QuickIsUndefined()
466 using I = internal::Internals; in QuickIsUndefined()
482 using A = internal::Address; in QuickIsNull()
483 using I = internal::Internals; in QuickIsNull()
499 using A = internal::Address; in QuickIsNullOrUndefined()
500 using I = internal::Internals; in QuickIsNullOrUndefined()
517 using A = internal::Address; in QuickIsString()
518 using I = internal::Internals; in QuickIsString()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h475 using A = internal::Address; in QuickIsUndefined()
476 using I = internal::Internals; in QuickIsUndefined()
496 using A = internal::Address; in QuickIsNull()
497 using I = internal::Internals; in QuickIsNull()
520 using A = internal::Address; in QuickIsNullOrUndefined()
521 using I = internal::Internals; in QuickIsNullOrUndefined()
539 using A = internal::Address; in QuickIsString()
540 using I = internal::Internals; in QuickIsString()
/third_party/skia/src/core/
H A DSkCoreBlitters.h26 using INHERITED = SkBlitter;
50 using INHERITED = SkRasterBlitter;
66 using INHERITED = SkRasterBlitter;
93 using INHERITED = SkRasterBlitter;
105 using INHERITED = SkARGB32_Blitter;
117 using INHERITED = SkARGB32_Opaque_Blitter;
141 using INHERITED = SkShaderBlitter;
162 using INHERITED = SkShaderBlitter;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h89 using Reg2SUnitsMap =
96 using VReg2SUnitMap = SparseSet<VReg2SUnit, VirtReg2IndexFunctor>;
101 using VReg2SUnitMultiMap = SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor>;
103 using VReg2SUnitOperIdxMultiMap =
106 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>;
116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>;
174 /// Tracks the last instructions in this region using each virtual register.
190 using SUList = std::list<SUnit *>;
243 using DbgValueVector =
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Duniform_int_distribution.h60 using unsigned_type =
64 using result_type = IntType;
68 using distribution_type = uniform_int_distribution;
102 "parameterized using an integral type.");
164 using stream_type = in operator <<()
176 using param_type = typename uniform_int_distribution<IntType>::param_type; in operator >>()
177 using result_type = typename uniform_int_distribution<IntType>::result_type; in operator >>()
178 using stream_type = in operator >>()
207 // Generates a uniform variate on [0, Lim) using fixed-point multiplication. in Generate()
247 using helpe in Generate()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h70 // The groups are probed using H1. For each group the slots are matched to H2 in
127 using std::swap; in SwapAlloc()
182 using std::swap;
212 using value_type = int;
213 using iterator = BitMask;
214 using const_iterator = BitMask;
254 using h2_t = uint8_t;
328 // Work around this by using the portable implementation of Group
329 // when using -funsigned-char under GCC.
450 using Grou
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Diterator.h30 // std::unique_ptr managed elements in the vector, behaving like we are using
35 using iterator_category = std::random_access_iterator_tag;
36 using value_type = ValueType;
38 using pointer = value_type*;
39 using reference = value_type&;
40 using difference_type = std::ptrdiff_t;
43 using Uptr = std::unique_ptr<ValueType>;
44 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>,
46 using UnderlyingIterator =
176 using iterator_categor
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Diterator.h30 // std::unique_ptr managed elements in the vector, behaving like we are using
35 using iterator_category = std::random_access_iterator_tag;
36 using value_type = ValueType;
38 using pointer = value_type*;
39 using reference = value_type&;
40 using difference_type = std::ptrdiff_t;
43 using Uptr = std::unique_ptr<ValueType>;
44 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>,
46 using UnderlyingIterator =
176 using iterator_categor
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h90 using word_t = size_t;
370 using SimpleBitstreamCursor::AtEndOfStream;
371 using SimpleBitstreamCursor::canSkipToPos;
372 using SimpleBitstreamCursor::fillCurWord;
373 using SimpleBitstreamCursor::getBitcodeBytes;
374 using SimpleBitstreamCursor::GetCurrentBitNo;
375 using SimpleBitstreamCursor::getCurrentByteNo;
376 using SimpleBitstreamCursor::getPointerToByte;
377 using SimpleBitstreamCursor::JumpToBit;
378 using SimpleBitstreamCurso
[all...]
/third_party/spirv-tools/source/opt/
H A Diterator.h30 // std::unique_ptr managed elements in the vector, behaving like we are using
35 using iterator_category = std::random_access_iterator_tag;
36 using value_type = ValueType;
38 using pointer = value_type*;
39 using reference = value_type&;
40 using difference_type = std::ptrdiff_t;
43 using Uptr = std::unique_ptr<ValueType>;
44 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>,
46 using UnderlyingIterator =
176 using iterator_categor
[all...]
/third_party/node/deps/v8/src/common/
H A Dglobals.h145 using CodeT = CodeDataContainer;
149 using CodeT = Code;
179 // Superclass for classes only using static method functions.
188 using byte = uint8_t;
321 using Tagged_t = uint32_t;
322 using AtomicTagged_t = base::Atomic32;
331 using Tagged_t = Address;
332 using AtomicTagged_t = base::AtomicWord;
339 using AsAtomicTagged = base::AsAtomicPointerImpl<AtomicTagged_t>;
688 using RuntimeArgument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h59 using Kind = uint8_t;
68 using OffsetT = uint32_t;
69 using AddendT = int64_t;
134 using SectionOrdinal = unsigned;
169 using EdgeVector = std::vector<Edge>;
170 using edge_iterator = EdgeVector::iterator;
171 using const_edge_iterator = EdgeVector::const_iterator;
540 using SymbolSet = DenseSet<Symbol *>;
541 using BlockSet = DenseSet<Block *>;
544 using symbol_iterato
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist.h29 // 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 Dilist.h29 // 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 DDWARFDebugLine.h288 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 DInterfaceFile.h98 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 DPointerSumType.h29 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 Dhash_testing.h189 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...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...133