HomeSort by relevance Sort by last modified time
    Searched refs:CreateEmpty (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/chromeos/dbus/
modem_messaging_client_unittest.cc 209 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
228 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
cros_disks_client_unittest.cc 61 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
  /external/clang/include/clang/AST/
StmtOpenMP.h 240 static OMPPrivateClause *CreateEmpty(ASTContext &C, unsigned N);
399 static OMPParallelDirective *CreateEmpty(ASTContext &C, unsigned N,
ExprCXX.h 249 static CXXStaticCastExpr *CreateEmpty(ASTContext &Context,
281 static CXXDynamicCastExpr *CreateEmpty(ASTContext &Context,
318 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
349 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
    [all...]
StmtObjC.h 188 static ObjCAtTryStmt *CreateEmpty(ASTContext &Context,
ExprObjC.h 151 static ObjCArrayLiteral *CreateEmpty(ASTContext &C, unsigned NumElements);
298 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
    [all...]
Expr.h     [all...]
Stmt.h 822 static AttributedStmt *CreateEmpty(ASTContext &C, unsigned NumAttrs);
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 314 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
331 response = dbus::Response::CreateEmpty();
335 response = dbus::Response::CreateEmpty();
347 response = dbus::Response::CreateEmpty();
360 response = dbus::Response::CreateEmpty();
378 response = dbus::Response::CreateEmpty();
395 response = dbus::Response::CreateEmpty();
412 response = dbus::Response::CreateEmpty();
430 response = dbus::Response::CreateEmpty();
    [all...]
  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table_unittest.cc 51 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
98 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
134 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
ibus_config_client_unittest.cc 226 scoped_ptr<dbus::Response> response(dbus::Response::CreateEmpty());
  /external/chromium_org/dbus/
mock_unittest.cc 94 scoped_ptr<Response> response = Response::CreateEmpty();
message.h 214 static scoped_ptr<Response> CreateEmpty();
message.cc 418 scoped_ptr<Response> Response::CreateEmpty() {
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 159 Source *Source::CreateEmpty(BCCContext &pContext, const std::string &pName) {
  /external/clang/lib/AST/
ExprCXX.cpp 251 UnresolvedLookupExpr::CreateEmpty(ASTContext &C,
408 DependentScopeDeclRefExpr::CreateEmpty(ASTContext &C,
544 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(ASTContext &C,
569 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(ASTContext &C,
627 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
642 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {
661 CXXFunctionalCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
    [all...]
Stmt.cpp 294 AttributedStmt *AttributedStmt::CreateEmpty(ASTContext &C, unsigned NumAttrs) {
747 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(ASTContext &Context,
    [all...]
Expr.cpp 448 DeclRefExpr *DeclRefExpr::CreateEmpty(ASTContext &Context,
781 StringLiteral *StringLiteral::CreateEmpty(ASTContext &C, unsigned NumStrs) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/chromium_org/remoting/protocol/
content_description.cc 219 CandidateSessionConfig::CreateEmpty());
  /external/chromium_org/third_party/skia/src/core/
SkPathRef.h 123 static SkPathRef* CreateEmpty() {
SkPath.cpp 163 : fPathRef(SkPathRef::CreateEmpty())
370 fPathRef.reset(SkPathRef::CreateEmpty());
    [all...]
  /external/skia/src/core/
SkPathRef.h 123 static SkPathRef* CreateEmpty() {
SkPath.cpp 163 : fPathRef(SkPathRef::CreateEmpty())
370 fPathRef.reset(SkPathRef::CreateEmpty());
    [all...]
  /external/chromium_org/remoting/host/
chromoting_host_unittest.cc 172 protocol::CandidateSessionConfig::CreateEmpty();

Completed in 1385 milliseconds

12