Home
last modified time | relevance | path

Searched refs:tree_id_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/asio/example/cpp11/handler_tracking/
Dcustom_tracking.hpp67 std::uintmax_t tree_id_ = 0; // To identify related handlers. member
95 h.tree_id_ = (*current_completion())->handler_.tree_id_; in creation()
104 object_type, op_name, h.native_handle_, h.handler_id_, h.tree_id_); in creation()
131 handler_.handler_id_, handler_.tree_id_); in invocation_begin()
138 handler_.handler_id_, handler_.tree_id_); in invocation_end()
/third_party/boost/doc/html/boost_asio/example/cpp11/handler_tracking/
Dcustom_tracking.hpp67 std::uintmax_t tree_id_ = 0; // To identify related handlers. member
95 h.tree_id_ = (*current_completion())->handler_.tree_id_; in creation()
104 object_type, op_name, h.native_handle_, h.handler_id_, h.tree_id_); in creation()
131 handler_.handler_id_, handler_.tree_id_); in invocation_begin()
138 handler_.handler_id_, handler_.tree_id_); in invocation_end()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.h80 const CefString& OsrAXTreeId() const { return tree_id_; } in OsrAXTreeId()
104 CefString tree_id_; variable
Dosr_accessibility_node.cc18 : tree_id_(treeId), in OsrAXNode()