OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleSingleton
(Results
1 - 5
of
5
) 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;
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
/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 100 milliseconds