Home
last modified time | relevance | path

Searched refs:MatchResult (Results 1 – 25 of 52) sorted by relevance

123

/external/skia/experimental/svg/model/
DSkPEG.h25 struct MatchResult { struct
26 MatchResult(std::nullptr_t) : fNext(nullptr) {} in MatchResult() argument
27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {} in MatchResult() function
55 using MatchT = MatchResult<V>; argument
92 using MatchT = MatchResult<V>;
120 using MatchT = MatchResult<V>;
153 using MatchT = MatchResult<V>;
179 using MatchT = MatchResult<V>;
205 using MatchT = MatchResult<V>;
221 using MatchT = MatchResult<V>;
[all …]
/external/skqp/experimental/svg/model/
DSkPEG.h25 struct MatchResult { struct
26 MatchResult(std::nullptr_t) : fNext(nullptr) {} in MatchResult() argument
27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {} in MatchResult() argument
55 using MatchT = MatchResult<V>; argument
92 using MatchT = MatchResult<V>;
120 using MatchT = MatchResult<V>;
153 using MatchT = MatchResult<V>;
179 using MatchT = MatchResult<V>;
205 using MatchT = MatchResult<V>;
221 using MatchT = MatchResult<V>;
[all …]
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp67 const MatchFinder::MatchResult& result, in RewriteImplicitToExplicitConversion()
138 Replacement RewriteRawPtrToScopedRefptr(const MatchFinder::MatchResult& result, in RewriteRawPtrToScopedRefptr()
161 virtual void run(const MatchFinder::MatchResult& result) override;
167 void GetRewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
179 virtual void run(const MatchFinder::MatchResult& result) override;
185 void VarRewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
213 virtual void run(const MatchFinder::MatchResult& result) override;
219 void FunctionRewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
246 virtual void run(const MatchFinder::MatchResult& result) override;
252 void MacroRewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
/external/v8/tools/clang/empty_string/
DEmptyStringConverter.cpp35 virtual void run(const MatchFinder::MatchResult& result) override;
48 virtual void run(const MatchFinder::MatchResult& result) override;
61 virtual void run(const MatchFinder::MatchResult& result) override;
110 void ConstructorCallback::run(const MatchFinder::MatchResult& result) { in run()
124 void InitializerCallback::run(const MatchFinder::MatchResult& result) { in run()
136 void TemporaryCallback::run(const MatchFinder::MatchResult& result) { in run()
/external/clang/unittests/AST/
DMatchVerifier.h69 void run(const MatchFinder::MatchResult &Result) override;
70 virtual void verify(const MatchFinder::MatchResult &Result, in verify()
150 void MatchVerifier<NodeType>::run(const MatchFinder::MatchResult &Result) { in run()
163 const MatchFinder::MatchResult &Result) { in run()
188 void verify(const MatchFinder::MatchResult &Result, in verify()
228 void verify(const MatchFinder::MatchResult &Result, in verify()
267 void verify(const MatchFinder::MatchResult &Result, in verify()
294 void verify(const MatchFinder::MatchResult &Result, in verify()
DNamedDeclPrinterTest.cpp40 void run(const MatchFinder::MatchResult &Result) override { in run()
/external/cldr/tools/java/org/unicode/cldr/tool/
DOption.java184 enum MatchResult { enum in Option
188 public MatchResult matches(String inputValue) { in matches()
191 return match == null ? MatchResult.noValueError : MatchResult.valueError; in matches()
199 return MatchResult.noValue; in matches()
202 return MatchResult.value; in matches()
206 return MatchResult.valueError; in matches()
335 MatchResult matches = option.matches(value); in parse()
336 …if (tookExtraArgument && (matches == MatchResult.noValue || matches == MatchResult.noValueError)) { in parse()
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h55 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
67 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
80 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp41 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
54 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
67 const ast_matchers::MatchFinder::MatchResult &Result) { in run()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h75 struct MatchResult { struct
76 MatchResult(const BoundNodes &Nodes, clang::ASTContext *Context);
97 virtual void run(const MatchResult &Result) = 0; argument
272 void run(const MatchFinder::MatchResult &Result) override { in run()
/external/v8/tools/clang/traffic_annotation_extractor/
Dtraffic_annotation_extractor.cpp140 virtual void run(const MatchFinder::MatchResult& result) override { in run()
157 void GetInstanceLocation(const MatchFinder::MatchResult& result, in GetInstanceLocation()
187 const MatchFinder::MatchResult& result) { in AddFunction()
217 const MatchFinder::MatchResult& result) { in AddConstructor()
229 const MatchFinder::MatchResult& result) { in AddAssignment()
240 void AddAnnotation(const MatchFinder::MatchResult& result) { in AddAnnotation()
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc52 struct MatchResult { struct in RegexMatcher
59 MatchResult Match(const std::string &input) const { in Match()
60 MatchResult r; in Match()
171 ScalarReferenceResult(const char *_type, RegexMatcher::MatchResult _matched) in ScalarReferenceResult()
194 const RegexMatcher::MatchResult matched;
/external/tensorflow/tensorflow/contrib/quantize/python/
Dgraph_matcher.py84 match_result = MatchResult()
127 class MatchResult(object): class
245 self._match_result = MatchResult()
/external/v8/tools/clang/blink_gc_plugin/
DBadPatternFinder.cpp44 void run(const MatchFinder::MatchResult& result) { in run()
74 void run(const MatchFinder::MatchResult& result) { in run()
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp110 void run(const MatchFinder::MatchResult &Result) override {} in TEST()
125 void run(const MatchFinder::MatchResult &Result) override { in run()
151 void run(const MatchFinder::MatchResult &Result) override { in run()
/external/v8/tools/clang/pass_to_move/
DPassToMove.cpp35 virtual void run(const MatchFinder::MatchResult& result) override;
41 void RewriterCallback::run(const MatchFinder::MatchResult& result) { in run()
/external/v8/tools/clang/base_bind_rewriters/
DBaseBindRewriters.cpp77 void run(const MatchFinder::MatchResult& result) override { in run()
168 void run(const MatchFinder::MatchResult& result) override { in run()
205 void run(const MatchFinder::MatchResult& result) override { in run()
403 void run(const MatchFinder::MatchResult& result) override { in run()
619 void run(const MatchFinder::MatchResult& result) override { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp301 unsigned MatchResult = in MatchAndEmitInstruction() local
304 switch (MatchResult) { in MatchAndEmitInstruction()
588 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
590 if (MatchResult == MatchOperand_Success) { in ParseInstruction()
594 if (MatchResult == MatchOperand_ParseFail) { in ParseInstruction()
/external/v8/tools/clang/value_cleanup/
DValueRewriter.h33 const clang::ast_matchers::MatchFinder::MatchResult& result) override;
DValueRewriter.cpp20 const MatchFinder::MatchResult& result) { in run()
/external/clang/unittests/Analysis/
DCFGTest.cpp35 void run(const ast_matchers::MatchFinder::MatchResult &Result) override { in TEST()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1081 const TargetNode& GetTargetNode(const MatchFinder::MatchResult& result) { in GetTargetNode()
1088 bool GenerateReplacement(const MatchFinder::MatchResult& result, in GenerateReplacement()
1151 const MatchFinder::MatchResult& result) { in GetTargetLoc()
1155 void AddReplacement(const MatchFinder::MatchResult& result, in AddReplacement()
1219 void run(const MatchFinder::MatchResult& result) override { in run()
1293 const MatchFinder::MatchResult& result) override { in GetTargetLoc()
1406 void run(const MatchFinder::MatchResult& result) override { in run()
/external/skqp/tests/
DSkPEGTest.cpp20 using MatchT = MatchResult<V>;
33 using MatchT = MatchResult<V>;
/external/skia/tests/
DSkPEGTest.cpp20 using MatchT = MatchResult<V>;
33 using MatchT = MatchResult<V>;
/external/cldr/tools/java/org/unicode/cldr/draft/
DCharacterListCompressor.java10 import java.util.regex.MatchResult;
349 MatchResult match = sc.match(); in main()

123