HomeSort by relevance Sort by last modified time
    Searched defs:__TRIVIAL_DESTRUCTOR (Results 1 - 5 of 5) sorted by null

  /external/stlport/stlport/stl/config/
features.h 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {}
794 # define __TRIVIAL_DESTRUCTOR(__type)
798 __TRIVIAL_CONSTRUCTOR(__type) __TRIVIAL_DESTRUCTOR(__type)
    [all...]

Completed in 448 milliseconds