Home
last modified time | relevance | path

Searched refs:using (Results 301 - 325 of 3035) sorted by relevance

1...<<11121314151617181920>>...122

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dclamped_math_impl.h84 using result_type = typename MaxExponentPromotion<T, U>::type;
111 using result_type = typename MaxExponentPromotion<T, U>::type;
139 using result_type = typename MaxExponentPromotion<T, U>::type;
163 using result_type = typename MaxExponentPromotion<T, U>::type;
186 using result_type = typename MaxExponentPromotion<T, U>::type;
207 using result_type = T;
235 using result_type = T;
258 using result_type =
278 using result_type =
298 using result_typ
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h67 using IPDBEnumSymbols = IPDBEnumChildren<PDBSymbol>;
68 using IPDBEnumSourceFiles = IPDBEnumChildren<IPDBSourceFile>;
69 using IPDBEnumDataStreams = IPDBEnumChildren<IPDBDataStream>;
70 using IPDBEnumLineNumbers = IPDBEnumChildren<IPDBLineNumber>;
71 using IPDBEnumTables = IPDBEnumChildren<IPDBTable>;
72 using IPDBEnumInjectedSources = IPDBEnumChildren<IPDBInjectedSource>;
73 using IPDBEnumSectionContribs = IPDBEnumChildren<IPDBSectionContrib>;
74 using IPDBEnumFrameData = IPDBEnumChildren<IPDBFrameData>;
121 using PDB_Cpu = codeview::CPUType;
218 using PDB_CallingCon
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Ddag.h29 using DAGCounter = std::atomic<uint32_t>;
51 using type = std::function<void(T)>;
55 using type = std::function<void()>;
82 using RunContext = detail::DAGRunContext<T>;
83 using Counter = detail::DAGCounter;
84 using NodeIndex = size_t;
85 using Work = typename detail::DAGWork<T>::type;
208 using NodeIndex = typename DAGBase<T>::NodeIndex;
289 using Node = typename DAG<T>::Node;
362 using Builde
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view.h52 using string_view = std::string_view;
168 using traits_type = std::char_traits<char>;
169 using value_type = char;
170 using pointer = char*;
171 using const_pointer = const char*;
172 using reference = char&;
173 using const_reference = const char&;
174 using const_iterator = const char*;
175 using iterator = const_iterator;
176 using const_reverse_iterato
[all...]
/third_party/node/src/
H A Dcares_wrap.h38 using HostEntPointer = DeleteFnPtr<hostent, ares_free_hostent>;
39 using SafeHostEntPointer = DeleteFnPtr<hostent, safe_free_hostent>;
146 using List = std::unordered_set<NodeAresTask*, Hash, Equal>;
505 using QueryAnyWrap = QueryWrap<AnyTraits>;
506 using QueryAWrap = QueryWrap<ATraits>;
507 using QueryAaaaWrap = QueryWrap<AaaaTraits>;
508 using QueryCaaWrap = QueryWrap<CaaTraits>;
509 using QueryCnameWrap = QueryWrap<CnameTraits>;
510 using QueryMxWrap = QueryWrap<MxTraits>;
511 using QueryNsWra
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h191 using VectorT = SmallVector<Edge, 4>;
192 using VectorImplT = SmallVectorImpl<Edge>;
214 using iterator_adaptor_base::operator++;
250 using iterator_adaptor_base::operator++;
325 /// you can access the edges by dereferencing the node or using the `->`
356 // We allow accessing the edges by dereferencing or using the arrow
486 using iterator = pointee_iterator<SmallVectorImpl<Node *>::const_iterator>;
614 using iterator = pointee_iterator<SmallVectorImpl<SCC *>::const_iterator>;
615 using range = iterator_range<iterator>;
616 using parent_iterato
[all...]
H A DLoopCacheAnalysis.h30 using CacheCostTy = int64_t;
31 using LoopVectorTy = SmallVector<Loop *, 8>;
155 using ReferenceGroupTy = SmallVector<std::unique_ptr<IndexedReference>, 8>;
156 using ReferenceGroupsTy = SmallVector<ReferenceGroupTy, 8>;
175 using LoopTripCountTy = std::pair<const Loop *, unsigned>;
176 using LoopCacheCostTy = std::pair<const Loop *, CacheCostTy>;
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h177 using NodeIdT = uint32_t;
242 using kIsCallBit = base::BitField<bool, 0, 1>;
243 using kCanEagerDeoptBit = kIsCallBit::Next<bool, 1>;
244 using kCanLazyDeoptBit = kCanEagerDeoptBit::Next<bool, 1>;
245 using kCanReadBit = kCanLazyDeoptBit::Next<bool, 1>;
246 using kCanWriteBit = kCanReadBit::Next<bool, 1>;
247 using kNonMemorySideEffectsBit = kCanWriteBit::Next<bool, 1>;
248 using kUntaggedValueBit = kNonMemorySideEffectsBit::Next<bool, 1>;
385 using OpcodeField = base::BitField<Opcode, 0, 6>;
387 using OpPropertiesFiel
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManager.h194 /// Mark an analysis set as preserved using its ID.
210 /// Mark an analysis as abandoned using its ID.
474 // assignment. However, using = default triggers linker errors due to the
550 using PassModelT = in addPass()
558 using PassConceptT =
570 using ModulePassManager = PassManager<Module>;
575 using FunctionPassManager = PassManager<Function>;
595 using Result = PassInstrumentation;
614 using ResultConceptT =
616 using PassConcept
[all...]
H A DTrackingMDRef.h141 using TrackingMDNodeRef = TypedTrackingMDRef<MDNode>;
142 using TrackingValueAsMetadataRef = TypedTrackingMDRef<ValueAsMetadata>;
146 using SimpleType = Metadata *;
152 using SimpleType = Metadata *;
160 using SimpleType = T *;
168 using SimpleType = T *;
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h187 using LosslessArithmeticConvertibleImpl = std::integral_constant<
220 using LosslessArithmeticConvertible =
461 using Result = R;
464 using Arg = ElemFromList<I, Args...>;
465 using ArgumentTuple = std::tuple<Args...>;
466 using ArgumentMatcherTuple = std::tuple<Matcher<Args>...>;
467 using MakeResultVoid = void(Args...);
468 using MakeResultIgnoredValue = IgnoredValue(Args...);
479 using TupleElement = typename std::tuple_element<I, T>::type;
/third_party/node/deps/v8/src/objects/
H A Dswiss-hash-table-helpers.h72 // changes, like using existing V8 versions of certain helper functions.
128 using value_type = int;
129 using iterator = BitMask;
130 using const_iterator = BitMask;
171 using ctrl_t = signed char;
172 using h2_t = uint8_t;
214 // Extracts H2 from the given overall hash, which means using only the lowest 7
225 // Work around this by using the portable implementation of Group
226 // when using -funsigned-char under GCC.
424 using Grou
[all...]
H A Dcompressed-slots.h18 // The slot's contents can be read and written using operator* and store().
21 using TObject = Object;
22 using THeapObjectSlot = CompressedHeapObjectSlot;
63 // The slot's contents can be read and written using operator* and store().
67 using TObject = MaybeObject;
68 using THeapObjectSlot = CompressedHeapObjectSlot;
97 // The slot's contents can be read and written using operator* and store().
125 // The slot's contents can be read and written using load() and store().
129 using TObject = Object;
130 using THeapObjectSlo
[all...]
H A Ddebug-objects.h136 using BodyDescriptor = StructBodyDescriptor;
169 using BodyDescriptor = StructBodyDescriptor;
193 using Slot = TorqueGeneratedCoverageInfoSlotOffsets;
201 using BodyDescriptor = StructBodyDescriptor;
228 using BodyDescriptor = StructBodyDescriptor;
249 using BodyDescriptor = StructBodyDescriptor;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_map.h36 using MappedReference = decltype(P::value(
41 using MappedConstReference = decltype(P::value(
44 using KeyArgImpl =
48 using key_type = typename Policy::key_type;
49 using mapped_type = typename Policy::mapped_type;
51 using key_arg = typename KeyArgImpl::template type<K, key_type>;
59 using iterator = typename raw_hash_map::raw_hash_set::iterator;
60 using const_iterator = typename raw_hash_map::raw_hash_set::const_iterator;
63 using raw_hash_map::raw_hash_set::raw_hash_set;
/third_party/skia/experimental/skrive/include/
H A DSkRive.h129 using INHERITED = Component;
152 using INHERITED = TransformableComponent;
183 using INHERITED = Component;
197 using INHERITED = Paint;
212 using INHERITED = Node;
226 using INHERITED = Geometry;
241 using INHERITED = Geometry;
254 using INHERITED = Node;
274 using INHERITED = Drawable;
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h47 using T = absl::underlying_type_t<TypeSpec>; in operator |()
52 using T = absl::underlying_type_t<TypeSpec>; in operator &()
57 using T = absl::underlying_type_t<AllocSpec>; in operator |()
62 using T = absl::underlying_type_t<AllocSpec>; in operator &()
94 using TestException::what;
251 * using compile-time bitfield template arguments. That is, to make an
624 * to throw, using AllocSpec. The supported settings are the default of every
636 using pointer = T*;
637 using const_pointer = const T*;
638 using referenc
[all...]
/third_party/node/deps/v8/src/base/
H A Dlazy-instance.h15 // a global variable using the LAZY_INSTANCE_INITIALIZER initializer.
62 // constructed (using new) by default. This mode is useful if you have to
97 using StorageType =
113 using StorageType = T*;
161 // TODO(pliard): Handle instances destruction (using global destructors).
166 using StorageType = typename AllocationTrait::StorageType;
202 using type = LazyInstanceImpl<T, StaticallyAllocatedInstanceTrait<T>,
213 using type = typename LazyStaticInstance<T, CreateTrait, InitOnceTrait,
223 using type = LazyInstanceImpl<T, DynamicallyAllocatedInstanceTrait<T>,
/third_party/skia/src/gpu/
H A DSurfaceContext.h88 using ReadPixelsCallback = SkImage::ReadPixelsCallback;
89 using ReadPixelsContext = SkImage::ReadPixelsContext;
90 using RescaleGamma = SkImage::RescaleGamma;
91 using RescaleMode = SkImage::RescaleMode;
201 using ConversionFn = void(void* dst, const void* mappedBuffer);
251 using INHERITED = SkRefCnt;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DChrono.h33 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()
52 using namespace std::chrono; in toTimePoint()
120 using namespace std::chrono; in getAs()
126 using namespace std::chrono; in consumeUnit()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h19 using ShCompileOptions = uint64_t;
112 // All of the shader's variables are described using nested data
255 using Uniform = ShaderVariable;
256 using Attribute = ShaderVariable;
257 using OutputVariable = ShaderVariable;
258 using InterfaceBlockField = ShaderVariable;
259 using Varying = ShaderVariable;
/third_party/skia/modules/sksg/include/
H A DSkSGGeometryEffect.h41 using INHERITED = GeometryNode;
66 using INHERITED = GeometryEffect;
92 using INHERITED = GeometryEffect;
119 using INHERITED = GeometryEffect;
140 using INHERITED = GeometryEffect;
165 using INHERITED = GeometryEffect;
/third_party/node/deps/v8/include/
H A Dv8-template.h186 using GenericNamedPropertyGetterCallback =
210 using GenericNamedPropertySetterCallback =
235 using GenericNamedPropertyQueryCallback =
259 using GenericNamedPropertyDeleterCallback =
268 using GenericNamedPropertyEnumeratorCallback =
291 using GenericNamedPropertyDefinerCallback =
314 using GenericNamedPropertyDescriptorCallback =
320 using IndexedPropertyGetterCallback =
326 using IndexedPropertySetterCallback =
333 using IndexedPropertyQueryCallbac
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h167 using GenericNamedPropertyGetterCallback =
191 using GenericNamedPropertySetterCallback =
218 using GenericNamedPropertyQueryCallback =
243 using GenericNamedPropertyDeleterCallback =
252 using GenericNamedPropertyEnumeratorCallback =
275 using GenericNamedPropertyDefinerCallback =
298 using GenericNamedPropertyDescriptorCallback =
304 using IndexedPropertyGetterCallback =
310 using IndexedPropertySetterCallback =
317 using IndexedPropertyQueryCallbac
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h157 using EnableIfConvertibleFrom =
163 using EnableIfConstView =
168 using EnableIfMutableView =
172 using element_type = T;
173 using value_type = absl::remove_cv_t<T>;
174 using pointer = T*;
175 using const_pointer = const T*;
176 using reference = T&;
177 using const_reference = const T&;
178 using iterato
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...122