Searched refs:ClassName (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DNoncopyable.h27 #define WTF_MAKE_NONCOPYABLE(ClassName) \
29 ClassName(const ClassName&) = delete; \
30 ClassName& operator=(const ClassName&) = delete;
32 #define WTF_MAKE_NONCOPYABLE(ClassName) \
34 ClassName(const ClassName&); \
35 ClassName& operator=(const ClassName
[all...]
H A DNullPtr.h70 #define WTF_DISALLOW_CONSTRUCTION_FROM_ZERO(ClassName) \
72 ClassName(int) = delete
73 #define WTF_DISALLOW_ZERO_ASSIGNMENT(ClassName) \
75 ClassName& operator=(int) = delete
77 #define WTF_DISALLOW_CONSTRUCTION_FROM_ZERO(ClassName) \
79 ClassName(int)
80 #define WTF_DISALLOW_ZERO_ASSIGNMENT(ClassName) \
82 ClassName& operator=(int)
H A DVectorTraits.h95 #define WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(ClassName) \
98 struct VectorTraits<ClassName> : SimpleClassVectorTraits<ClassName> { }; \
101 #define WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(ClassName) \
104 struct VectorTraits<ClassName> : VectorTraitsBase<ClassName> \
111 #define WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(ClassName) \
114 struct VectorTraits<ClassName> : VectorTraitsBase<ClassName> \
H A DDefaultAllocator.h173 #define WTF_USE_ALLOCATOR(ClassName, Allocator) \
177 return Allocator::template malloc<void*, ClassName>(size); \
180 void* operator new[](size_t size) { return Allocator::template newArray<ClassName>(size); } \
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.h143 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_BEGIN(ClassName) \
151 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY(ClassName, sym) \
152 ClassName##_SYMBOL_TABLE_INDEX_##sym,
155 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_END(ClassName) \
156 ClassName##_SYMBOL_TABLE_SIZE \
159 extern const char ClassName##_kDllName[]; \
161 ClassName##_kSymbolNames[ClassName##_SYMBOL_TABLE_SIZE]; \
163 typedef ::webrtc_adm_linux::LateBindingSymbolTable<ClassName##_SYMBOL_TABLE_SIZE, \
164 ClassName##_kDllNam
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTInternalSList.h23 * It also makes SkTInternalSList<ClassName> a friend to give it access to the
26 #define SK_DECLARE_INTERNAL_SLIST_ADAPTER(ClassName, field) \
27 ClassName* getSListNext() { \
30 void setSListNext(ClassName* next) { \
33 friend class SkTInternalSList<ClassName>
42 #define SK_DECLARE_INTERNAL_SLIST_INTERFACE(ClassName) \
43 SK_DECLARE_INTERNAL_SLIST_ADAPTER(ClassName, fSListNext); \
44 SkPtrWrapper<ClassName> fSListNext
/external/skia/src/core/
H A DSkTInternalSList.h23 * It also makes SkTInternalSList<ClassName> a friend to give it access to the
26 #define SK_DECLARE_INTERNAL_SLIST_ADAPTER(ClassName, field) \
27 ClassName* getSListNext() { \
30 void setSListNext(ClassName* next) { \
33 friend class SkTInternalSList<ClassName>
42 #define SK_DECLARE_INTERNAL_SLIST_INTERFACE(ClassName) \
43 SK_DECLARE_INTERNAL_SLIST_ADAPTER(ClassName, fSListNext); \
44 SkPtrWrapper<ClassName> fSListNext
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_extension.cc81 scope_ = ClassName(descriptor_->extension_scope());
83 scope_ = ClassName(descriptor_->file());
92 vars["containing_type"] = ClassName(descriptor_->containing_type());
101 vars["type"] = ClassName(descriptor_->message_type());
104 vars["type"] = ClassName(descriptor_->enum_type());
137 vars["extendee"] = ClassName(descriptor_->containing_type());
149 vars["type"] = ClassName(descriptor_->message_type());
150 vars["prototype"] = ClassName(descriptor_->message_type()) +
154 vars["type"] = ClassName(descriptor_->enum_type());
155 vars["enum_map"] = ClassName(descriptor
[all...]
H A Djava_service.cc78 "file", ClassName(descriptor_->file()),
188 vars["input"] = ClassName(method->input_type());
189 vars["output"] = ClassName(method->output_type());
233 vars["input"] = ClassName(method->input_type());
234 vars["output"] = ClassName(method->output_type());
277 vars["type"] = ClassName(
306 "classname", ClassName(descriptor_));
329 vars["output"] = ClassName(method->output_type());
393 vars["output"] = ClassName(method->output_type());
416 vars["input"] = ClassName(metho
[all...]
H A Djava_helpers.h78 inline string ClassName(const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::java
81 inline string ClassName(const EnumDescriptor* descriptor) { function in namespace:google::protobuf::compiler::java
84 inline string ClassName(const ServiceDescriptor* descriptor) { function in namespace:google::protobuf::compiler::java
90 string ClassName(const FileDescriptor* descriptor);
H A Djava_message.cc168 vars["classname"] = ClassName(descriptor_);
207 vars["classname"] = ClassName(descriptor_);
239 "classname", ClassName(descriptor_));
325 "fileclass", ClassName(descriptor_->file()),
381 "file", ClassName(descriptor_->file()),
577 "classname", ClassName(descriptor_));
603 "classname", ClassName(descriptor_));
611 "classname", ClassName(descriptor_));
617 "classname", ClassName(descriptor_));
624 "classname", ClassName(descriptor
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.h88 inline string ClassName(const Params& params, const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
92 string ClassName(const Params& params, const EnumDescriptor* descriptor);
93 inline string ClassName(const Params& params, function in namespace:google::protobuf::compiler::javamicro
102 string ClassName(const Params& params, const FileDescriptor* descriptor);
H A Djavamicro_helpers.cc165 result.append(ClassName(params, parent));
169 result.append(ClassName(params, file));
176 string ClassName(const Params& params, const FileDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
183 string ClassName(const Params& params, const EnumDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
188 return ClassName(params, parent);
190 return ClassName(params, descriptor->file());
339 return ClassName(params, field->enum_type()) + "." +
343 return ClassName(params, field->message_type()) + ".getDefaultInstance()";
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc54 return ClassName(extendee, true);
71 type_traits_.append(ClassName(descriptor_->enum_type(), true));
73 type_traits_.append(ClassName(descriptor_->enum_type(), true));
81 type_traits_.append(ClassName(descriptor_->message_type(), true));
128 ClassName(descriptor_->extension_scope(), false) + "::";
187 "type", ClassName(descriptor_->enum_type(), true));
196 "type", ClassName(descriptor_->message_type(), true));
H A Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true);
149 sub_vars["output_type"] = ClassName(method->output_type(), true);
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
220 sub_vars["output_type"] = ClassName(method->output_type(), true);
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
250 sub_vars["output_type"] = ClassName(method->output_type(), true);
294 sub_vars["type"] = ClassName(type, true);
317 sub_vars["input_type"] = ClassName(method->input_type(), true);
318 sub_vars["output_type"] = ClassName(method->output_type(), true);
H A Dcpp_enum.cc51 classname_(ClassName(descriptor, false)),
130 "classname", ClassName(descriptor_, true));
185 vars["parent"] = ClassName(descriptor_->containing_type(), false);
239 vars["parent"] = ClassName(descriptor_->containing_type(), false);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_extension.cc54 return ClassName(extendee, true);
71 type_traits_.append(ClassName(descriptor_->enum_type(), true));
73 type_traits_.append(ClassName(descriptor_->enum_type(), true));
81 type_traits_.append(ClassName(descriptor_->message_type(), true));
128 ClassName(descriptor_->extension_scope(), false) + "::";
187 "type", ClassName(descriptor_->enum_type(), true));
196 "type", ClassName(descriptor_->message_type(), true));
H A Dcpp_service.cc148 sub_vars["input_type"] = ClassName(method->input_type(), true);
149 sub_vars["output_type"] = ClassName(method->output_type(), true);
219 sub_vars["input_type"] = ClassName(method->input_type(), true);
220 sub_vars["output_type"] = ClassName(method->output_type(), true);
249 sub_vars["input_type"] = ClassName(method->input_type(), true);
250 sub_vars["output_type"] = ClassName(method->output_type(), true);
294 sub_vars["type"] = ClassName(type, true);
317 sub_vars["input_type"] = ClassName(method->input_type(), true);
318 sub_vars["output_type"] = ClassName(method->output_type(), true);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc80 "file", ClassName(descriptor_->file()),
197 vars["input"] = ClassName(method->input_type());
198 vars["output"] = ClassName(method->output_type());
242 vars["input"] = ClassName(method->input_type());
243 vars["output"] = ClassName(method->output_type());
286 vars["type"] = ClassName(
315 "classname", ClassName(descriptor_));
338 vars["output"] = ClassName(method->output_type());
402 vars["output"] = ClassName(method->output_type());
425 vars["input"] = ClassName(metho
[all...]
H A Djava_helpers.h81 string ClassName(const Descriptor* descriptor);
82 string ClassName(const EnumDescriptor* descriptor);
83 string ClassName(const ServiceDescriptor* descriptor);
84 string ClassName(const FileDescriptor* descriptor);
H A Djava_extension.cc82 scope_ = ClassName(descriptor_->extension_scope());
84 scope_ = ClassName(descriptor_->file());
97 vars["containing_type"] = ClassName(descriptor->containing_type());
112 singular_type = ClassName(descriptor->message_type());
116 singular_type = ClassName(descriptor->enum_type());
H A Djava_message.cc174 vars["classname"] = ClassName(descriptor_);
213 vars["classname"] = ClassName(descriptor_);
318 ClassName(descriptor_));
328 ClassName(descriptor_));
516 "classname", ClassName(descriptor_));
523 "classname", ClassName(descriptor_));
664 "classname", ClassName(descriptor_));
690 "classname", ClassName(descriptor_));
710 "classname", ClassName(descriptor_));
716 "classname", ClassName(descriptor
[all...]
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.h93 inline string ClassName(const Params& params, const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::javanano
97 string ClassName(const Params& params, const EnumDescriptor* descriptor);
98 inline string ClassName(const Params& params, function in namespace:google::protobuf::compiler::javanano
107 string ClassName(const Params& params, const FileDescriptor* descriptor);
/external/llvm/include/llvm/TableGen/
H A DSetTheory.h108 void addExpander(StringRef ClassName, Expander*);
110 /// addFieldExpander - Add an expander for ClassName that simply evaluates
118 void addFieldExpander(StringRef ClassName, StringRef FieldName);
/external/chromium_org/base/
H A Dlogging.h303 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \
304 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__)
305 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \
306 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__)
307 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \
308 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
309 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \
310 logging::ClassName(__FILE__, __LINE__, logging::LOG_FATAL , ##__VA_ARGS__)
311 #define COMPACT_GOOGLE_LOG_EX_DFATAL(ClassName, ...) \
312 logging::ClassName(__FILE_
[all...]

Completed in 318 milliseconds

1234