/third_party/boost/boost/graph/detail/ |
D | read_graphviz_spirit.hpp | 86 typedef std::set< id_t > ids_t; 89 typedef std::map< id_t, id_t > props_t; 90 typedef std::map< id_t, props_t > subgraph_props_t; 91 typedef boost::function2< void, id_t const&, id_t const& > actor_t; 93 typedef std::map< id_t, nodes_t > subgraph_nodes_t; 94 typedef std::map< id_t, edges_t > subgraph_edges_t; 118 : boost::spirit::classic::closure< property_closure, id_t, id_t > 307 id_t const& node = node_id.name(); in memoize_node() 396 void node_prop(id_t const& key, id_t const& value) in node_prop() 403 void edge_prop(id_t const& key, id_t const& value) in edge_prop() [all …]
|
/third_party/boost/boost/test/utils/ |
D | rtti.hpp | 29 typedef std::ptrdiff_t id_t; typedef 35 static id_t id() { return reinterpret_cast<id_t>( &inst() ); } in id() 48 BOOST_TEST_DECL inline id_t 56 #define BOOST_RTTI_SWITCH( type_id_ ) if( ::boost::rtti::id_t switch_by_id = type_id_ )
|
/third_party/boost/boost/graph/ |
D | graphviz.hpp | 712 typedef std::string id_t; typedef 713 typedef id_t node_t; 747 const id_t& key, const node_t& node, const id_t& value) 751 const id_t& key, const edge_t& edge, const id_t& value) 756 set_graph_property(const id_t& key, const id_t& value) 818 const id_t& key, const node_t& node, const id_t& value) in set_node_property() 824 const id_t& key, const edge_t& edge, const id_t& value) in set_edge_property() 829 void set_graph_property(const id_t& key, const id_t& value) in set_graph_property() 890 typedef boost::tuple< id_t, bgl_vertex_t, id_t > v_prop; in finish_building_graph() 896 typedef boost::tuple< id_t, bgl_edge_t, id_t > e_prop; in finish_building_graph() [all …]
|
/third_party/boost/libs/local_function/example/ |
D | scope_exit.cpp | 21 typedef unsigned int id_t; typedef in person 30 id_t id_; 37 typedef unsigned int id_t; typedef in world 51 id_t next_id_; 74 world::id_t const prev_id = p.id_; in BOOST_TYPEOF_REGISTER_TYPE()
|
/third_party/boost/libs/scope_exit/test/ |
D | world_checkpoint_seq.cpp | 19 typedef unsigned int id_t; typedef 22 id_t id; 46 person::id_t next_id_; 66 person::id_t const prev_id = p.id; in BOOST_TYPEOF_REGISTER_TYPE()
|
D | world_checkpoint_all.cpp | 27 typedef unsigned int id_t; typedef 30 id_t id; 54 person::id_t next_id_; 76 person::id_t const prev_id = p.id; in BOOST_TYPEOF_REGISTER_TYPE()
|
D | world_checkpoint_all_seq.cpp | 25 typedef unsigned int id_t; typedef 28 id_t id; 52 person::id_t next_id_; 72 person::id_t const prev_id = p.id; in BOOST_TYPEOF_REGISTER_TYPE()
|
D | world_checkpoint.cpp | 25 typedef unsigned int id_t; typedef 28 id_t id; 52 person::id_t next_id_; 73 person::id_t const prev_id = p.id; in BOOST_TYPEOF_REGISTER_TYPE()
|
/third_party/musl/libc-test/src/api/ |
D | sys_resource.c | 8 T(id_t) in f() 35 {int(*p)(int,id_t) = getpriority;} in f() 38 {int(*p)(int,id_t,int) = setpriority;} in f()
|
D | sys_wait.c | 7 T(id_t) in f() 29 {int(*p)(idtype_t,id_t,siginfo_t*,int) = waitid;} in f()
|
/third_party/boost/boost/hana/functional/ |
D | id.hpp | 27 struct id_t { 34 constexpr id_t id{};
|
/third_party/boost/libs/hana/include/boost/hana/functional/ |
D | id.hpp | 27 struct id_t { 34 constexpr id_t id{};
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | resource.h | 53 int getpriority (int, id_t); 54 int setpriority (int, id_t, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | resource.h | 53 int getpriority (int, id_t); 54 int setpriority (int, id_t, int);
|
/third_party/musl/include/sys/ |
D | resource.h | 53 int getpriority (int, id_t); 54 int setpriority (int, id_t, int);
|
/third_party/boost/boost/test/utils/runtime/ |
D | argument.hpp | 43 argument( rtti::id_t value_type ) in argument() 51 rtti::id_t const p_value_type;
|
/third_party/musl/ndk_musl_include/sys/ |
D | resource.h | 53 int getpriority (int, id_t); 54 int setpriority (int, id_t, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | resource.h | 53 int getpriority (int, id_t); 54 int setpriority (int, id_t, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 53 int getpriority (int, id_t); 54 int setpriority (int, id_t, int);
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority()
|
/third_party/musl/src/misc/ |
D | setpriority.c | 4 int setpriority(int which, id_t who, int prio) in setpriority()
|
D | getpriority.c | 4 int getpriority(int which, id_t who) in getpriority()
|
/third_party/musl/src/process/ |
D | waitid.c | 4 int waitid(idtype_t type, id_t id, siginfo_t *info, int options) in waitid()
|
/third_party/glib/gio/ |
D | gcredentials.c | 283 id_t id; in g_credentials_to_string() 284 if ((id = ucred_getpid (credentials->native)) != (id_t) -1) in g_credentials_to_string() 286 if ((id = ucred_geteuid (credentials->native)) != (id_t) -1) in g_credentials_to_string() 288 if ((id = ucred_getegid (credentials->native)) != (id_t) -1) in g_credentials_to_string()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ext4_acl.h | 24 #define ACL_UNDEFINED_ID ((id_t)-1)
|