Home
last modified time | relevance | path

Searched refs:id_t (Results 1 – 25 of 48) sorted by relevance

12

/third_party/boost/boost/graph/detail/
Dread_graphviz_spirit.hpp86 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/
Drtti.hpp29 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/
Dgraphviz.hpp712 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/
Dscope_exit.cpp21 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/
Dworld_checkpoint_seq.cpp19 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()
Dworld_checkpoint_all.cpp27 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()
Dworld_checkpoint_all_seq.cpp25 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()
Dworld_checkpoint.cpp25 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/
Dsys_resource.c8 T(id_t) in f()
35 {int(*p)(int,id_t) = getpriority;} in f()
38 {int(*p)(int,id_t,int) = setpriority;} in f()
Dsys_wait.c7 T(id_t) in f()
29 {int(*p)(idtype_t,id_t,siginfo_t*,int) = waitid;} in f()
/third_party/boost/boost/hana/functional/
Did.hpp27 struct id_t {
34 constexpr id_t id{};
/third_party/boost/libs/hana/include/boost/hana/functional/
Did.hpp27 struct id_t {
34 constexpr id_t id{};
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h53 int getpriority (int, id_t);
54 int setpriority (int, id_t, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h53 int getpriority (int, id_t);
54 int setpriority (int, id_t, int);
/third_party/musl/include/sys/
Dresource.h53 int getpriority (int, id_t);
54 int setpriority (int, id_t, int);
/third_party/boost/boost/test/utils/runtime/
Dargument.hpp43 argument( rtti::id_t value_type ) in argument()
51 rtti::id_t const p_value_type;
/third_party/musl/ndk_musl_include/sys/
Dresource.h53 int getpriority (int, id_t);
54 int setpriority (int, id_t, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h53 int getpriority (int, id_t);
54 int setpriority (int, id_t, int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h53 int getpriority (int, id_t);
54 int setpriority (int, id_t, int);
/third_party/musl/porting/liteos_a/user/src/misc/
Dgetpriority.c4 int getpriority(int which, id_t who) in getpriority()
/third_party/musl/src/misc/
Dsetpriority.c4 int setpriority(int which, id_t who, int prio) in setpriority()
Dgetpriority.c4 int getpriority(int which, id_t who) in getpriority()
/third_party/musl/src/process/
Dwaitid.c4 int waitid(idtype_t type, id_t id, siginfo_t *info, int options) in waitid()
/third_party/glib/gio/
Dgcredentials.c283 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/
Dext4_acl.h24 #define ACL_UNDEFINED_ID ((id_t)-1)

12