HomeSort by relevance Sort by last modified time
    Searched refs:IsSingleton (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
condition_variable_win.cc 186 DCHECK(IsSingleton());
203 return IsSingleton();
209 DCHECK(other->IsSingleton());
221 DCHECK(!IsSingleton());
227 DCHECK(!IsSingleton());
241 if (!IsSingleton()) {
248 DCHECK(IsSingleton());
253 bool ConditionVariable::Event::IsSingleton() const {
condition_variable.h 132 bool IsSingleton() const;
  /external/v8/src/
ast.cc 336 if (!that.IsSingleton()) {
jsregexp.h 256 bool IsSingleton() { return (from_ == to_); }
    [all...]

Completed in 47 milliseconds