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

/external/chromium_org/gin/
H A Ddictionary.cc22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) { function in class:gin::Dictionary
/external/chromium_org/remoting/protocol/
H A Dsession_config.cc152 scoped_ptr<CandidateSessionConfig> CandidateSessionConfig::CreateEmpty() { function in class:remoting::protocol::CandidateSessionConfig
159 scoped_ptr<CandidateSessionConfig> result = CreateEmpty();
169 scoped_ptr<CandidateSessionConfig> result = CreateEmpty();
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.h223 static T CreateEmpty() { function in struct:ExtensionAction::ValueTraits
250 return ValueTraits<T>::CreateEmpty();
298 static int CreateEmpty() { function in struct:ExtensionAction::ValueTraits
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { function in class:SkFontStyleSet
106 return SkFontStyleSet::CreateEmpty();
147 fsset = SkFontStyleSet::CreateEmpty();
H A DSkPathRef.cpp38 SkPathRef* SkPathRef::CreateEmpty() { function in class:SkPathRef
/external/skia/src/core/
H A DSkFontHost.cpp87 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { function in class:SkFontStyleSet
106 return SkFontStyleSet::CreateEmpty();
139 fsset = SkFontStyleSet::CreateEmpty();
H A DSkPathRef.cpp38 SkPathRef* SkPathRef::CreateEmpty() { function in class:SkPathRef
/external/chromium_org/dbus/
H A Dmessage.cc418 scoped_ptr<Response> Response::CreateEmpty() { function in class:dbus::Response
/external/clang/lib/AST/
H A DExprCXX.cpp312 UnresolvedLookupExpr::CreateEmpty(const ASTContext &C, function in class:UnresolvedLookupExpr
470 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &C, function in class:DependentScopeDeclRefExpr
606 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, function in class:CXXStaticCastExpr
631 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, function in class:CXXDynamicCastExpr
689 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { function in class:CXXReinterpretCastExpr
704 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { function in class:CXXConstCastExpr
723 CXXFunctionalCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { function in class:CXXFunctionalCastExpr
1173 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &C, unsigned NumArgs) { function in class:CXXUnresolvedConstructExpr
1271 CXXDependentScopeMemberExpr::CreateEmpty(const ASTContext &C, function in class:CXXDependentScopeMemberExpr
1378 UnresolvedMemberExpr::CreateEmpty(cons function in class:UnresolvedMemberExpr
1456 FunctionParmPackExpr::CreateEmpty(const ASTContext &Context, function in class:FunctionParmPackExpr
[all...]
H A DStmt.cpp294 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, function in class:AttributedStmt
745 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, function in class:ObjCAtTryStmt
1139 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, function in class:OMPPrivateClause
1163 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, function in class:OMPFirstprivateClause
1185 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, function in class:OMPLastprivateClause
1207 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, function in class:OMPSharedClause
1231 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, function in class:OMPLinearClause
1253 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, function in class:OMPAlignedClause
1275 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, function in class:OMPCopyinClause
1297 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(cons function in class:OMPCopyprivateClause
1324 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C, function in class:OMPReductionClause
1349 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, function in class:OMPParallelDirective
1374 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, function in class:OMPSimdDirective
1400 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, function in class:OMPForDirective
1425 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, function in class:OMPSectionsDirective
1447 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, function in class:OMPSectionDirective
1471 OMPSingleDirective *OMPSingleDirective::CreateEmpty(const ASTContext &C, function in class:OMPSingleDirective
1498 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, function in class:OMPParallelForDirective
1522 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, function in class:OMPParallelSectionsDirective
[all...]
H A DExpr.cpp423 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, function in class:DeclRefExpr
819 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &C, function in class:StringLiteral
1283 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, function in class:OffsetOfExpr
1700 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, function in class:ImplicitCastExpr
1722 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, function in class:CStyleCastExpr
3538 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, function in class:ObjCMessageExpr
3808 DesignatedInitExpr *DesignatedInitExpr::CreateEmpty(const ASTContext &C, function in class:DesignatedInitExpr
4068 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, function in class:ObjCArrayLiteral
4128 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, function in class:ObjCDictionaryLiteral

Completed in 3597 milliseconds