Home
last modified time | relevance | path

Searched refs:string_ref (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/dports/devel/p5-String-Checker/String-Checker-0.03/
H A DChecker.pm150 if ((! defined($$string_ref)) || ($$string_ref eq ''))
162 if ((! defined($$string_ref)) || ($$string_ref eq ''))
175 if ((defined($$string_ref)) && (length($$string_ref) < $min))
188 if ((defined($$string_ref)) && (length($$string_ref) > $max))
200 if ((defined($$string_ref)) && ($$string_ref !~ /^\d*$/))
212 if ((defined($$string_ref)) && ($$string_ref !~ /^\d*\.?\d*?$/))
225 if ((defined($$string_ref)) && ($$string_ref !~ /^[$chars]*$/))
238 if ((defined($$string_ref)) && ($$string_ref =~ /[$chars]/))
254 $$string_ref = uc($$string_ref);
267 $$string_ref = uc($$string_ref);
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/cpp/util/
H A Dstring_ref_test.cc38 string_ref s; in TEST_F()
44 string_ref s(kTestString); in TEST_F()
57 string_ref s(copy); in TEST_F()
63 string_ref s1(kTestString); in TEST_F()
65 const string_ref& s2(s1); in TEST_F()
72 string_ref s(copy); in TEST_F()
81 string_ref s2; in TEST_F()
89 string_ref s(kTestString); in TEST_F()
99 string_ref s(kTestString); in TEST_F()
109 string_ref empty; in TEST_F()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/cpp/util/
H A Dstring_ref_test.cc38 string_ref s; in TEST_F()
44 string_ref s(kTestString); in TEST_F()
57 string_ref s(copy); in TEST_F()
63 string_ref s1(kTestString); in TEST_F()
65 const string_ref& s2(s1); in TEST_F()
72 string_ref s(copy); in TEST_F()
81 string_ref s2; in TEST_F()
89 string_ref s(kTestString); in TEST_F()
99 string_ref s(kTestString); in TEST_F()
109 string_ref empty; in TEST_F()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/cpp/util/
H A Dstring_ref_test.cc36 string_ref s; in TEST_F()
42 string_ref s(kTestString); in TEST_F()
55 string_ref s(copy); in TEST_F()
61 string_ref s1(kTestString); in TEST_F()
63 const string_ref& s2(s1); in TEST_F()
70 string_ref s(copy); in TEST_F()
79 string_ref s2; in TEST_F()
87 string_ref s(kTestString); in TEST_F()
97 string_ref s(kTestString); in TEST_F()
107 string_ref empty; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/util/
H A Dstring_ref_test.cc36 string_ref s; in TEST_F()
42 string_ref s(kTestString); in TEST_F()
55 string_ref s(copy); in TEST_F()
61 string_ref s1(kTestString); in TEST_F()
63 const string_ref& s2(s1); in TEST_F()
70 string_ref s(copy); in TEST_F()
79 string_ref s2; in TEST_F()
87 string_ref s(kTestString); in TEST_F()
97 string_ref s(kTestString); in TEST_F()
107 string_ref empty; in TEST_F()
[all …]
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dstring_ref.h43 class string_ref {
54 string_ref(const string_ref& other) in string_ref() function
57 string_ref& operator=(const string_ref& rhs) {
97 int compare(string_ref x) const { in compare()
116 size_t find(string_ref s) const { in find()
138 inline bool operator==(string_ref x, string_ref y) { return x.compare(y) == 0; }
139 inline bool operator!=(string_ref x, string_ref y) { return x.compare(y) != 0; }
140 inline bool operator<(string_ref x, string_ref y) { return x.compare(y) < 0; }
141 inline bool operator<=(string_ref x, string_ref y) { return x.compare(y) <= 0; }
142 inline bool operator>(string_ref x, string_ref y) { return x.compare(y) > 0; }
[all …]
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dstring_ref.h41 class string_ref {
52 string_ref(const string_ref& other) in string_ref() function
54 string_ref& operator=(const string_ref& rhs) {
92 int compare(string_ref x) const { in compare()
111 size_t find(string_ref s) const { in find()
133 inline bool operator==(string_ref x, string_ref y) { return x.compare(y) == 0; }
134 inline bool operator!=(string_ref x, string_ref y) { return x.compare(y) != 0; }
135 inline bool operator<(string_ref x, string_ref y) { return x.compare(y) < 0; }
136 inline bool operator<=(string_ref x, string_ref y) { return x.compare(y) <= 0; }
137 inline bool operator>(string_ref x, string_ref y) { return x.compare(y) > 0; }
[all …]
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dstring_ref.h41 class string_ref {
52 string_ref(const string_ref& other) in string_ref() function
54 string_ref& operator=(const string_ref& rhs) {
92 int compare(string_ref x) const { in compare()
111 size_t find(string_ref s) const { in find()
133 inline bool operator==(string_ref x, string_ref y) { return x.compare(y) == 0; }
134 inline bool operator!=(string_ref x, string_ref y) { return x.compare(y) != 0; }
135 inline bool operator<(string_ref x, string_ref y) { return x.compare(y) < 0; }
136 inline bool operator<=(string_ref x, string_ref y) { return x.compare(y) <= 0; }
137 inline bool operator>(string_ref x, string_ref y) { return x.compare(y) > 0; }
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dstring_ref.h41 class string_ref {
52 string_ref(const string_ref& other) in string_ref() function
54 string_ref& operator=(const string_ref& rhs) {
92 int compare(string_ref x) const { in compare()
111 size_t find(string_ref s) const { in find()
133 inline bool operator==(string_ref x, string_ref y) { return x.compare(y) == 0; }
134 inline bool operator!=(string_ref x, string_ref y) { return x.compare(y) != 0; }
135 inline bool operator<(string_ref x, string_ref y) { return x.compare(y) < 0; }
136 inline bool operator<=(string_ref x, string_ref y) { return x.compare(y) <= 0; }
137 inline bool operator>(string_ref x, string_ref y) { return x.compare(y) > 0; }
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dstring_ref.h43 class string_ref {
54 string_ref(const string_ref& other) in string_ref() function
57 string_ref& operator=(const string_ref& rhs) {
97 int compare(string_ref x) const { in compare()
116 size_t find(string_ref s) const { in find()
138 inline bool operator==(string_ref x, string_ref y) { return x.compare(y) == 0; }
139 inline bool operator!=(string_ref x, string_ref y) { return x.compare(y) != 0; }
140 inline bool operator<(string_ref x, string_ref y) { return x.compare(y) < 0; }
141 inline bool operator<=(string_ref x, string_ref y) { return x.compare(y) <= 0; }
142 inline bool operator>(string_ref x, string_ref y) { return x.compare(y) > 0; }
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/utility/test/
H A Dstring_ref_test2.cpp17 typedef boost::string_ref string_ref; typedef
21 string_ref sr ( arg ); in ends_with()
22 string_ref sr2 ( arg ); in ends_with()
51 string_ref sr ( arg ); in starts_with()
52 string_ref sr2 ( arg ); in starts_with()
75 string_ref sr1 ( arg ); in reverse()
77 string_ref sr2 ( string1 ); in reverse()
92 string_ref sr1; in find()
93 string_ref sr2; in find()
249 string_ref sr1; in to_string()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/utility/test/
H A Dstring_ref_test2.cpp18 typedef boost::string_ref string_ref; typedef
22 string_ref sr ( arg ); in ends_with()
23 string_ref sr2 ( arg ); in ends_with()
52 string_ref sr ( arg ); in starts_with()
53 string_ref sr2 ( arg ); in starts_with()
76 string_ref sr1 ( arg ); in reverse()
78 string_ref sr2 ( string1 ); in reverse()
93 string_ref sr1; in find()
94 string_ref sr2; in find()
246 string_ref sr1; in to_string()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/utility/test/
H A Dstring_ref_test2.cpp18 typedef boost::string_ref string_ref; typedef
22 string_ref sr ( arg ); in ends_with()
23 string_ref sr2 ( arg ); in ends_with()
52 string_ref sr ( arg ); in starts_with()
53 string_ref sr2 ( arg ); in starts_with()
76 string_ref sr1 ( arg ); in reverse()
78 string_ref sr2 ( string1 ); in reverse()
93 string_ref sr1; in find()
94 string_ref sr2; in find()
246 string_ref sr1; in to_string()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/utility/test/
H A Dstring_ref_test2.cpp18 typedef boost::string_ref string_ref; typedef
22 string_ref sr ( arg ); in ends_with()
23 string_ref sr2 ( arg ); in ends_with()
52 string_ref sr ( arg ); in starts_with()
53 string_ref sr2 ( arg ); in starts_with()
76 string_ref sr1 ( arg ); in reverse()
78 string_ref sr2 ( string1 ); in reverse()
93 string_ref sr1; in find()
94 string_ref sr2; in find()
246 string_ref sr1; in to_string()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/utility/test/
H A Dstring_ref_test2.cpp18 typedef boost::string_ref string_ref; typedef
22 string_ref sr ( arg ); in ends_with()
23 string_ref sr2 ( arg ); in ends_with()
52 string_ref sr ( arg ); in starts_with()
53 string_ref sr2 ( arg ); in starts_with()
76 string_ref sr1 ( arg ); in reverse()
78 string_ref sr2 ( string1 ); in reverse()
93 string_ref sr1; in find()
94 string_ref sr2; in find()
246 string_ref sr1; in to_string()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/utility/test/
H A Dstring_ref_test2.cpp18 typedef boost::string_ref string_ref; typedef
22 string_ref sr ( arg ); in ends_with()
23 string_ref sr2 ( arg ); in ends_with()
52 string_ref sr ( arg ); in starts_with()
53 string_ref sr2 ( arg ); in starts_with()
76 string_ref sr1 ( arg ); in reverse()
78 string_ref sr2 ( string1 ); in reverse()
93 string_ref sr1; in find()
94 string_ref sr2; in find()
246 string_ref sr1; in to_string()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/utility/test/
H A Dstring_ref_test2.cpp17 typedef boost::string_ref string_ref; typedef
21 string_ref sr ( arg ); in ends_with()
22 string_ref sr2 ( arg ); in ends_with()
51 string_ref sr ( arg ); in starts_with()
52 string_ref sr2 ( arg ); in starts_with()
75 string_ref sr1 ( arg ); in reverse()
77 string_ref sr2 ( string1 ); in reverse()
92 string_ref sr1; in find()
93 string_ref sr2; in find()
249 string_ref sr1; in to_string()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/utility/test/
H A Dstring_ref_test2.cpp17 typedef boost::string_ref string_ref; typedef
21 string_ref sr ( arg ); in ends_with()
22 string_ref sr2 ( arg ); in ends_with()
51 string_ref sr ( arg ); in starts_with()
52 string_ref sr2 ( arg ); in starts_with()
75 string_ref sr1 ( arg ); in reverse()
77 string_ref sr2 ( string1 ); in reverse()
92 string_ref sr1; in find()
93 string_ref sr2; in find()
249 string_ref sr1; in to_string()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/utility/test/
H A Dstring_ref_test2.cpp17 typedef boost::string_ref string_ref; typedef
21 string_ref sr ( arg ); in ends_with()
22 string_ref sr2 ( arg ); in ends_with()
51 string_ref sr ( arg ); in starts_with()
52 string_ref sr2 ( arg ); in starts_with()
75 string_ref sr1 ( arg ); in reverse()
77 string_ref sr2 ( string1 ); in reverse()
92 string_ref sr1; in find()
93 string_ref sr2; in find()
249 string_ref sr1; in to_string()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstatus_code_domain.hpp87 class string_ref class in status_code_domain
150 string_ref(const string_ref &o) in string_ref() function in status_code_domain::string_ref
170 string_ref &operator=(const string_ref &o) in operator =()
175 string_ref temp(static_cast<string_ref &&>(*this)); in operator =()
176 this->~string_ref(); in operator =()
183 new(this) string_ref(static_cast<string_ref &&>(temp)); in operator =()
187 this->~string_ref(); in operator =()
194 string_ref &operator=(string_ref &&o) noexcept in operator =()
198 this->~string_ref(); in operator =()
199 new(this) string_ref(static_cast<string_ref &&>(o)); in operator =()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstatus_code_domain.hpp87 class string_ref class in status_code_domain
150 string_ref(const string_ref &o) in string_ref() function in status_code_domain::string_ref
170 string_ref &operator=(const string_ref &o) in operator =()
175 string_ref temp(static_cast<string_ref &&>(*this)); in operator =()
176 this->~string_ref(); in operator =()
183 new(this) string_ref(static_cast<string_ref &&>(temp)); in operator =()
187 this->~string_ref(); in operator =()
194 string_ref &operator=(string_ref &&o) noexcept in operator =()
198 this->~string_ref(); in operator =()
199 new(this) string_ref(static_cast<string_ref &&>(o)); in operator =()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dstatus_code_domain.hpp87 class string_ref class in status_code_domain
150 string_ref(const string_ref &o) in string_ref() function in status_code_domain::string_ref
170 string_ref &operator=(const string_ref &o) in operator =()
175 string_ref temp(static_cast<string_ref &&>(*this)); in operator =()
176 this->~string_ref(); in operator =()
183 new(this) string_ref(static_cast<string_ref &&>(temp)); in operator =()
187 this->~string_ref(); in operator =()
194 string_ref &operator=(string_ref &&o) noexcept in operator =()
198 this->~string_ref(); in operator =()
199 new(this) string_ref(static_cast<string_ref &&>(o)); in operator =()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/quickbook/src/
H A Ddocument_state_impl.hpp85 boost::string_ref include_doc_id,
86 boost::string_ref id,
92 boost::string_ref id,
95 boost::string_ref id,
98 boost::string_ref id,
105 boost::string_ref id,
109 boost::string_ref id,
118 std::string normalize_id(boost::string_ref src_id);
137 virtual void start(boost::string_ref) {} in start()
139 virtual void finish(boost::string_ref) {} in finish()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/quickbook/src/
H A Ddocument_state_impl.hpp85 boost::string_ref include_doc_id,
86 boost::string_ref id,
92 boost::string_ref id,
95 boost::string_ref id,
98 boost::string_ref id,
105 boost::string_ref id,
109 boost::string_ref id,
118 std::string normalize_id(boost::string_ref src_id);
137 virtual void start(boost::string_ref) {} in start()
139 virtual void finish(boost::string_ref) {} in finish()
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/quickbook/src/
H A Ddocument_state_impl.hpp85 boost::string_ref include_doc_id,
86 boost::string_ref id,
92 boost::string_ref id,
95 boost::string_ref id,
98 boost::string_ref id,
105 boost::string_ref id,
109 boost::string_ref id,
118 std::string normalize_id(boost::string_ref src_id);
137 virtual void start(boost::string_ref) {} in start()
139 virtual void finish(boost::string_ref) {} in finish()
[all …]

12345678910>>...47