HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 1301 - 1325 of 2255) sorted by null

<<51525354555657585960>>

  /external/chromium/webkit/glue/media/
buffered_data_source.cc 495 // lock and running the destructor.
544 // lock and running the destructor.
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 337 // emit an initializer to register its destructor.
347 // emit an initializer to register its destructor.
  /external/compiler-rt/BlocksRuntime/
runtime.c 534 In these cases helper functions are synthesized by the compiler for use in Block_copy and Block_release, called the copy and dispose helpers. The copy helper emits a call to the C++ const copy constructor for C++ stack based objects and for the rest calls into the runtime support function _Block_object_assign. The dispose helper has a call to the C++ destructor for case 1 and a call into _Block_object_dispose for the rest.
544 When a __block variable is either a C++ object, an Objective-C object, or another Block then the compiler also generates copy/dispose helper functions. Similarly to the Block copy helper, the "__block" copy helper (formerly and still a.k.a. "byref" copy helper) will do a C++ copy constructor (not a const one though!) and the dispose helper will do the destructor. And similarly the helpers will call into the same two support functions with the same values for objects and Blocks with the additional BLOCK_BYREF_CALLER (128) bit of information supplied.
  /external/icu4c/common/
normalizer2.cpp 190 } // The ReorderingBuffer destructor finalizes the first string.
814 } // The ReorderingBuffer destructor finalizes firstString.
    [all...]
  /external/icu4c/common/unicode/
brkiter.h 103 * destructor
461 * must be closed by an explicit call to the destructor (not delete).
bytestrie.h 69 * Destructor.
271 * Destructor.
chariter.h 99 * Destructor.
365 * Destructor.
normalizer2.h 81 * Destructor.
465 * Destructor.
ucharstrie.h 69 * Destructor.
285 * Destructor.
  /external/icu4c/layout/
LEFontInstance.h 32 * Destructor.
86 * This virtual destructor is here so that the subclass
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 66 * clients responsibility to destroy the objects, so the destructor
398 * The destructor. Virtual so that it works correctly with
  /external/kernel-headers/original/linux/
blkdev.h 37 void (*dtor)(struct as_io_context *aic); /* destructor */
80 void (*dtor)(struct io_context *); /* destructor */
  /external/opencv/cxcore/include/
cvwimage.h 181 // destructor virtual.
279 // destructor virtual.
  /external/openssl/crypto/store/
store.h 88 /* Creators and destructor. */
388 /* Creator and destructor */
  /external/valgrind/unittest/
posix_tests.cc 1164 void Destructor(void *ptr) {
1181 pthread_key_create(&key, Destructor);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODRedBlackTree.h 37 // having its destructor called. This implementation internally
38 // allocates storage in large chunks and does not call the destructor
  /ndk/sources/cxx-stl/llvm-libc++/include/
sstream 110 // 27.8.3.1 Constructors/destructor:
146 // constructors/destructor
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 496 /* Return true if DECL is a destructor. */
536 region. For example, in C++, an exception thrown by a destructor
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 496 /* Return true if DECL is a destructor. */
536 region. For example, in C++, an exception thrown by a destructor
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
langhooks.h 496 /* Return true if DECL is a destructor. */
536 region. For example, in C++, an exception thrown by a destructor
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
langhooks.h 496 /* Return true if DECL is a destructor. */
536 region. For example, in C++, an exception thrown by a destructor
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 268 // __gthread_key we specify a destructor. When this destructor
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
mt_allocator.h 270 // __gthread_key we specify a destructor. When this destructor
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 576 // generated copy constructor, assignment, destructor are fine.
816 // Generated copy constructor, assignment, destructor are fine.

Completed in 918 milliseconds

<<51525354555657585960>>