Home
last modified time | relevance | path

Searched defs:Namespace (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.h294 struct Namespace : public base::RefCountedThreadSafe<Namespace> { struct
307 friend class base::RefCountedThreadSafe<Namespace>; argument
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h100 struct WEBKIT_STORAGE_COMMON_EXPORT Namespace { struct
110 NamespaceType type; argument
117 typedef std::vector<Namespace> NamespaceVector; argument
Dappcache_interfaces.cc52 Namespace::Namespace() in Namespace() function in appcache::Namespace
58 Namespace::Namespace( in Namespace() function in appcache::Namespace
67 Namespace::Namespace( in Namespace() function in appcache::Namespace
/external/chromium/third_party/libjingle/overrides/talk/xmllite/
Dqname.h22 const std::string & Namespace() const { return namespace_; } in Namespace() function
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_namespace.h15 enum Namespace { enum
/external/clang/include/clang/Lex/
DPPCallbacks.h199 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
206 StringRef Namespace) { in PragmaDiagnosticPush()
212 StringRef Namespace) { in PragmaDiagnosticPop()
216 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
379 virtual void PragmaMessage(SourceLocation Loc, StringRef Namespace, in PragmaMessage()
386 StringRef Namespace) { in PragmaDiagnosticPush()
392 StringRef Namespace) { in PragmaDiagnosticPop()
397 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dqname.h61 const std::string& Namespace() const { return namespace_; } in Namespace() function
/external/chromium/third_party/libjingle/source/talk/xmllite/
Dqname.h53 const std::string & Namespace() const { return data_->namespace_; } in Namespace() function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLTreeBuilderSimulator.h41 enum Namespace { enum
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp433 StringRef Namespace, in PragmaMessage()
472 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush()
480 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPop()
488 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic()
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp203 const std::string &Namespace, in initOperandMapData()
243 const std::string &Namespace = Target.getInstNamespace(); in emitOperandNameMappings() local
531 std::string Namespace = Target.getInstNamespace(); in emitEnums() local
DRegisterInfoEmitter.cpp76 std::string Namespace = Registers[0]->TheDef->getValueAsString("Namespace"); in runEnums() local
143 std::string Namespace = in runEnums() local
342 std::string Namespace = Regs[0]->TheDef->getValueAsString("Namespace"); in EmitRegMappingTables() local
455 std::string Namespace = Regs[0]->TheDef->getValueAsString("Namespace"); in EmitRegMapping() local
DCodeGenRegisters.h39 std::string Namespace; variable
275 std::string Namespace; variable
DCodeGenTarget.cpp120 std::string Namespace; in getQualifiedName() local
DCodeGenInstruction.h203 std::string Namespace; // The namespace the instruction is in. variable
/external/clang/lib/Lex/
DPragma.cpp726 void Preprocessor::AddPragmaHandler(StringRef Namespace, in AddPragmaHandler()
757 void Preprocessor::RemovePragmaHandler(StringRef Namespace, in RemovePragmaHandler()
937 const char *Namespace; member
1031 const StringRef Namespace; member
/external/clang/include/clang/AST/
DNestedNameSpecifier.h77 Namespace, enumerator
/external/chromium_org/tools/json_schema_compiler/
Didl_schema.py316 class Namespace(object): class
Dmodel.py78 class Namespace(object): class
/external/clang/test/SemaCXX/
Dcxx11-user-defined-literals.cpp131 namespace Namespace { namespace
Dexpression-traits.cpp289 namespace Namespace namespace
/external/clang/lib/AST/
DNestedNameSpecifier.cpp526 NamespaceDecl *Namespace, in Extend()
/external/clang/tools/libclang/
DIndexingContext.cpp1136 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(D)) in getRefCursor() local
1138 if (const NamespaceAliasDecl *Namespace = dyn_cast<NamespaceAliasDecl>(D)) in getRefCursor() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp572 if (NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(SD)) { in BuildCXXNestedNameSpecifier() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp786 std::string Namespace = Spellings[I]->getValueAsString("Namespace"); in writePrettyPrintFunction() local
1274 SmallString<16> Namespace; in EmitClangAttrSpellingListIndex() local

12