Home
last modified time | relevance | path

Searched defs:IsWeak (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
Dtype-traits.h29 struct IsWeak : std::false_type {}; struct
/third_party/node/deps/v8/src/objects/
Dtagged-impl.h95 constexpr inline bool IsWeak() const { in IsWeak() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h18 bool IsWeak = false; variable
/third_party/node/deps/v8/include/
Dv8-persistent-handle.h467 bool PersistentBase<T>::IsWeak() const { in IsWeak() function
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc479 bool IsWeak() const { return state() == WEAK; } in IsWeak() function in v8::internal::GlobalHandles::Node
1195 bool GlobalHandles::IsWeak(Address* location) { in IsWeak() function in v8::internal::GlobalHandles
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h313 inline bool IsWeak(const FieldDescriptor* field, const Options& options) { in IsWeak() function