HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 276 - 300 of 3464) sorted by null

<<11121314151617181920>>

  /external/chromium_org/sync/engine/
sync_directory_commit_contribution.h 35 // This destructor will DCHECK if UnsetSyncingBits() has not been called yet.
94 // called. This flag must be unset by the time our destructor is called.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.h 95 // To properly revert partially successful initializtions in the destructor, we record all successful steps.
104 // List of those flags which require actions during the destructor.
  /external/chromium_org/third_party/WebKit/Source/heap/
ThreadState.h 79 // because it will introduce global constructor and destructor.
82 // constructor and destructor for the ThreadState class.
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabaseLoader.h 52 // Both constructor and destructor must be called from the main thread.
69 // Both constructor and destructor must be called from the main thread.
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 161 // parent destructor does it all
198 // parent destructor does it all
  /external/chromium_org/third_party/libjingle/source/talk/base/
worker.h 46 // The destructor may not be called if the worker is currently running
48 // destructor.
  /external/chromium_org/ui/aura/
window_delegate.h 73 // Called from Window's destructor before OnWindowDestroyed and before the
78 // Called when the Window has been destroyed (i.e. from its destructor). This
window_observer.h 87 // destructor). This is called before the window is removed from its parent.
91 // its destructor). This is called after the window is removed from
  /external/clang/include/clang/AST/
GlobalDecl.h 26 /// a CXXDestructorDecl and the destructor type (Base, Complete) or
118 // copy assignment operator, and destructor are all trivial.
  /external/clang/test/CodeGenCXX/
destructors.cpp 19 // Base with non-trivial destructor
26 // Field with non-trivial destructor
78 // destructor throws, the remaining destructors aren't run. Fix it,
94 // complete destructor alias tested above
126 struct A { ~A(); char ***m; }; // non-trivial destructor
127 struct B { ~B(); }; // non-trivial destructor
128 struct Empty { }; // trivial destructor, empty
129 struct NonEmpty { int x; }; // trivial destructor, non-empty
microsoft-abi-methods.cpp 78 // Make sure that the Base destructor call in the Child denstructor uses
84 // Make sure that the Base destructor definition uses the right CC:
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 77 no_dtor nd; // expected-note {{field 'nd' has a deleted destructor}}
80 struct bad_base_dtor : no_dtor { // expected-note {{base class 'no_dtor' has a deleted destructor}}
deprecated.cpp 61 // expected-warning@-1 {{definition of implicit copy constructor for 'Dtor' is deprecated because it has a user-declared destructor}}
62 // expected-warning@-2 {{definition of implicit copy assignment operator for 'Dtor' is deprecated because it has a user-declared destructor}}
discrim-union.cpp 79 // FIXME: declare a destructor iff any element has a nontrivial destructor
return-noreturn.cpp 4 // A destructor may be marked noreturn and should still influence the CFG.
75 // destructor instead of temporaries.
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 161 // parent destructor does it all
198 // parent destructor does it all
  /external/icu4c/layout/
LEInsertionList.h 43 * The destructor
77 * The destructor.
  /external/icu4c/samples/layout/
cmaps.cpp 167 // parent destructor does it all
204 // parent destructor does it all
  /external/icu4c/test/letest/
cmaps.cpp 161 // parent destructor does it all
198 // parent destructor does it all
  /external/v8/src/
smart-array-pointer.h 36 // destructor is called.
52 // When the destructor of the scoped pointer is executed the plain pointer
  /ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp 99 // A class with a non-trivial destructor -- it needs a cookie.
130 // There should be a cookie when using a non-trivial destructor.
  /ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp 99 // A class with a non-trivial destructor -- it needs a cookie.
130 // There should be a cookie when using a non-trivial destructor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_construct.h 107 * a trivial destructor, the compiler should optimize all of this
123 * destroy() even if _Tp has a trivial destructor.

Completed in 527 milliseconds

<<11121314151617181920>>