Searched refs:ClassName (Results 1 - 25 of 93) 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.h57 #define WTF_DISALLOW_CONSTRUCTION_FROM_ZERO(ClassName) \
59 ClassName(int) = delete
61 #define WTF_DISALLOW_CONSTRUCTION_FROM_ZERO(ClassName) \
63 ClassName(int)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlatebindingsymboltable.h141 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_BEGIN(ClassName) \
149 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_ENTRY(ClassName, sym) \
150 ClassName##_SYMBOL_TABLE_INDEX_##sym,
153 #define LATE_BINDING_SYMBOL_TABLE_DECLARE_END(ClassName) \
154 ClassName##_SYMBOL_TABLE_SIZE \
157 extern const char ClassName##_kDllName[]; \
159 ClassName##_kSymbolNames[ClassName##_SYMBOL_TABLE_SIZE]; \
161 typedef ::talk_base::LateBindingSymbolTable<ClassName##_SYMBOL_TABLE_SIZE, \
162 ClassName##_kDllNam
[all...]
/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);
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/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.h92 inline string ClassName(const Params& params, const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::javanano
96 string ClassName(const Params& params, const EnumDescriptor* descriptor);
97 inline string ClassName(const Params& params, function in namespace:google::protobuf::compiler::javanano
106 string ClassName(const Params& params, const FileDescriptor* descriptor);
H A Djavanano_extension.cc51 (*variables)["extends"] = ClassName(params, descriptor->containing_type());
60 type = ClassName(params, descriptor->message_type());
H A Djavanano_message_field.cc63 (*variables)["type"] = ClassName(params, descriptor->message_type());
122 return ClassName(params_, descriptor_->message_type());
194 return ClassName(params_, descriptor_->message_type());
/external/chromium_org/base/
H A Dlogging.h328 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \
329 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__)
330 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \
331 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__)
332 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \
333 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
334 #define COMPACT_GOOGLE_LOG_EX_ERROR_REPORT(ClassName, ...) \
335 logging::ClassName(__FILE__, __LINE__, \
337 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \
338 logging::ClassName(__FILE_
[all...]
/external/llvm/utils/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/base/
H A Dlogging.h301 #define COMPACT_GOOGLE_LOG_EX_INFO(ClassName, ...) \
302 logging::ClassName(__FILE__, __LINE__, logging::LOG_INFO , ##__VA_ARGS__)
303 #define COMPACT_GOOGLE_LOG_EX_WARNING(ClassName, ...) \
304 logging::ClassName(__FILE__, __LINE__, logging::LOG_WARNING , ##__VA_ARGS__)
305 #define COMPACT_GOOGLE_LOG_EX_ERROR(ClassName, ...) \
306 logging::ClassName(__FILE__, __LINE__, logging::LOG_ERROR , ##__VA_ARGS__)
307 #define COMPACT_GOOGLE_LOG_EX_ERROR_REPORT(ClassName, ...) \
308 logging::ClassName(__FILE__, __LINE__, \
310 #define COMPACT_GOOGLE_LOG_EX_FATAL(ClassName, ...) \
311 logging::ClassName(__FILE_
[all...]

Completed in 1361 milliseconds

1234