Home
last modified time | relevance | path

Searched refs:object_id_ (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/inspector/
Dtracing_agent.cc35 : object_id_(object_id) { in CreateFrontendWrapperRequest()
40 thread->AddObject(object_id_, std::move(frontend_wrapper_)); in Call()
44 int object_id_; member in node::inspector::protocol::__anoneffa72400111::CreateFrontendWrapperRequest
51 : object_id_(object_id) {} in DestroyFrontendWrapperRequest()
54 thread->RemoveObject(object_id_); in Call()
58 int object_id_; member in node::inspector::protocol::__anoneffa72400111::DestroyFrontendWrapperRequest
64 : object_id_(object_id), message_(message) {} in SendMessageRequest()
69 thread->GetObjectIfExists(object_id_)); in Call()
78 int object_id_; member in node::inspector::protocol::__anoneffa72400111::SendMessageRequest
Dmain_thread_interface.cc46 : object_id_(object_id), factory_(std::move(factory)) {} in CreateObjectRequest()
49 thread->AddObject(object_id_, WrapInDeletable(factory_(thread))); in Call()
53 int object_id_; member in node::inspector::__anona07c9ff60111::CreateObjectRequest
65 explicit DeleteRequest(int object_id) : object_id_(object_id) {} in DeleteRequest()
68 thread->RemoveObject(object_id_); in Call()
72 int object_id_; member in node::inspector::__anona07c9ff60111::DeleteRequest
94 : thread_(thread), object_id_(object_id) {} in AnotherThreadObjectReference()
100 thread_->Post(NewCreateRequest(object_id_, std::move(factory))); in AnotherThreadObjectReference()
106 thread_->Post(std::make_unique<DeleteRequest>(object_id_)); in ~AnotherThreadObjectReference()
113 new Request(object_id_, std::move(fn)))); in Call()
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h89 typeid(this).name(), object_counter_, object_id_, ref_count_)
125 object_id_ = AtomicIncrement(&next_id_); in RefCounted()
166 mutable size_t object_id_; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h89 typeid(this).name(), object_counter_, object_id_, ref_count_)
125 object_id_ = AtomicIncrement(&next_id_); in RefCounted()
166 mutable size_t object_id_; variable
/third_party/boost/libs/serialization/src/
Dbasic_oarchive.cpp81 object_id_type object_id_ in aobject()
85 object_id(object_id_) in aobject()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch16668 + ++object_id_;
16677 + method_map_[object_id_] = object_pair;
16687 + object_id_));
16910 + int32_t object_id_ = 0;
24683 + object_id_(object_id),
24696 + object_id_));
24717 + dispatcher_->HasJavascriptMethod(object_id_, property);
24732 + dispatcher_->GetJavascriptMethods(object_id_, &method_names);
24793 + return object_id_;
24828 + OhGinJavascriptBridgeDispatcher::ObjectID object_id_;