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

  /external/icu4c/common/
mutex.h 78 * SimpleSingleton::getInstance() and TriStateSingleton::getInstance().
90 * Define a static SimpleSingleton instance via the STATIC_SIMPLE_SINGLETON macro.
92 struct SimpleSingleton {
113 #define STATIC_SIMPLE_SINGLETON(name) static SimpleSingleton name={ NULL }
116 * Handy wrapper for an SimpleSingleton.
117 * Intended for temporary use on the stack, to make the SimpleSingleton easier to deal with.
123 SimpleSingletonWrapper(SimpleSingleton &s) : singleton(s) {}
136 SimpleSingleton &singleton;
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 414 milliseconds