Home
last modified time | relevance | path

Searched defs:IsSet (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/include/base/
Dcef_atomic_flag.h70 bool IsSet() const { in IsSet() function
/third_party/cef/tests/cefclient/browser/
Dviews_style.cc47 bool IsSet() { in IsSet() function
/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.h56 bool IsSet() const { return branch != nullptr; } in NON_EXPORTED_BASE() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h172 bool IsSet = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets() local
/third_party/lzma/CPP/7zip/Common/
DCreateCoder.h65 bool IsSet() const { return GetCodecs != NULL || GetHashers != NULL; } in IsSet() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUArgumentUsageInfo.h40 bool IsSet : 1; member
/third_party/node/src/
Dspawn_sync.cc985 bool SyncProcessRunner::IsSet(Local<Value> value) { in IsSet() function in node::SyncProcessRunner
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h94 bool IsSet() const { return mode_ == kFlags_set; } in IsSet() function
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc163 bool IsSet() const { return mode_ == StoreMode::kSet; } in IsSet() function in v8::internal::KeyedStoreGenericAssembler