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

  /external/icu4c/common/
mutex.h 78 * SimpleSingleton::getInstance() and TriStateSingleton::getInstance().
88 * otherwise use a TriStateSingleton.
143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
145 struct TriStateSingleton {
169 #define STATIC_TRI_STATE_SINGLETON(name) static TriStateSingleton name={ NULL, U_ZERO_ERROR }
172 * Handy wrapper for a TriStateSingleton.
173 * Intended for temporary use on the stack, to make the TriStateSingleton easier to deal with.
179 TriStateSingletonWrapper(TriStateSingleton &s) : singleton(s) {}
192 TriStateSingleton &singleton;
  /external/chromium_org/third_party/icu/source/common/
mutex.h 78 * SimpleSingleton::getInstance() and TriStateSingleton::getInstance().
88 * otherwise use a TriStateSingleton.
143 * Define a static TriStateSingleton instance via the STATIC_TRI_STATE_SINGLETON macro.
145 struct TriStateSingleton {
170 #define STATIC_TRI_STATE_SINGLETON(name) static TriStateSingleton name={ NULL, U_ZERO_ERROR, 0 }
173 * Handy wrapper for an TriStateSingleton.
174 * Intended for temporary use on the stack, to make the TriStateSingleton easier to deal with.
180 TriStateSingletonWrapper(TriStateSingleton &s) : singleton(s) {}
193 TriStateSingleton &singleton;
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 182 milliseconds