Searched refs:tree_id_ (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/asio/example/cpp11/handler_tracking/ |
D | custom_tracking.hpp | 67 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/ |
D | custom_tracking.hpp | 67 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/ |
D | osr_accessibility_node.h | 80 const CefString& OsrAXTreeId() const { return tree_id_; } in OsrAXTreeId() 104 CefString tree_id_; variable
|
D | osr_accessibility_node.cc | 18 : tree_id_(treeId), in OsrAXNode()
|