Home
last modified time | relevance | path

Searched defs:owner_ (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dpersistent-handles.h61 LocalHeap* owner_ = nullptr; variable
/third_party/node/src/
Dnode_messaging.h212 MessagePort* owner_ = nullptr; variable
/third_party/node/deps/v8/include/cppgc/internal/
Dpersistent-node.h73 void* owner_ = nullptr; member
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.h225 CallTarget const* owner_ = nullptr; variable
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxi.h38 int owner_; // True if *data_ memory is owned internally. member
/third_party/protobuf/src/google/protobuf/
Darena_impl.h237 void* owner_; // &ThreadCache of this thread; variable
/third_party/node/deps/v8/src/heap/
Dbasic-memory-chunk.h363 std::atomic<BaseSpace*> owner_; variable
/third_party/cef/include/internal/
Dcef_string_wrappers.h829 bool owner_; variable
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1254 FunctionMocker<F>* const owner_; variable
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1276 const interpreter::Register owner_; variable
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc1240 FunctionAnalyzer* owner_; member in __anon21c93c610111::FunctionAnalyzer::Block
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp103393 const AutoStopwatch* owner_; member
124361 BuiltThing(JSContext* cx, Builder& owner_, T value_ = GCPolicy<T>::initial()) in BuiltThing()
124401 Object(JSContext* cx, Builder& owner_, HandleObject obj) : Base(cx, owner_, obj.get()) { } in Object()
124407 Object(JSContext* cx, Builder& owner_) : Base(cx, owner_, nullptr) { } in Object()