Searched defs:Importer (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/utility/importer/
H A Dimporter.cc9 void Importer::Cancel() {
13 Importer::Importer() : cancelled_(false) {} function in class:Importer
15 Importer::~Importer() {}
H A Dimporter.h18 class Importer : public base::RefCountedThreadSafe<Importer> { class in inherits:base::RefCountedThreadSafe
34 friend class base::RefCountedThreadSafe<Importer>;
36 Importer();
37 virtual ~Importer();
45 DISALLOW_COPY_AND_ASSIGN(Importer);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer { class in namespace:google::protobuf::compiler
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
193 // Used by the default implementation of Importer to resolve import statements
H A Dimporter.cc185 Importer::Importer(SourceTree* source_tree, function in class:google::protobuf::compiler::Importer
192 Importer::~Importer() {}
194 const FileDescriptor* Importer::Import(const string& filename) {
/external/icu/icu4c/source/i18n/
H A Dcollationruleparser.h93 class U_I18N_API Importer : public UObject { class in class:CollationRuleParser
95 virtual ~Importer();
104 * The Importer can be set, otherwise [import locale] syntax is not supported.
118 * Sets the pointer to an Importer object.
121 void setImporter(Importer *importerAlias) {
187 Importer *importer;
H A Dcollationruleparser.cpp56 CollationRuleParser::Importer::~Importer() {}
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.h56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer { class in namespace:google::protobuf::compiler
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
193 // Used by the default implementation of Importer to resolve import statements
H A Dimporter.cc185 Importer::Importer(SourceTree* source_tree, function in class:google::protobuf::compiler::Importer
192 Importer::~Importer() {}
194 const FileDescriptor* Importer::Import(const string& filename) {
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c229 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef
232 Importer import, float quality_factor, int lossless,
/external/webp/src/enc/
H A Dpicture.c229 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int); typedef
232 Importer import, float quality_factor, int lossless,
/external/clang/lib/AST/
H A DASTImporter.cpp31 ASTImporter &Importer; member in class:clang::ASTNodeImporter
34 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) { } argument
104 (IDK == IDK_Default && !Importer.isMinimalImport());
1423 Importer.FromDiag(SourceLocation(), diag::err_unsupported_ast_node)
1432 case BuiltinType::Id: return Importer.getToContext().SingletonId;
1445 if (Importer.getToContext().getLangOpts().CharIsSigned)
1446 return Importer.getToContext().UnsignedCharTy;
1448 return Importer
[all...]

Completed in 222 milliseconds