Home
last modified time | relevance | path

Searched refs:using (Results 476 - 500 of 3158) sorted by relevance

1...<<11121314151617181920>>...127

/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 =
H A DSymbolTableListTraits.h13 // The way that this is implemented is by using a special traits class with the
50 template <> struct SymbolTableListParentType<NODE> { using type = PARENT; };
67 using ListTy = SymbolTableList<ValueSubClass>;
68 using iterator = typename simple_ilist<ValueSubClass>::iterator;
69 using ItemParentClass =
/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/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/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;
/third_party/skia/src/gpu/gl/
H A DGrGLProgram.h45 using UniformHandle = GrGLSLProgramDataManager::UniformHandle;
46 using UniformInfoArray = GrGLProgramDataManager::UniformInfoArray;
47 using VaryingInfoArray = GrGLProgramDataManager::VaryingInfoArray;
165 using INHERITED = SkRefCnt;
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>;
51 using RegClassSetTy = std::vector<std::pair<RegisterClass, size_t>>;
157 using RegionRegisterLivenessMap =
170 using LivenessAnalysisMap =
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>;
51 using RegClassSetTy = std::vector<std::pair<RegisterClass, size_t>>;
157 using RegionRegisterLivenessMap =
170 using LivenessAnalysisMap =
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h41 using InsertPointTy = IRBuilder<>::InsertPoint;
51 using FinalizeCallbackTy = std::function<void(InsertPointTy CodeGenIP)>;
91 using BodyGenCallbackTy =
108 using PrivatizeCallbackTy = function_ref<InsertPointTy(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h108 /// Emit this directive in \p OutStream using the information available
115 using LOHArgs = SmallVectorImpl<MCSymbol *>;
144 using LOHDirectives = SmallVectorImpl<MCLOHDirective>;
182 // Add types for specialized template using MCSymbol.
183 using MCLOHArgs = MCLOHDirective::LOHArgs;
184 using MCLOHDirectives = MCLOHContainer::LOHDirectives;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h91 using UseMap = std::multimap<RetOrArg, RetOrArg>;
109 using LiveSet = std::set<RetOrArg>;
110 using LiveFuncSet = std::set<const Function *>;
118 using UseVector = SmallVector<RetOrArg, 5>;

Completed in 14 milliseconds

1...<<11121314151617181920>>...127