HomeSort by relevance Sort by last modified time
    Searched defs:IsSingleton (Results 1 - 2 of 2) 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/v8/src/
jsregexp.h 292 bool IsSingleton() { return (from_ == to_); }
    [all...]

Completed in 42 milliseconds