Home
last modified time | relevance | path

Searched defs:getTypeName (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeName.h27 inline StringRef getTypeName() { in getTypeName() function
/third_party/skia/tests/
DFlattenDrawableTest.cpp50 const char* getTypeName() const override { return "IntDrawable"; } in getTypeName() function in IntDrawable
81 const char* getTypeName() const override { return "PaintDrawable"; } in getTypeName() function in PaintDrawable
128 const char* getTypeName() const override { return "CompoundDrawable"; } in getTypeName() function in CompoundDrawable
187 const char* getTypeName() const override { return "RootDrawable"; } in getTypeName() function in RootDrawable
DGrStyledShapeTest.cpp1167 const char* getTypeName() const override { return nullptr; } in test_path_effect_makes_rrect() function in test_path_effect_makes_rrect::RRectPathEffect
1252 const char* getTypeName() const override { return nullptr; } in test_unknown_path_effect() function in test_unknown_path_effect::AddLineTosPathEffect
1300 const char* getTypeName() const override { return nullptr; } in test_make_hairline_path_effect() function in test_make_hairline_path_effect::MakeHairlinePathEffect
1385 const char* getTypeName() const override { return nullptr; } in test_path_effect_makes_empty_shape() function in test_path_effect_makes_empty_shape::EmptyPathEffect
1474 const char* getTypeName() const override { return nullptr; } in test_path_effect_fails() function in test_path_effect_fails::FailurePathEffect
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
DAppendingTypeTableBuilder.cpp56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in AppendingTypeTableBuilder
DGlobalTypeTableBuilder.cpp59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in GlobalTypeTableBuilder
DMergingTypeTableBuilder.cpp59 StringRef MergingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in MergingTypeTableBuilder
DLazyRandomTypeCollection.cpp113 StringRef LazyRandomTypeCollection::getTypeName(TypeIndex Index) { in getTypeName() function in LazyRandomTypeCollection
/third_party/skia/include/core/
DSkDrawable.h129 const char* getTypeName() const override { return nullptr; } in getTypeName() function
/third_party/skia/src/gpu/
DGrTestUtils.h80 const char* getTypeName() const override { return nullptr; } in getTypeName() function
/third_party/skia/src/core/
DSkVMBlitter.cpp58 const char* getTypeName() const override { return "NoopColorFilter"; } in getTypeName() function
68 const char* getTypeName() const override { return "SpriteShader"; } in getTypeName() function
94 const char* getTypeName() const override { return "DitherShader"; } in getTypeName() function
182 const char* getTypeName() const override { return "PaintColorShader"; } in getTypeName() function
DSkDraw_atlas.cpp83 const char* getTypeName() const override { return nullptr; } in getTypeName() function in UpdatableColorShader
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTypeRegistry.java85 private static String getTypeName(String typeUrl) throws InvalidProtocolBufferException { in getTypeName() method in TypeRegistry
/third_party/skia/src/effects/
DSk2DPathEffect.cpp152 const char* getTypeName() const override { return "SkLine2DPathEffectImpl"; } in getTypeName() function in SkLine2DPathEffectImpl
184 const char* getTypeName() const override { return "SkPath2DPathEffectImpl"; } in getTypeName() function in SkPath2DPathEffectImpl
DSkCornerPathEffect.cpp162 const char* getTypeName() const override { return "SkCornerPathEffect"; } in getTypeName() function in SkCornerPathEffectImpl
DSkDiscretePathEffect.cpp153 const char* getTypeName() const override { return "SkDiscretePathEffect"; } in getTypeName() function in SkDiscretePathEffectImpl
DSk1DPathEffect.cpp124 const char* getTypeName() const override { return "SkPath1DPathEffectImpl"; } in getTypeName() function in SkPath1DPathEffectImpl
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl6 template<> const char* getTypeName<VkInstance> (void) { return "VkInstance"; } function
7 template<> const char* getTypeName<VkPhysicalDevice> (void) { return "VkPhysicalDevice"; } function
8 template<> const char* getTypeName<VkDevice> (void) { return "VkDevice"; } function
9 template<> const char* getTypeName<VkQueue> (void) { return "VkQueue"; } function
10 template<> const char* getTypeName<VkCommandBuffer> (void) { return "VkCommandBuffer"; } function
11 template<> const char* getTypeName<VkDeviceMemory> (void) { return "VkDeviceMemory"; } function
12 template<> const char* getTypeName<VkCommandPool> (void) { return "VkCommandPool"; } function
13 template<> const char* getTypeName<VkBuffer> (void) { return "VkBuffer"; } function
14 template<> const char* getTypeName<VkBufferView> (void) { return "VkBufferView"; } function
15 template<> const char* getTypeName<VkImage> (void) { return "VkImage"; } function
[all …]
/third_party/skia/src/shaders/
DSkShaderBase.h273 const char* getTypeName() const override { return nullptr; } in getTypeName() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php316 public function getTypeName() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp139 const char* getTypeName (void) const { return m_typeName.c_str(); } in getTypeName() function in rsg::VariableType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUHSAMetadataStreamer.cpp162 std::string MetadataStreamerV2::getTypeName(Type *Ty, bool Signed) const { in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerV2
608 std::string MetadataStreamerV3::getTypeName(Type *Ty, bool Signed) const { in getTypeName() function in llvm::AMDGPU::HSAMD::MetadataStreamerV3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h544 inline void RelocationRef::getTypeName(SmallVectorImpl<char> &Result) const { in getTypeName() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessagePatternUtil.java226 public String getTypeName() { in getTypeName() method in MessagePatternUtil.ArgNode
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePatternUtil.java240 public String getTypeName() { in getTypeName() method in MessagePatternUtil.ArgNode

12