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

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 85 GC gc_; member in class:webrtc::__anon44220::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:__anon41338::CallProps
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
symtab.h 1975 Garbage_collection* gc_; member in class:gold::Symbol_table
    [all...]

Completed in 90 milliseconds