OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSingleton
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/synchronization/
condition_variable_win.cc
185
DCHECK(
IsSingleton
());
202
return
IsSingleton
();
208
DCHECK(other->
IsSingleton
());
220
DCHECK(!
IsSingleton
());
226
DCHECK(!
IsSingleton
());
240
if (!
IsSingleton
()) {
247
DCHECK(
IsSingleton
());
252
bool ConditionVariable::Event::
IsSingleton
() const {
/external/chromium_org/base/synchronization/
condition_variable_win.cc
165
bool
IsSingleton
() const;
378
DCHECK(
IsSingleton
());
395
return
IsSingleton
();
401
DCHECK(other->
IsSingleton
());
413
DCHECK(!
IsSingleton
());
419
DCHECK(!
IsSingleton
());
433
if (!
IsSingleton
()) {
440
DCHECK(
IsSingleton
());
445
bool WinXPCondVar::Event::
IsSingleton
() const {
/external/chromium_org/v8/src/
jsregexp.h
284
bool
IsSingleton
() { return (from_ == to_); }
[
all
...]
/external/v8/src/
jsregexp.h
292
bool
IsSingleton
() { return (from_ == to_); }
[
all
...]
Completed in 54 milliseconds