Home
last modified time | relevance | path

Searched defs:ClassName (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp680 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewRecord() argument
683 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewRecord() argument
685 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewRecord() argument
686 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in fromCodeViewRecord() argument
732 #define TYPE_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument
736 #define TYPE_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument
738 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in mapping() argument
739 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) in mapping() argument
761 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument
765 #define MEMBER_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument
[all …]
DCodeViewYAMLSymbols.cpp595 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in fromCodeViewSymbol() argument
598 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in fromCodeViewSymbol() argument
624 #define SYMBOL_RECORD(EnumName, EnumVal, ClassName) \ in mapping() argument
629 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, AliasName, ClassName) \ in mapping() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTLS.h80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
DclassName.js14 var ClassName = /*#__PURE__*/function (_Node) { class
16 function ClassName(opts) { class in ClassName
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h212 #define COMPACT_ANGLE_LOG_EX_EVENT(ClassName, ...) \ argument
214 #define COMPACT_ANGLE_LOG_EX_INFO(ClassName, ...) \ argument
216 #define COMPACT_ANGLE_LOG_EX_WARN(ClassName, ...) \ argument
218 #define COMPACT_ANGLE_LOG_EX_ERR(ClassName, ...) \ argument
220 #define COMPACT_ANGLE_LOG_EX_FATAL(ClassName, ...) \ argument
/third_party/gn/src/base/
Dlogging.h168 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \ argument
170 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \ argument
173 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \ argument
175 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \ argument
177 #define COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName, ...) \ argument
179 #define COMPACT_GOOGLE_LOG_EX_DCHECK(ClassName, ...) \ argument
196 #define COMPACT_GOOGLE_LOG_EX_0(ClassName, ...) \ argument
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dglue.h75 #define PROTOCOL_DISALLOW_COPY(ClassName) \ argument
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc269 std::string ClassName(const Descriptor* descriptor) { in ClassName() function
274 std::string ClassName(const EnumDescriptor* descriptor) { in ClassName() function
279 std::string ClassName(const ServiceDescriptor* descriptor) { in ClassName() function
284 std::string ClassName(const FileDescriptor* descriptor) { in ClassName() function
/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc66 #define TYPE_NAME_CASE(ClassName, ...) \ in GetTypedObjectByHint() argument
86 #define DEFINE_METHOD(ClassName) \ in GetTypedObjectForString() argument
109 #define INSTANCE_TYPE_CASE(ClassName, INSTANCE_TYPE) \ in GetTypedObjectByInstanceType() argument
125 #define INSTANCE_RANGE_CASE(ClassName, FIRST_TYPE, LAST_TYPE) \ in GetTypedObjectByInstanceType() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp274 void SetTheory::addExpander(StringRef ClassName, std::unique_ptr<Expander> E) { in addExpander()
278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/third_party/skia/src/core/
DSkTInternalLList.h17 #define SK_DECLARE_INTERNAL_LLIST_INTERFACE(ClassName) \ argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h127 inline std::string ClassName(const Descriptor* descriptor, bool qualified) { in ClassName() function
132 inline std::string ClassName(const EnumDescriptor* descriptor, bool qualified) { in ClassName() function
Dcpp_helpers.cc330 std::string ClassName(const Descriptor* descriptor) { in ClassName() function
339 std::string ClassName(const EnumDescriptor* enum_descriptor) { in ClassName() function
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc461 string ClassName(const Descriptor* descriptor) { in ClassName() function
465 string ClassName(const Descriptor* descriptor, string* out_suffix_added) { in ClassName() function
/third_party/libabigail/tests/lib/
Dcatch.hpp875 #define INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD0(TestName, ClassName) argument
876 #define INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD1(TestName, ClassName, signature)\ argument
882 #define INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD_X(TestName, ClassName, signature, ...)\ argument
900 #define INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD(TestName, ClassName, ...) INTERNAL_CATCH_VA_NARGS_IM… argument
910 #define INTERNAL_CATCH_DECLARE_SIG_TEST_METHOD(TestName, ClassName, ...) INTERNAL_CATCH_EXPAND_VARG… argument
997 #define INTERNAL_CATCH_TESTCASE_METHOD_NO_REGISTRATION( TestName, ClassName, ... ) \ argument
1006 …H_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION_2( TestNameClass, TestName, ClassName, Name, Tags, Sig… argument
1031 … #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION( ClassName, Name, Tags,... ) \ argument
1034 … #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_NO_REGISTRATION( ClassName, Name, Tags,... ) \ argument
1039 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_METHOD_SIG_NO_REGISTRATION( ClassName, Name, Tags, Signa… argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawTypes.h81 support::ulittle16_t ClassName; // Byte index of the class name in the member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp1104 StringLiteral ClassName; in verifyNameIndexAttribute() member
/third_party/node/deps/v8/src/objects/
Dobjects-body-descriptors-inl.h1056 #define CALL_APPLY(ClassName) \ in BodyDescriptorApply() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp72236 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in mozilla::dom::NodeInfo::cycleCollection
84127 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in nsNodeInfoManager::cycleCollection
93025 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in nsNodeSupportsWeakRefTearoff::cycleCollection
93124 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in mozilla::dom::FragmentOrElement::cycleCollection
93803 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in mozilla::dom::Attr::cycleCollection
94116 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in nsDOMAttributeMap::cycleCollection
105832 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in mozilla::StyleSheet::cycleCollection
127720 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in nsJSContext::cycleCollection
127902 …, nsCycleCollectionTraversalCallback &cb) override; virtual const char* ClassName() override { ret… in Downcast() function in mozilla::dom::CallbackObject::cycleCollection
135796 virtual const char* ClassName() override { return "JSGCThingParticipant"; }; in ClassName() function in mozilla::JSGCThingParticipant
[all …]