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

123

/external/webkit/Source/JavaScriptCore/wtf/
H A DNoncopyable.h29 #define WTF_MAKE_NONCOPYABLE(ClassName) \
34 ClassName(const ClassName&) = delete; \
35 ClassName& operator=(const ClassName&) = delete; \
38 #define WTF_MAKE_NONCOPYABLE(ClassName) \
40 ClassName(const ClassName&); \
41 ClassName& operator=(const ClassName
[all...]
/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...]
H A Djava_enum.cc169 "file", ClassName(descriptor_->file()),
174 "parent", ClassName(descriptor_->containing_type()),
223 "file", ClassName(descriptor_->file()));
H A Djava_enum_field.cc61 (*variables)["type"] = ClassName(descriptor->enum_type());
168 return ClassName(descriptor_->enum_type());
367 return ClassName(descriptor_->enum_type());
H A Djava_message_field.cc60 (*variables)["type"] = ClassName(descriptor->message_type());
183 return ClassName(descriptor_->message_type());
329 return ClassName(descriptor_->message_type());
H A Djava_helpers.cc154 result = ClassName(file);
169 string ClassName(const FileDescriptor* descriptor) { function in namespace:google::protobuf::compiler::java
324 return ClassName(field->enum_type()) + "." +
328 return ClassName(field->message_type()) + ".getDefaultInstance()";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.h80 inline string ClassName(const Params& params, const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
83 string ClassName(const Params& params, const EnumDescriptor* descriptor);
84 inline string ClassName(const Params& params, function in namespace:google::protobuf::compiler::javamicro
92 string ClassName(const Params& params, const FileDescriptor* descriptor);
H A Djavamicro_message_field.cc60 (*variables)["type"] = ClassName(params, descriptor->message_type());
148 return ClassName(params_, descriptor_->message_type());
296 return ClassName(params_, descriptor_->message_type());
H A Djavamicro_helpers.cc168 result = ClassName(params, file);
197 string ClassName(const Params& params, const FileDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
204 string ClassName(const Params& params, const EnumDescriptor* descriptor) { function in namespace:google::protobuf::compiler::javamicro
377 return ClassName(params, field->enum_type()) + "." +
381 return ClassName(params, field->message_type()) + ".getDefaultInstance()";
H A Djavamicro_enum_field.cc133 return ClassName(params_, descriptor_->enum_type());
327 return ClassName(params_, descriptor_->enum_type());
/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);
H A Dcpp_helpers.h56 // Then the qualified ClassName for Qux would be:
60 string ClassName(const Descriptor* descriptor, bool qualified);
61 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
83 // is just ClassName(field->message_type(), true);
H A Dcpp_helpers.cc115 string ClassName(const Descriptor* descriptor, bool qualified) { function in namespace:google::protobuf::compiler::cpp
132 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { function in namespace:google::protobuf::compiler::cpp
140 string result = ClassName(enum_descriptor->containing_type(), qualified);
181 return ClassName(field->message_type(), true);
292 ClassName(field->enum_type(), true),
/external/llvm/utils/TableGen/
H A DSetTheory.h106 void addExpander(StringRef ClassName, Expander*);
108 /// addFieldExpander - Add an expander for ClassName that simply evaluates
116 void addFieldExpander(StringRef ClassName, StringRef FieldName);
H A DSubtargetEmitter.cpp34 void Enumeration(raw_ostream &OS, const char *ClassName, bool isBits);
72 const char *ClassName,
75 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
776 std::string ClassName = Target + "GenSubtargetInfo"; local
779 OS << "struct " << ClassName << " : public TargetSubtargetInfo {\n"
780 << " explicit " << ClassName << "(StringRef TT, StringRef CPU, " local
803 OS << ClassName << "::" << ClassName << "(StringRef TT, StringRef CPU, " local
71 Enumeration(raw_ostream &OS, const char *ClassName, bool isBits) argument
/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...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypedBlock.java160 locals[0] = new TypeData.ClassName(className);
196 types[n] = new TypeData.ClassName(desc.substring(i0, ++i2));
198 types[n] = new TypeData.ClassName(desc.substring(i0 + 1, ++i2 - 1)
203 types[n] = new TypeData.ClassName(desc.substring(i0, ++i));
H A DTypeData.java322 public static class ClassName extends TypeName { class in class:TypeData
325 public ClassName(String n) { method in class:TypeData.ClassName
330 return new ClassName(name);
343 public static class NullType extends ClassName {
475 return new ClassName(className);
/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.h91 DECLARE_ANIMATED_STRING(ClassName, className)

Completed in 237 milliseconds

123