Home
last modified time | relevance | path

Searched refs:template (Results 501 - 525 of 3637) sorted by relevance

1...<<21222324252627282930>>...146

/third_party/node/deps/v8/src/objects/
H A Dobjects-body-descriptors-inl.h33 #include "src/objects/template-objects.h"
45 template <int start_offset>
50 template <int start_offset>
80 template <typename ObjectVisitor>
114 template <typename ObjectVisitor>
126 template <typename ObjectVisitor>
133 template <typename ObjectVisitor>
140 template <typename ObjectVisitor>
147 template <typename ObjectVisitor>
154 template <typenam
[all...]
/third_party/gn/src/base/json/
H A Djson_value_converter.h87 template <typename StructType>
92 template <typename StructType>
107 template <typename FieldType>
114 template <typename StructType, typename FieldType>
135 template <typename FieldType>
138 template <>
150 template <>
162 template <>
175 template <>
187 template <>
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DRegionInfo.h67 template <class RegionTr> class RegionBase;
69 template <class RegionTr> class RegionInfoBase;
74 // pass around an unreasonable number of template parameters.
75 template <class FuncT_>
85 template <>
112 template <class GraphType>
117 template <class Tr>
183 template <class T> inline T *getNodeAs() const;
254 template <class Tr>
574 template <boo
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h25 // its template parameters. Instances where `size() <= N` hold contained
69 template <typename T, size_t N, typename A = std::allocator<T>>
80 template <typename Iterator>
82 typename Storage::template IteratorValueAdapter<Iterator>;
86 template <typename Iterator>
89 template <typename Iterator>
143 template <typename ForwardIterator,
154 template <typename InputIterator,
280 // template parameter `N`. For inlined vectors which exceed this capacity,
513 template <typenam
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent.h48 template<const std::string_view& str, const std::string_view& masks, std::string::size_type pos = 0>
57 template<const std::string_view& str, const std::string_view& masks>
62 template<const char* domain, const char* domainMasks>
69 template<const char* domain>
234 template<typename... Types>
258 template<const char* domain, typename... Types, std::enable_if_t<!isMasked<domain>>* = nullptr>
282 template<const char* domain, typename... Types, std::enable_if_t<isMasked<domain>>* = nullptr>
329 template<typename... Types>
365 template<typename T>
375 template<typenam
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h103 template <typename F>
110 template <typename F>
113 // Helper class for testing the Expectation class template.
117 template <typename MockClass>
119 template <typename MockClass>
121 template <typename MockClass>
276 // This template class implements an ON_CALL spec.
277 template <typename F>
397 template <typename F>
400 template <typenam
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource.c42 const struct pipe_resource *template) in svga_resource_create()
46 if (template->target == PIPE_BUFFER) in svga_resource_create()
47 r = svga_buffer_create(screen, template); in svga_resource_create()
49 r = svga_texture_create(screen, template); in svga_resource_create()
62 const struct pipe_resource *template, in svga_resource_from_handle()
66 if (template->target == PIPE_BUFFER) in svga_resource_from_handle()
69 return svga_texture_from_handle(screen, template, whandle); in svga_resource_from_handle()
41 svga_resource_create(struct pipe_screen *screen, const struct pipe_resource *template) svga_resource_create() argument
61 svga_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle, unsigned usage) svga_resource_from_handle() argument
/third_party/node/deps/v8/include/
H A Dv8-maybe.h28 template <class T>
89 template <class U>
91 template <class U>
95 template <class T>
100 template <class T>
105 // A template specialization of Maybe<T> for the case of T = void.
106 template <>
128 template <class U>
/third_party/skia/src/utils/
H A DSkCallableTraits.h14 template <typename R, typename... Args> struct sk_base_callable_traits {
17 template <std::size_t N> struct argument {
50 template <typename T> struct SkCallableTraits : SkCallableTraits<decltype(&T::operator())> {};
54 template <typename R, typename... Args> \
62 template <typename R, typename... Args> \
70 template <typename T, typename R, typename... Args> \
77 template <typename T, typename R>
/third_party/skia/third_party/externals/dawn/src/common/
H A DSerialQueue.h22 template <typename Serial, typename Value>
25 template <typename SerialT, typename ValueT>
39 template <typename Serial, typename Value>
52 template <typename Serial, typename Value>
62 template <typename Serial, typename Value>
72 template <typename Serial, typename Value>
79 template <typename Serial, typename Value>
H A DSerialMap.h23 template <typename Serial, typename Value>
26 template <typename SerialT, typename ValueT>
39 template <typename Serial, typename Value>
50 template <typename Serial, typename Value>
55 template <typename Serial, typename Value>
60 template <typename Serial, typename Value>
68 template <typename Serial, typename Value>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform()
33 template <typename T, typename GenT> class ReservoirSampler {
53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample()
72 template <typename GenT, typename RangeT,
81 template <typename GenT, typename T>
89 template <typename T, typename GenT>
/third_party/skia/third_party/externals/tint/src/sem/
H A Dstatement.h41 /// the template member function Statement::FindFirstParent().
42 /// For zero or multiple template arguments, FindFirstParentReturn::type
44 template <typename... TYPES>
50 /// A specialization of FindFirstParentReturn for a single template argument.
51 /// FindFirstParentReturn::type resolves to the single template argument.
52 template <typename T>
58 template <typename... TYPES>
86 template <typename Pred>
91 /// found. If `TYPES` is a single template argument, the return type is a
92 /// pointer to that template argumen
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h22 /// The fallible_iterator template wraps an underlying iterator-like class
68 template <typename Underlying> class fallible_iterator {
70 template <typename T>
108 template <typename T = Underlying>
115 template <typename T = Underlying>
222 template <typename Underlying>
229 template <typename Underlying>
234 template <typename Underlying>
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_auto_ptr.h32 // The following template has similar functionality to the STL auto_ptr, without
41 template<class T>
123 template<class T>
134 template<class T>
144 template<class T>
159 template<class T>
173 template<class T>
188 template<typename T>
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dnonsecure_base.h41 template <typename URBG>
56 template <class SSeq, typename = typename absl::enable_if_t<
95 template <typename OutIterator>
98 template <typename RandomAccessIterator>
110 template <typename RandomAccessIterator>
121 template <typename RandomAccessIterator>
136 template <typename SSeq>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h149 template<typename Fn> void visit(Fn F) const;
155 //template<typename Fn> void match(Fn F) const;
254 template<typename Fn> void match(Fn F) const { F(Array); } in match()
269 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match()
287 template<typename Fn> void match(Fn F) const { F(Ty, Ext); } in match()
333 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match()
360 template<typename Fn> void match(Fn F) const { F(Ty); } in match()
376 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match()
390 template<typename Fn> void match(Fn F) const { F(Name); } in match()
405 template<typenam
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_impl.h201 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
205 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>;
206 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>;
207 template class U_I18N_API MaybeStackVector<SingleUnitImpl, 8>;
350 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
354 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>;
355 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>;
356 template class U_I18N_API MaybeStackVector<MeasureUnitImplWithIndex, 8>;
358 // Export an explicit template instantiation of the LocalPointer that is used as a
366 template clas
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_impl.h201 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
205 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>;
206 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>;
207 template class U_I18N_API MaybeStackVector<SingleUnitImpl, 8>;
350 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
354 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>;
355 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>;
356 template class U_I18N_API MaybeStackVector<MeasureUnitImplWithIndex, 8>;
358 // Export an explicit template instantiation of the LocalPointer that is used as a
366 template clas
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-processor.h43 template <typename NodeProcessor>
73 template <typename NodeProcessor>
76 template <typename... Args>
146 template <typename... Processors>
149 template <>
158 template <typename Processor, typename... Processors>
164 template <typename Node>
187 template <typename... Processors>
/third_party/skia/src/gpu/
H A DSurfaceFillContext.h31 template <SkAlphaType AlphaType>
37 template <SkAlphaType AlphaType> void clear(const SkRGBA4f<AlphaType>& color) { in clear()
45 template <SkAlphaType AlphaType>
115 template <SkAlphaType AlphaType>
118 template <SkAlphaType AlphaType>
131 template<>
137 template<>
143 template <SkAlphaType AlphaType>
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit_impl.h174 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
178 template class U_I18N_API MaybeStackArray<SingleUnitImpl *, 8>;
179 template class U_I18N_API MemoryPool<SingleUnitImpl, 8>;
180 template class U_I18N_API MaybeStackVector<SingleUnitImpl, 8>;
314 // Export explicit template instantiations of MaybeStackArray, MemoryPool and
318 template class U_I18N_API MaybeStackArray<MeasureUnitImplWithIndex *, 8>;
319 template class U_I18N_API MemoryPool<MeasureUnitImplWithIndex, 8>;
320 template class U_I18N_API MaybeStackVector<MeasureUnitImplWithIndex, 8>;
322 // Export an explicit template instantiation of the LocalPointer that is used as a
330 template clas
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceUtils.h28 template <typename D, typename S> inline D bitCopy(const S &Source) { in bitCopy()
39 template <typename T> inline bool IsInt(int N, T value) { in IsInt()
46 template <typename T> inline bool IsUint(int N, T value) { in IsUint()
55 template <typename T> inline bool IsAbsoluteUint(int N, T Value) { in IsAbsoluteUint()
65 template <typename T> inline bool WouldOverflowAdd(T X, T Y) { in WouldOverflowAdd()
83 template <typename T> inline bool IsAligned(T X, intptr_t N) { in IsAligned()
120 template <typename T> bool isPositiveZero(T Val) { in isPositiveZero()
130 template <typename Container>
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.h8 #include "src/base/export-template.h"
31 template <class T>
40 template <typename T>
47 template <typename Impl>
53 template <typename Impl>
62 template <typename Impl>
71 template <AllocationType allocation = AllocationType::kYoung>
73 template <AllocationType allocation = AllocationType::kYoung>
75 template <AllocationType allocation = AllocationType::kYoung>
77 template <AllocationTyp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DEndian.h29 template<class T, int alignment>
37 template<typename value_type, endianness endian>
45 template<typename value_type,
60 template<typename value_type, endianness endian, std::size_t alignment,
69 template<typename value_type,
80 template <typename value_type>
85 template <typename value_type, endianness endian, std::size_t alignment>
119 template <typename value_type, endianness endian, std::size_t alignment>
171 template<typename value_type,
303 template <typenam
[all...]

Completed in 19 milliseconds

1...<<21222324252627282930>>...146