Home
last modified time | relevance | path

Searched refs:using (Results 451 - 475 of 3035) sorted by relevance

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

/third_party/skia/modules/svg/include/
H A DSkSVGGradient.h40 using StopPositionArray = SkSTArray<2, SkScalar , true>;
41 using StopColorArray = SkSTArray<2, SkColor4f, true>;
45 using INHERITED = SkSVGHiddenContainer;
/third_party/skia/bench/
H A DRecordingBench.h27 using INHERITED = Benchmark;
40 using INHERITED = PictureCentricBench;
57 using INHERITED = Benchmark;
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h348 using TypeField = base::BitField<Type, 0, 3>;
355 using IsParenthesizedField = TypeField::Next<bool, 1>;
359 using ExpressionTypeField = IsParenthesizedField::Next<ExpressionType, 4>;
360 using IdentifierTypeField =
362 using HasCoverInitializedNameField = IsParenthesizedField::Next<bool, 1>;
874 using Base = ParserBase<PreParser>;
875 using Impl = PreParser;
878 using ClassLiteralProperty = PreParserExpression;
879 using ClassLiteralStaticElement = PreParserExpression;
880 using Expressio
[all...]
H A Dexpression-scope.h49 using ParserT = typename Types::Impl;
50 using ExpressionT = typename Types::Expression;
354 using ParserT = typename Types::Impl;
355 using ExpressionScopeT = ExpressionScope<Types>;
356 using ScopeType = typename ExpressionScopeT::ScopeType;
427 using ParserT = typename Types::Impl;
428 using ExpressionScopeT = ExpressionScope<Types>;
429 using ScopeType = typename ExpressionScopeT::ScopeType;
471 using ParserT = typename Types::Impl;
472 using Expression
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h97 /// Factory function: default behavior is to call new using the
247 // functions that aren't using a wasm EH personality.
251 // for functions that aren't using a funclet-based EH personality.
272 using BasicBlockListType = ilist<MachineBasicBlock>;
394 using CallSiteInfo = SmallVector<ArgRegPair, 1>;
395 using CallSiteInfoImpl = SmallVectorImpl<ArgRegPair>;
400 using CallSiteInfoMap = DenseMap<const MachineInstr *, CallSiteInfo>;
414 using VariableDbgInfoMapTy = SmallVector<VariableDbgInfo, 4>;
584 /// basic block can be found by using the MBB::getNumber method, this method
633 using iterato
[all...]
/third_party/gn/src/base/numerics/
H A Dsafe_math_shared_impl.h119 using type = typename std::make_unsigned<Numeric>::type;
124 using type = Numeric;
135 using UnsignedT = typename std::make_unsigned<T>::type; in NegateWrapper()
170 using math = M<typename UnderlyingType<L>::type,
173 using type = typename math::result_type;
188 using type = typename MathWrapper<M, L, R>::type;
196 using type =
/third_party/node/src/crypto/
H A Dcrypto_keygen.h33 using AdditionalParams = typename KeyGenTraits::AdditionalParameters;
125 using AdditionalParameters =
209 using AdditionalParameters = SecretKeyGenConfig;
276 using NidKeyPairGenConfig = KeyPairGenConfig<NidKeyPairParams>;
279 using AdditionalParameters = NidKeyPairGenConfig;
291 using NidKeyPairGenJob = KeyGenJob<KeyPairGenTraits<NidKeyPairGenTraits>>;
292 using SecretKeyGenJob = KeyGenJob<SecretKeyGenTraits>;
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h66 using GrAtlasSubRunOwner = std::unique_ptr<GrAtlasSubRun, GrSubRunAllocator::Destroyer>;
101 // * PathSubRun - handle very large single color glyphs using paths to render the glyph.
107 using GrSubRunOwner = std::unique_ptr<GrSubRun, GrSubRunAllocator::Destroyer>;
133 using value_type = GrSubRun;
134 using difference_type = ptrdiff_t;
135 using pointer = value_type*;
136 using reference = value_type&;
137 using iterator_category = std::input_iterator_tag;
185 // list search using operator =().
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h41 using JITTargetAddress = uint64_t;
76 using UnderlyingType = uint8_t;
77 using TargetFlagsType = uint8_t;
239 using GetAddressFtor = unique_function<Expected<JITTargetAddress>()>;
345 using LookupSet = std::set<StringRef>;
346 using LookupResult = std::map<StringRef, JITEvaluatedSymbol>;
347 using OnResolvedFunction = unique_function<void(Expected<LookupResult>)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManagerInternal.h68 using std::swap; in swap()
117 using EnabledType = char;
123 // explicitly enable using the result type's invalidate routine if we can
125 template <typename T> struct Nonce { using Type = EnabledType; };
177 using std::swap; in swap()
216 using std::swap; in swap()
271 using std::swap; in swap()
281 using ResultModelT =
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h117 using PrintingClasses = std::vector<PrintingClass>;
154 using ContainerType = std::vector<EValue>;
155 using iterator = typename ContainerType::iterator;
156 using const_iterator = typename ContainerType::const_iterator;
233 using EnumValues = EnumValuesContainer<EnumValue>;
259 using iterator = EnumValues::iterator;
301 using InstructionValues = EnumValuesContainer<InstructionValue>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h70 using BaseSet = SmallPtrSet<NodeRef, SmallSize>;
71 using iterator = typename BaseSet::iterator;
88 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
89 using NodeRef = typename GT::NodeRef;
90 using ChildItTy = typename GT::ChildIteratorType;
95 using StackElement = std::pair<NodeRef, Optional<ChildItTy>>;
147 using pointer = typename super::pointer;
H A DPostOrderIterator.h98 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
99 using NodeRef = typename GT::NodeRef;
100 using ChildItTy = typename GT::ChildIteratorType;
137 using pointer = typename super::pointer;
288 using NodeRef = typename GT::NodeRef;
297 using rpo_iterator = typename std::vector<NodeRef>::reverse_iterator;
298 using const_rpo_iterator = typename std::vector<NodeRef>::const_reverse_iterator;
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dexpecting_objectwriter.h63 using testing::Eq;
64 using testing::IsEmpty;
65 using testing::NanSensitiveDoubleEq;
66 using testing::NanSensitiveFloatEq;
67 using testing::Return;
68 using testing::StrEq;
69 using testing::TypedEq;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dlog_uniform_int_distribution.h40 // We ensure uniformity by discretization using the
46 using unsigned_type =
50 using result_type = IntType;
54 using distribution_type = log_uniform_int_distribution;
118 "parameterized using an integral type.");
221 using stream_type = in operator <<()
234 using param_type = typename log_uniform_int_distribution<IntType>::param_type; in operator >>()
235 using result_type = in operator >>()
237 using stream_type = in operator >>()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h313 using Signature_enumeration = void (*)(class IO&, T&);
329 using Signature_bitset = void (*)(class IO&, T&);
344 using Signature_input = StringRef (*)(StringRef, void*, T&);
345 using Signature_output = void (*)(const T&, void*, raw_ostream&);
346 using Signature_mustQuote = QuotingType (*)(StringRef);
364 using Signature_input = StringRef (*)(StringRef, void *, T &);
365 using Signature_output = void (*)(const T &, void *, raw_ostream &);
380 using Signature_input = StringRef (*)(StringRef, StringRef, void *, T &);
381 using Signature_output = void (*)(const T &, void *, raw_ostream &,
383 using Signature_mustQuot
[all...]
/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h150 using vixl::kDoubleExponentBits;
151 using vixl::kDoubleMantissaBits;
152 using vixl::kFloat16ExponentBits;
153 using vixl::kFloat16MantissaBits;
154 using vixl::kFloatExponentBits;
155 using vixl::kFloatMantissaBits;
157 using vixl::kFP16NegativeInfinity;
158 using vixl::kFP16PositiveInfinity;
159 using vixl::kFP32NegativeInfinity;
160 using vix
[all...]
/third_party/gn/src/gn/
H A Dheader_checker.h49 using Chain = std::vector<ChainLink>;
99 using TargetVector = std::vector<TargetInfo>;
100 using FileMap = std::map<SourceFile, TargetVector>;
101 using PathExistsCallback = std::function<bool(const base::FilePath& path)>;
/third_party/node/deps/zlib/google/
H A Dzip.h29 using Paths = base::span<const base::FilePath>;
85 using ProgressCallback = base::RepeatingCallback<bool(const Progress&)>;
87 using FilterCallback = base::RepeatingCallback<bool(const base::FilePath&)>;
174 using UnzipProgressCallback = base::RepeatingCallback<void(uint64_t bytes)>;
202 // Unzips the contents of |zip_file|, using the writers provided by
/third_party/node/deps/v8/include/v8-include/
H A Dv8-snapshot.h43 using CallbackFunction = StartupData (*)(Local<Object> holder, int index,
53 using SerializeEmbedderFieldsCallback = SerializeInternalFieldsCallback;
60 using CallbackFunction = void (*)(Local<Object> holder, int index,
70 using DeserializeEmbedderFieldsCallback = DeserializeInternalFieldsCallback;
/third_party/node/deps/v8/include/
H A Dv8-snapshot.h43 using CallbackFunction = StartupData (*)(Local<Object> holder, int index,
53 using SerializeEmbedderFieldsCallback = SerializeInternalFieldsCallback;
60 using CallbackFunction = void (*)(Local<Object> holder, int index,
70 using DeserializeEmbedderFieldsCallback = DeserializeInternalFieldsCallback;
/third_party/node/deps/v8/src/objects/
H A Dtemplates.h44 using BodyDescriptor = StructBodyDescriptor;
56 using BodyDescriptor = StructBodyDescriptor;
185 using BodyDescriptor = StructBodyDescriptor;
213 using BodyDescriptor = StructBodyDescriptor;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.h104 using BlendStateMap = angle::base::HashingMRUCache<d3d11::BlendStateKey, d3d11::BlendState>;
108 using RasterizerStateMap =
113 using DepthStencilStateMap =
118 using SamplerStateMap = angle::base::HashingMRUCache<gl::SamplerState, d3d11::SamplerState>;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.h27 using namespace Microsoft::WRL;
28 using namespace Microsoft::WRL::Wrappers;
29 using namespace ABI::Windows::Foundation;
30 using namespace ABI::Windows::Foundation::Collections;
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.h62 * Call before drawing using buffers from the pool.
245 using INHERITED = GrBufferAllocPool;
315 using INHERITED = GrBufferAllocPool;
342 using GrBufferAllocPool::unmap;
343 using GrBufferAllocPool::reset;

Completed in 19 milliseconds

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