HomeSort by relevance Sort by last modified time
    Searched refs: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 {
condition_variable.h 134 bool IsSingleton() const;
  /external/v8/src/
ast.cc 828 if (!that.IsSingleton()) {
    [all...]
jsregexp.h 292 bool IsSingleton() { return (from_ == to_); }
    [all...]

Completed in 287 milliseconds