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

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 85 GC gc_; member in class:webrtc::__anon39018::ScreenCapturerLinux
122 gc_(NULL),
154 gc_ = XCreateGC(display(), root_window_, 0, NULL);
155 if (gc_ == NULL) {
411 if (gc_) {
412 XFreeGC(display(), gc_); local
413 gc_ = NULL;
  /external/v8/tools/gcmole/
gcmole.cc 461 if (in.hasGC()) gc_.set(arg);
475 if (gc_.any()) out.setGC();
482 if (!gc_.any()) return true;
485 return gc_.count() == 1 && !((raw ^ gc_).any());
492 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon36316::CallProps
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 1948 Garbage_collection* gc_; member in class:gold::Symbol_table
    [all...]
symtab.cc 568 version_script_(version_script), gc_(NULL), icf_(NULL)
655 gold_assert(this->gc_!= NULL);
656 this->gc_->worklist().push(Section_id(sym->object(), shndx));
    [all...]

Completed in 139 milliseconds