Home
last modified time | relevance | path

Searched refs:matchers_ (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/
H A Dcomposite_matcher.cc67 : matchers_(std::move(matchers)) { in CompositeMatcher()
68 DCHECK(AreIDsUnique(matchers_)); in CompositeMatcher()
78 matchers_.begin(), matchers_.end(), in AddOrUpdateRuleset()
83 if (it == matchers_.end()) { in AddOrUpdateRuleset()
84 matchers_.push_back(std::move(new_matcher)); in AddOrUpdateRuleset()
103 for (const auto& matcher : matchers_) { in GetBeforeRequestAction()
135 for (const auto& matcher : matchers_) { in GetRemoveHeadersMask()
164 for (auto& matcher : matchers_) in OnRenderFrameCreated()
169 for (auto& matcher : matchers_) in OnRenderFrameDeleted()
174 for (auto& matcher : matchers_) in OnDidFinishNavigation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/declarative_net_request/
H A Dcomposite_matcher.cc71 : matchers_(std::move(matchers)) { in CompositeMatcher()
72 DCHECK(AreIDsUnique(matchers_)); in CompositeMatcher()
90 matchers_.insert(matchers_.end(), std::make_move_iterator(matchers.begin()), in AddOrUpdateRulesets()
107 for (const std::unique_ptr<RulesetMatcher>& matcher : matchers_) { in ComputeStaticRulesetIDs()
129 for (const auto& matcher : matchers_) { in GetBeforeRequestAction()
173 for (const auto& matcher : matchers_) { in GetModifyHeadersActions()
199 for (auto& matcher : matchers_) in OnRenderFrameCreated()
204 for (auto& matcher : matchers_) in OnRenderFrameDeleted()
209 for (auto& matcher : matchers_) in OnDidFinishNavigation()
214 DCHECK(AreIDsUnique(matchers_)); in OnMatchersModified()
[all …]
H A Dextension_url_pattern_index_matcher.cc67 matchers_(GetMatchers(index_list)), in ExtensionUrlPatternIndexMatcher()
68 is_extra_headers_matcher_(IsExtraHeadersMatcherInternal(matchers_)), in ExtensionUrlPatternIndexMatcher()
69 rules_count_(GetRulesCountInternal(matchers_)) {} in ExtensionUrlPatternIndexMatcher()
153 return matchers_[index].FindMatch( in GetMatchingRule()
171 return matchers_[index].FindAllMatches( in GetAllMatchingRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/workspace/
H A Dmagnetism_matcher.cc126 matchers_.push_back( in MagnetismMatcher()
130 matchers_.push_back( in MagnetismMatcher()
134 matchers_.push_back( in MagnetismMatcher()
138 matchers_.push_back( in MagnetismMatcher()
147 for (const auto& matcher : matchers_) { in ShouldAttach()
159 for (const auto& matcher : matchers_) { in AreEdgesObscured()
170 const gfx::Rect& src_bounds(matchers_[0]->bounds()); in AttachToSecondaryEdge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_regexes.cc38 matchers_; member in __anon65ac9c1a0111::AutofillRegexes
44 auto it = matchers_.find(pattern); in GetMatcher()
45 if (it == matchers_.end()) { in GetMatcher()
54 auto result = matchers_.insert(std::make_pair(pattern, std::move(matcher))); in GetMatcher()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/common/
H A Dautofill_regexes.cc38 matchers_; member in __anon6e8a6f1a0111::AutofillRegexes
44 auto it = matchers_.find(pattern); in GetMatcher()
45 if (it == matchers_.end()) { in GetMatcher()
54 auto result = matchers_.insert(std::make_pair(pattern, std::move(matcher))); in GetMatcher()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/engines/controllers/
H A Duwe_scanner_wrapper.cc71 matchers_(matchers), in UwEScannerWrapper()
73 DCHECK(matchers_); in UwEScannerWrapper()
121 matchers_->uwe_matcher().begin(), matchers_->uwe_matcher().end(), in FindUwE()
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/authorization/
H A Dmatchers.h59 : matchers_(std::move(matchers)) {} in AndAuthorizationMatcher()
64 std::vector<std::unique_ptr<AuthorizationMatcher>> matchers_;
71 : matchers_(std::move(matchers)) {} in OrAuthorizationMatcher()
76 std::vector<std::unique_ptr<AuthorizationMatcher>> matchers_;
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/authorization/
H A Dmatchers.h59 : matchers_(std::move(matchers)) {} in AndAuthorizationMatcher()
64 std::vector<std::unique_ptr<AuthorizationMatcher>> matchers_;
71 : matchers_(std::move(matchers)) {} in OrAuthorizationMatcher()
76 std::vector<std::unique_ptr<AuthorizationMatcher>> matchers_;
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/GTest/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1258 matchers_[i].DescribeTo(os);
1313 : matchers_(matchers...) {
1343 std::tuple<Args...> matchers_;
3060 MatchersType matchers_;
3072 matchers_));
3436 : matchers_(args) {}
3455 const MatcherTuple matchers_;
3484 const MatcherTuple matchers_;
3500 match_flags_, matchers_.begin(), matchers_.end()));
3505 ::std::vector<T> matchers_;
[all …]
/dports/graphics/blender/blender-2.91.0/extern/gmock/include/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1032 matchers_[i].DescribeTo(os);
1089 : matchers_(matchers...) {
1116 std::tuple<Args...> matchers_;
1138 matchers_[i].DescribeTo(os);
2732 matchers_[0].DescribeTo(os);
3070 : matchers_(args) {}
3093 const MatcherTuple matchers_;
3127 const MatcherTuple matchers_;
3144 match_flags_, matchers_.begin(), matchers_.end()));
3149 ::std::vector<T> matchers_;
[all …]
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-matchers.h1010 matchers_[i].DescribeTo(os);
1067 : matchers_(matchers...) {
1094 std::tuple<Args...> matchers_;
1116 matchers_[i].DescribeTo(os);
2720 matchers_[0].DescribeTo(os);
3058 : matchers_(args) {}
3077 const MatcherTuple matchers_;
3107 const MatcherTuple matchers_;
3124 match_flags_, matchers_.begin(), matchers_.end()));
3129 ::std::vector<T> matchers_;
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-matchers.h1010 matchers_[i].DescribeTo(os);
1067 : matchers_(matchers...) {
1094 std::tuple<Args...> matchers_;
1116 matchers_[i].DescribeTo(os);
2720 matchers_[0].DescribeTo(os);
3058 : matchers_(args) {}
3077 const MatcherTuple matchers_;
3107 const MatcherTuple matchers_;
3124 match_flags_, matchers_.begin(), matchers_.end()));
3129 ::std::vector<T> matchers_;
[all …]
/dports/misc/quantum++/qpp-3.0/unit_tests/lib/googletest/googletest-release-1.10.0/googlemock/include/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]
/dports/devel/upp/upp/bazaar/plugin/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1032 matchers_[i].DescribeTo(os);
1089 : matchers_(matchers...) {
1116 std::tuple<Args...> matchers_;
1138 matchers_[i].DescribeTo(os);
2732 matchers_[0].DescribeTo(os);
3070 : matchers_(args) {}
3093 const MatcherTuple matchers_;
3127 const MatcherTuple matchers_;
3144 match_flags_, matchers_.begin(), matchers_.end()));
3149 ::std::vector<T> matchers_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/googletest/src/googlemock/include/gmock/
H A Dgmock-matchers.h1010 matchers_[i].DescribeTo(os);
1067 : matchers_(matchers...) {
1094 std::tuple<Args...> matchers_;
1116 matchers_[i].DescribeTo(os);
2720 matchers_[0].DescribeTo(os);
3058 : matchers_(args) {}
3077 const MatcherTuple matchers_;
3107 const MatcherTuple matchers_;
3124 match_flags_, matchers_.begin(), matchers_.end()));
3129 ::std::vector<T> matchers_;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h1032 matchers_[i].DescribeTo(os);
1089 : matchers_(matchers...) {
1116 std::tuple<Args...> matchers_;
1138 matchers_[i].DescribeTo(os);
2732 matchers_[0].DescribeTo(os);
3070 : matchers_(args) {}
3093 const MatcherTuple matchers_;
3127 const MatcherTuple matchers_;
3144 match_flags_, matchers_.begin(), matchers_.end()));
3149 ::std::vector<T> matchers_;
[all …]
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/include/gmock/
H A Dgmock-matchers.h1010 matchers_[i].DescribeTo(os);
1067 : matchers_(matchers...) {
1094 std::tuple<Args...> matchers_;
1116 matchers_[i].DescribeTo(os);
2720 matchers_[0].DescribeTo(os);
3058 : matchers_(args) {}
3077 const MatcherTuple matchers_;
3107 const MatcherTuple matchers_;
3124 match_flags_, matchers_.begin(), matchers_.end()));
3129 ::std::vector<T> matchers_;
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/3rdparty/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/third-party/google-test/googlemock/include/gmock/
H A Dgmock-matchers.h1010 matchers_[i].DescribeTo(os);
1067 : matchers_(matchers...) {
1094 std::tuple<Args...> matchers_;
1116 matchers_[i].DescribeTo(os);
2720 matchers_[0].DescribeTo(os);
3058 : matchers_(args) {}
3077 const MatcherTuple matchers_;
3107 const MatcherTuple matchers_;
3124 match_flags_, matchers_.begin(), matchers_.end()));
3129 ::std::vector<T> matchers_;
[all …]
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/test/gtest-1.10.0/googlemock/include/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/gtest/googlemock/include/gmock/
H A Dgmock-matchers.h1023 matchers_[i].DescribeTo(os);
1080 : matchers_(matchers...) {
1107 std::tuple<Args...> matchers_;
1129 matchers_[i].DescribeTo(os);
2717 matchers_[0].DescribeTo(os);
3053 : matchers_(args) {}
3072 const MatcherTuple matchers_;
3102 const MatcherTuple matchers_;
3119 match_flags_, matchers_.begin(), matchers_.end()));
3124 ::std::vector<T> matchers_;
[all …]

12345678910