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::__anon37259::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 431 if (in.hasGC()) gc_.set(arg);
442 if (gc_.any()) out.setGC();
449 if (!gc_.any()) return true;
452 return gc_.count() == 1 && !((raw ^ gc_).any());
459 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon34565::CallProps
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 1948 Garbage_collection* gc_; member in class:gold::Symbol_table
    [all...]

Completed in 249 milliseconds