HomeSort by relevance Sort by last modified time
    Searched defs:SimpleSingleton (Results 1 - 3 of 3) 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 a 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;
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 266 milliseconds