Home
last modified time | relevance | path

Searched refs:rep_ (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/dports/devel/libsigc++20/libsigc++-2.10.4/sigc++/functors/
H A Dslot_base.cc113 : rep_(rep), in slot_base()
127 rep_ = src.rep_->dup(); in slot_base()
150 rep_ = src.rep_->dup(); in slot_base()
158 rep_ = src.rep_; in slot_base()
169 if (rep_) in ~slot_base()
180 if (!rep_) in delete_rep_with_check()
203 if (src.rep_ == rep_) in operator =()
232 if (src.rep_ == rep_) in operator =()
281 if (rep_) in add_destroy_notify_callback()
287 if (rep_) in remove_destroy_notify_callback()
[all …]
/dports/devel/libsigc++30/libsigc++-3.0.7/sigc++/functors/
H A Dslot_base.cc108 rep_ = src.rep_->clone(); in slot_base()
129 rep_ = src.rep_->clone(); in slot_base()
137 rep_ = src.rep_; in slot_base()
159 if (!rep_) in delete_rep_with_check()
181 if (src.rep_ == rep_) in operator =()
198 new_rep_->set_parent(rep_->parent_, rep_->cleanup_); in operator =()
211 if (src.rep_ == rep_) in operator =()
254 if (!rep_) in set_parent()
262 if (rep_) in add_destroy_notify_callback()
269 if (rep_) in remove_destroy_notify_callback()
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/Vector/Vector/
H A DBoost.icc21 rep_ = m1.rep_;
78 return (1.0/rep_.tt_) * Hep3Vector( rep_.xt_, rep_.yt_, rep_.zt_ );
168 rep_.xx_==s1.xx_ && rep_.xy_==s1.xy_ && rep_.xz_==s1.xz_ && rep_.xt_==s1.xt_
169 && rep_.yy_==s1.yy_ && rep_.yz_==s1.yz_ && rep_.yt_==s1.yt_
240 return HepLorentzVector( rep_.xx_*x + rep_.xy_*y + rep_.xz_*z + rep_.xt_*t,
241 rep_.xy_*x + rep_.yy_*y + rep_.yz_*z + rep_.yt_*t,
242 rep_.xz_*x + rep_.yz_*y + rep_.zz_*z + rep_.zt_*t,
243 rep_.xt_*x + rep_.yt_*y + rep_.zt_*z + rep_.tt_*t);
274 rep_.xt_ = -rep_.xt_;
275 rep_.yt_ = -rep_.yt_;
[all …]
/dports/devel/embb/embb-1.0.0/base_cpp/src/
H A Dcore_set.cc39 CoreSet::CoreSet() : rep_() { in CoreSet()
40 embb_core_set_init(&rep_, 0); in CoreSet()
49 embb_core_set_init(&rep_, 0); in CoreSet()
50 embb_core_set_union(&rep_, &(to_copy.rep_)); in CoreSet()
54 embb_core_set_init(&rep_, 0); in operator =()
55 embb_core_set_union(&rep_, &(to_assign.rep_)); in operator =()
65 embb_core_set_add(&rep_, core); in Add()
82 embb_core_set_intersection(&(result.rep_), &(rhs.rep_)); in operator &()
88 embb_core_set_union(&(result.rep_), &(rhs.rep_)); in operator |()
93 embb_core_set_intersection(&rep_, &(rhs.rep_)); in operator &=()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/sigc++/functors/
H A Dslot_base.cc71 : rep_(0), in slot_base()
76 : rep_(rep), in slot_base()
81 : rep_(0), in slot_base()
90 rep_ = src.rep_->dup(); in slot_base()
100 if (rep_) in ~slot_base()
111 if (src.rep_ == rep_) return *this; in operator =()
123 new_rep_->set_parent(rep_->parent_, rep_->cleanup_); in operator =()
134 if (rep_) in set_parent()
140 if (rep_) in add_destroy_notify_callback()
146 if (rep_) in remove_destroy_notify_callback()
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/examples/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asio/src/examples/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asio/src/examples/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/net/asio/asio-1.16.0/src/examples/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/src/examples/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/src/examples/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/sigc++/sigc++/functors/
H A Dslot_base.cc94 : rep_(0), in slot_base()
99 : rep_(rep), in slot_base()
104 : rep_(0), in slot_base()
113 rep_ = src.rep_->dup(); in slot_base()
123 if (rep_) in ~slot_base()
134 if (src.rep_ == rep_) return *this; in operator =()
146 new_rep_->set_parent(rep_->parent_, rep_->cleanup_); in operator =()
157 if (rep_) in set_parent()
163 if (rep_) in add_destroy_notify_callback()
169 if (rep_) in remove_destroy_notify_callback()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/doc/html/boost_asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/percona57-server/boost_1_59_0/doc/html/boost_asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/doc/html/boost_asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/percona57-client/boost_1_59_0/doc/html/boost_asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]
/dports/devel/boost-libs/boost_1_72_0/doc/html/boost_asio/example/cpp03/icmp/
H A Dipv4_header.hpp54 ipv4_header() { std::fill(rep_, rep_ + sizeof(rep_), 0); } in ipv4_header()
58 unsigned char type_of_service() const { return rep_[1]; } in type_of_service()
61 bool dont_fragment() const { return (rep_[6] & 0x40) != 0; } in dont_fragment()
62 bool more_fragments() const { return (rep_[6] & 0x20) != 0; } in more_fragments()
64 unsigned int time_to_live() const { return rep_[8]; } in time_to_live()
65 unsigned char protocol() const { return rep_[9]; } in protocol()
71 = { { rep_[12], rep_[13], rep_[14], rep_[15] } }; in source_address()
78 = { { rep_[16], rep_[17], rep_[18], rep_[19] } }; in destination_address()
84 is.read(reinterpret_cast<char*>(header.rep_), 20); in operator >>()
97 { return (rep_[a] << 8) + rep_[b]; } in decode()
[all …]

12345678910>>...42