Home
last modified time | relevance | path

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

12345678910>>...113

/dports/devel/cproto/cproto-4.7k/testing/
H A Dcase15.ref271 ios_$id_t id;
276 ios_$id_t id;
283 ios_$id_t id;
288 ios_$id_t id;
293 ios_$id_t id;
301 ios_$id_t id;
309 ios_$id_t id;
317 ios_$id_t id;
325 ios_$id_t id;
330 ios_$id_t id;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/thrift/thrift/concurrency/
H A DThread.h97 typedef boost::thread::id id_t; typedef
99 static inline bool is_current(id_t t) in is_current()
103 static inline id_t get_current() in get_current()
108 typedef std::thread::id id_t;
110 static inline bool is_current(id_t t)
114 static inline id_t get_current()
119 typedef pthread_t id_t;
121 static inline bool is_current(id_t t)
125 static inline id_t get_current()
149 virtual id_t getId() = 0;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/thrift/thrift/concurrency/
H A DThread.h97 typedef boost::thread::id id_t; typedef
99 static inline bool is_current(id_t t) in is_current()
103 static inline id_t get_current() in get_current()
108 typedef std::thread::id id_t;
110 static inline bool is_current(id_t t)
114 static inline id_t get_current()
119 typedef pthread_t id_t;
121 static inline bool is_current(id_t t)
125 static inline id_t get_current()
149 virtual id_t getId() = 0;
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cpp/src/thrift/concurrency/
H A DThread.h84 typedef boost::thread::id id_t; typedef
87 static inline id_t get_current() { return boost::this_thread::get_id(); } in get_current()
89 typedef std::thread::id id_t;
91 static inline bool is_current(id_t t) { return t == std::this_thread::get_id(); }
92 static inline id_t get_current() { return std::this_thread::get_id(); }
94 typedef pthread_t id_t;
96 static inline bool is_current(id_t t) { return pthread_equal(pthread_self(), t); }
97 static inline id_t get_current() { return pthread_self(); }
119 virtual id_t getId() = 0;
162 virtual Thread::id_t getCurrentThreadId() const = 0;
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cpp/src/thrift/concurrency/
H A DThread.h84 typedef boost::thread::id id_t; typedef
87 static inline id_t get_current() { return boost::this_thread::get_id(); } in get_current()
89 typedef std::thread::id id_t;
91 static inline bool is_current(id_t t) { return t == std::this_thread::get_id(); }
92 static inline id_t get_current() { return std::this_thread::get_id(); }
94 typedef pthread_t id_t;
96 static inline bool is_current(id_t t) { return pthread_equal(pthread_self(), t); }
97 static inline id_t get_current() { return pthread_self(); }
119 virtual id_t getId() = 0;
162 virtual Thread::id_t getCurrentThreadId() const = 0;
[all …]
/dports/graphics/enblend/enblend-enfuse-4.2/src/layer_selection/
H A Dselector.h36 enum class id_t enum
54 virtual id_t id() const = 0;
70 id_t id() const {return id_t::AllLayersId;} in id()
83 id_t id() const {return id_t::FirstLayerId;} in id()
102 id_t id() const {return id_t::LastLayerId;} in id()
119 id_t id() const {return id_t::LargestLayerId;} in id()
136 id_t id() const {return id_t::NoLayerId;} in id()
153 algorithm_list::const_iterator find_by_id(id_t an_id);
188 id_t id() const {return id_t::IndexedLayerId;} in id()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/reflection/internal/
H A Dlegacy_reflection-inl-post.h111 static id_t rid() { return id_t(type_t::TYPE_VOID); }
118 static id_t rid() { return id_t(type_t::TYPE_BOOL); }
128 static id_t rid() { return id_t(type_t::TYPE_BYTE); }
135 static id_t rid() { return id_t(type_t::TYPE_I16); }
142 static id_t rid() { return id_t(type_t::TYPE_I32); }
149 static id_t rid() { return id_t(type_t::TYPE_I64); }
159 static id_t rid() { return id_t(type_t::TYPE_DOUBLE); }
165 static id_t rid() { return id_t(type_t::TYPE_FLOAT); }
172 static id_t rid() { return id_t(type_t::TYPE_STRING); }
179 static id_t rid() { return id_t(type_t::TYPE_STRING); }
[all …]
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/unit/
H A Dunit_container.h28 using id_t = unsigned long int; variable
35 reference_data(const UnitContainer *c, id_t id, Unit *);
38 const id_t unit_id;
57 UnitReference(const UnitContainer *c, id_t id, Unit *);
95 bool valid_id(id_t id) const;
100 UnitReference get_unit(id_t id);
121 bool dispatch_command(id_t to_id, const Command &cmd);
135 id_t next_new_id;
140 std::unordered_map<id_t, std::unique_ptr<Unit>> live_units;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rustfft-5.1.1/src/sse/
H A Dsse_planner.rs181 if id_t == id_f32 || id_t == id_f64 { in new()
253 if id_t == id_f32 { in build_new_fft()
262 if id_t == id_f32 { in build_new_fft()
271 if id_t == id_f32 { in build_new_fft()
280 if id_t == id_f32 { in build_new_fft()
289 if id_t == id_f32 { in build_new_fft()
298 if id_t == id_f32 { in build_new_fft()
307 if id_t == id_f32 { in build_new_fft()
316 if id_t == id_f32 { in build_new_fft()
325 if id_t == id_f32 { in build_new_fft()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; in check()
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in check()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in check()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0; in check()
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0; in check()
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>; in check()
46 Get(id_t id, Map &cache, in check()
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t)); in check()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DUserIDResolver.h24 typedef uint32_t id_t; typedef
27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName()
39 virtual llvm::Optional<std::string> DoGetUserName(id_t uid) = 0;
40 virtual llvm::Optional<std::string> DoGetGroupName(id_t gid) = 0;
43 using Map = llvm::DenseMap<id_t, llvm::Optional<std::string>>;
46 Get(id_t id, Map &cache,
47 llvm::Optional<std::string> (UserIDResolver::*do_get)(id_t));
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/detail/
H A Dread_graphviz_spirit.hpp84 typedef std::set<id_t> ids_t;
87 typedef std::map<id_t,id_t> props_t;
89 typedef boost::function2<void, id_t const&, id_t const&> actor_t;
112 struct property_closure : boost::spirit::closure<property_closure, id_t, id_t> {
300 id_t const& node = node_id.name(); in memoize_node()
369 void node_prop(id_t const& key, id_t const& value) { in node_prop()
375 void edge_prop(id_t const& key, id_t const& value) { in edge_prop()
384 void default_graph_prop(id_t const&, id_t const&) { } in default_graph_prop()
387 void default_node_prop(id_t const& key, id_t const& value) { in default_node_prop()
402 set_node_property(*i,key,id_t()); in default_node_prop()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/client_server/
H A DActions.hh34 ActionBase(DataCell::id_t ref_id);
50 DataCell::id_t ref_id;
63 ActionAddCell(DataCell, DataCell::id_t ref_, Position pos_);
89 ActionPositionCursor(DataCell::id_t ref_id_, Position pos_);
107 ActionSetRunStatus(DataCell::id_t ref_id_, bool running);
126 ActionRemoveCell(DataCell::id_t ref_id_);
149 ActionSplitCell(DataCell::id_t ref_id);
171 ActionInsertText(DataCell::id_t ref_id, int pos, const std::string&);
193 ActionCompleteText(DataCell::id_t ref_id, int pos, const std::string&, int alternative);
220 ActionEraseText(DataCell::id_t ref_id, int, int);
/dports/devel/boost-docs/boost_1_72_0/boost/graph/detail/
H A Dread_graphviz_spirit.hpp82 typedef std::set<id_t> ids_t;
85 typedef std::map<id_t,id_t> props_t;
87 typedef boost::function2<void, id_t const&, id_t const&> actor_t;
110 struct property_closure : boost::spirit::classic::closure<property_closure, id_t, id_t> {
306 id_t const& node = node_id.name(); in memoize_node()
375 void node_prop(id_t const& key, id_t const& value) { in node_prop()
381 void edge_prop(id_t const& key, id_t const& value) { in edge_prop()
390 void default_graph_prop(id_t const& key, id_t const& value) { in default_graph_prop()
398 void default_node_prop(id_t const& key, id_t const& value) { in default_node_prop()
413 set_node_property(*i,key,id_t()); in default_node_prop()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/detail/
H A Dread_graphviz_spirit.hpp86 typedef std::set< id_t > ids_t;
89 typedef std::map< id_t, id_t > props_t;
91 typedef boost::function2< void, id_t const&, id_t const& > actor_t;
118 : boost::spirit::classic::closure< property_closure, id_t, id_t >
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()
414 void default_graph_prop(id_t const& key, id_t const& value) in default_graph_prop()
424 void default_node_prop(id_t const& key, id_t const& value) in default_node_prop()
448 void default_edge_prop(id_t const& key, id_t const& value) in default_edge_prop()
499 node_t const& node, id_t const& key, id_t const& value) in set_node_property()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/detail/
H A Dread_graphviz_spirit.hpp86 typedef std::set< id_t > ids_t;
89 typedef std::map< id_t, id_t > props_t;
91 typedef boost::function2< void, id_t const&, id_t const& > actor_t;
118 : boost::spirit::classic::closure< property_closure, id_t, id_t >
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()
414 void default_graph_prop(id_t const& key, id_t const& value) in default_graph_prop()
424 void default_node_prop(id_t const& key, id_t const& value) in default_node_prop()
448 void default_edge_prop(id_t const& key, id_t const& value) in default_edge_prop()
499 node_t const& node, id_t const& key, id_t const& value) in set_node_property()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/detail/
H A Dread_graphviz_spirit.hpp82 typedef std::set<id_t> ids_t;
85 typedef std::map<id_t,id_t> props_t;
87 typedef boost::function2<void, id_t const&, id_t const&> actor_t;
110 struct property_closure : boost::spirit::classic::closure<property_closure, id_t, id_t> {
306 id_t const& node = node_id.name(); in memoize_node()
375 void node_prop(id_t const& key, id_t const& value) { in node_prop()
381 void edge_prop(id_t const& key, id_t const& value) { in edge_prop()
390 void default_graph_prop(id_t const& key, id_t const& value) { in default_graph_prop()
398 void default_node_prop(id_t const& key, id_t const& value) { in default_node_prop()
413 set_node_property(*i,key,id_t()); in default_node_prop()
[all …]

12345678910>>...113