Home
last modified time | relevance | path

Searched refs:ImplType (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dformattedval_impl.h261 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument
267 ImplType* impl = new ImplType(); \
276 const ImplType* result = HelperType::validate(uresult, *ec); \
283 const ImplType* impl = HelperType::validate(uresult, localStatus); \
297 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
299 class ImplType; \
300 typedef IcuCApiHelper<CType, ImplType, MagicNumber> HelperType; \
301 class ImplType : public UFormattedValueImpl, public HelperType { \
303 ImplType(); \
304 ~ImplType(); \
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedval_impl.h257 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument
263 ImplType* impl = new ImplType(); \
272 const ImplType* result = HelperType::validate(uresult, *ec); \
279 const ImplType* impl = HelperType::validate(uresult, localStatus); \
293 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
295 class ImplType; \
296 typedef IcuCApiHelper<CType, ImplType, MagicNumber> HelperType; \
297 class ImplType : public UFormattedValueImpl, public HelperType { \
299 ImplType(); \
300 ~ImplType(); \
[all …]
/third_party/icu/icu4c/source/i18n/
Dformattedval_impl.h258 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument
264 ImplType* impl = new ImplType(); \
273 const ImplType* result = HelperType::validate(uresult, *ec); \
280 const ImplType* impl = HelperType::validate(uresult, localStatus); \
294 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
296 class ImplType; \
297 typedef IcuCApiHelper<CType, ImplType, MagicNumber> HelperType; \
298 class ImplType : public UFormattedValueImpl, public HelperType { \
300 ImplType(); \
301 ~ImplType(); \
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBlockFrequencyInfo.h34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>; variable
35 std::unique_ptr<ImplType> MBFI;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>; variable
40 std::unique_ptr<ImplType> BFI;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_common.h228 using ImplType = OBJ##Mtl; \ in ANGLE_GL_OBJECTS_X()
237 using ImplType = DisplayMtl; in ANGLE_GL_OBJECTS_X()
243 using ImplType = ImageMtl; in ANGLE_GL_OBJECTS_X()
247 using GetImplType = typename ImplTypeHelper<T>::ImplType; in ANGLE_GL_OBJECTS_X()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.h222 using ImplType = OBJ##Vk; \
231 using ImplType = OverlayVk;
237 using ImplType = DisplayVk;
243 using ImplType = ImageVk;
249 using ImplType = ShareGroupVk;
253 using GetImplType = typename ImplTypeHelper<T>::ImplType;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp196 MBFI.reset(new ImplType); in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp188 BFI.reset(new ImplType); in calculate()