Searched refs:object_id_ (Results 1 - 4 of 4) sorted by relevance
/third_party/node/src/inspector/ |
H A D | tracing_agent.cc | 35 : object_id_(object_id) { in CreateFrontendWrapperRequest() 40 thread->AddObject(object_id_, std::move(frontend_wrapper_)); 44 int object_id_; member in node::inspector::protocol::__anon15351::CreateFrontendWrapperRequest 51 : object_id_(object_id) {} in DestroyFrontendWrapperRequest() 54 thread->RemoveObject(object_id_); 58 int object_id_; member in node::inspector::protocol::__anon15351::DestroyFrontendWrapperRequest 64 : object_id_(object_id), message_(message) {} in SendMessageRequest() 69 thread->GetObjectIfExists(object_id_)); 78 int object_id_; member in node::inspector::protocol::__anon15351::SendMessageRequest
|
H A D | main_thread_interface.cc | 43 : object_id_(object_id), factory_(std::move(factory)) {} in CreateObjectRequest() 46 thread->AddObject(object_id_, WrapInDeletable(factory_(thread))); 50 int object_id_; member in node::inspector::__anon15350::CreateObjectRequest 62 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest() 65 thread->RemoveObject(object_id_); 69 int object_id_; member in node::inspector::__anon15350::DeleteRequest 91 : thread_(thread), object_id_(object_id) {} in AnotherThreadObjectReference() 97 thread_->Post(NewCreateRequest(object_id_, std::move(factory))); in AnotherThreadObjectReference() 103 thread_->Post(std::make_unique<DeleteRequest>(object_id_)); in ~AnotherThreadObjectReference() 110 new Request(object_id_, st in Call() 128 const int object_id_; global() member in node::inspector::__anon15350::AnotherThreadObjectReference [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/ |
H A D | refcount.h | 89 typeid(this).name(), object_counter_, object_id_, ref_count_) 125 object_id_ = AtomicIncrement(&next_id_); in RefCounted() 166 mutable size_t object_id_; member in sfntly::RefCounted
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 162 : object_id_(object_id), factory_(std::move(factory)) {} in CreateObjectRequest() 165 thread->AddObject(object_id_, WrapInDeletable(factory_(thread))); 169 int object_id_; member in v8impl::__anon15371::CreateObjectRequest 181 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest() 184 thread->RemoveObject(object_id_); 188 int object_id_; member in v8impl::__anon15371::DeleteRequest 210 : thread_(thread), object_id_(object_id) {} in AnotherThreadObjectReference() 216 thread_->Post(NewCreateRequest(object_id_, std::move(factory))); in AnotherThreadObjectReference() 222 thread_->Post(std::make_unique<DeleteRequest>(object_id_)); in ~AnotherThreadObjectReference() 229 new Request(object_id_, st in Call() 247 const int object_id_; global() member in v8impl::__anon15371::AnotherThreadObjectReference [all...] |
Completed in 5 milliseconds