Home
last modified time | relevance | path

Searched defs:accept (Results 276 – 300 of 27265) sorted by relevance

1...<<11121314151617181920>>...1091

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dtemplate.h108 void accept(Visitor *v) { v->visit(this); } in accept() function
162 virtual void accept(Visitor *v) { v->visit(this); } in accept() function
189 void accept(Visitor *v) { v->visit(this); } in accept() function
202 void accept(Visitor *v) { v->visit(this); } in accept() function
230 void accept(Visitor *v) { v->visit(this); } in accept() function
258 void accept(Visitor *v) { v->visit(this); } in accept() function
280 void accept(Visitor *v) { v->visit(this); } in accept() function
361 void accept(Visitor *v) { v->visit(this); } in accept() function
384 void accept(Visitor *v) { v->visit(this); } in accept() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dtemplate.h108 void accept(Visitor *v) { v->visit(this); } in accept() function
162 virtual void accept(Visitor *v) { v->visit(this); } in accept() function
189 void accept(Visitor *v) { v->visit(this); } in accept() function
202 void accept(Visitor *v) { v->visit(this); } in accept() function
230 void accept(Visitor *v) { v->visit(this); } in accept() function
258 void accept(Visitor *v) { v->visit(this); } in accept() function
280 void accept(Visitor *v) { v->visit(this); } in accept() function
361 void accept(Visitor *v) { v->visit(this); } in accept() function
384 void accept(Visitor *v) { v->visit(this); } in accept() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dtemplate.h108 void accept(Visitor *v) { v->visit(this); } in accept() function
162 virtual void accept(Visitor *v) { v->visit(this); } in accept() function
189 void accept(Visitor *v) { v->visit(this); } in accept() function
202 void accept(Visitor *v) { v->visit(this); } in accept() function
230 void accept(Visitor *v) { v->visit(this); } in accept() function
258 void accept(Visitor *v) { v->visit(this); } in accept() function
280 void accept(Visitor *v) { v->visit(this); } in accept() function
361 void accept(Visitor *v) { v->visit(this); } in accept() function
384 void accept(Visitor *v) { v->visit(this); } in accept() function
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dtemplate.h108 void accept(Visitor *v) { v->visit(this); } in accept() function
162 virtual void accept(Visitor *v) { v->visit(this); } in accept() function
189 void accept(Visitor *v) { v->visit(this); } in accept() function
202 void accept(Visitor *v) { v->visit(this); } in accept() function
230 void accept(Visitor *v) { v->visit(this); } in accept() function
258 void accept(Visitor *v) { v->visit(this); } in accept() function
280 void accept(Visitor *v) { v->visit(this); } in accept() function
361 void accept(Visitor *v) { v->visit(this); } in accept() function
384 void accept(Visitor *v) { v->visit(this); } in accept() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dtemplate.h108 void accept(Visitor *v) { v->visit(this); } in accept() function
162 virtual void accept(Visitor *v) { v->visit(this); } in accept() function
189 void accept(Visitor *v) { v->visit(this); } in accept() function
202 void accept(Visitor *v) { v->visit(this); } in accept() function
230 void accept(Visitor *v) { v->visit(this); } in accept() function
258 void accept(Visitor *v) { v->visit(this); } in accept() function
280 void accept(Visitor *v) { v->visit(this); } in accept() function
361 void accept(Visitor *v) { v->visit(this); } in accept() function
384 void accept(Visitor *v) { v->visit(this); } in accept() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dtemplate.h108 void accept(Visitor *v) { v->visit(this); } in accept() function
162 virtual void accept(Visitor *v) { v->visit(this); } in accept() function
189 void accept(Visitor *v) { v->visit(this); } in accept() function
202 void accept(Visitor *v) { v->visit(this); } in accept() function
230 void accept(Visitor *v) { v->visit(this); } in accept() function
258 void accept(Visitor *v) { v->visit(this); } in accept() function
280 void accept(Visitor *v) { v->visit(this); } in accept() function
361 void accept(Visitor *v) { v->visit(this); } in accept() function
384 void accept(Visitor *v) { v->visit(this); } in accept() function
/dports/devel/icu-lx/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/devel/icu/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dnumparse_symbols.cpp92 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
105 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
120 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
134 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
151 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
164 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
178 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
193 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dnumparse_symbols.cpp87 void IgnorablesMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in IgnorablesMatcher
100 void InfinityMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in InfinityMatcher
115 void MinusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in MinusSignMatcher
129 void NanMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in NanMatcher
146 void PaddingMatcher::accept(StringSegment&, ParsedNumber&) const { in accept() function in PaddingMatcher
159 void PercentMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PercentMatcher
173 void PermilleMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PermilleMatcher
188 void PlusSignMatcher::accept(StringSegment& segment, ParsedNumber& result) const { in accept() function in PlusSignMatcher
/dports/security/keepassx-devel/keepassx-55869e8/src/autotype/
H A DAutoTypeAction.cpp32 void AutoTypeChar::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeChar
48 void AutoTypeKey::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeKey
64 void AutoTypeDelay::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeDelay
79 void AutoTypeClearField::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeClearField
/dports/textproc/zorba/zorba-2.7.0/src/runtime/accessors/pregenerated/
H A Daccessors.cpp46 void NodeNameIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::NodeNameIterator
74 void NilledIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::NilledIterator
104 void FnStringIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::FnStringIterator
146 void FnDataIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::FnDataIterator
188 void BaseUriIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::BaseUriIterator
216 void DocumentUriIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::DocumentUriIterator
244 void RootIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::RootIterator
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/websocket-0.26.2/src/header/
H A Daccept.rs67 let accept = WebSocketAccept::new(&key); in test_header_accept() localVariable
79 let accept = WebSocketAccept::from_str("YSBzaW1wbGUgc2FtcGwgbm9uY2U="); in test_header_from_str() localVariable
82 let accept = WebSocketAccept::from_str("YSBzaG9ydCBub25jZQ=="); in test_header_from_str() localVariable
85 let accept = WebSocketAccept::from_str("YSByZWFsbHkgbWFsaWNpb3VzIG5vbmNl"); in test_header_from_str() localVariable
93 let mut accept = WebSocketAccept::new(&key); in bench_header_accept_new() localVariable
102 let mut accept: WebSocketAccept = Header::parse_header(&value[..]).unwrap(); in bench_header_accept_parse() localVariable
/dports/www/websocat/websocat-1.9.0/cargo-crates/websocket-0.26.2/src/header/
H A Daccept.rs67 let accept = WebSocketAccept::new(&key); in test_header_accept() localVariable
79 let accept = WebSocketAccept::from_str("YSBzaW1wbGUgc2FtcGwgbm9uY2U="); in test_header_from_str() localVariable
82 let accept = WebSocketAccept::from_str("YSBzaG9ydCBub25jZQ=="); in test_header_from_str() localVariable
85 let accept = WebSocketAccept::from_str("YSByZWFsbHkgbWFsaWNpb3VzIG5vbmNl"); in test_header_from_str() localVariable
93 let mut accept = WebSocketAccept::new(&key); in bench_header_accept_new() localVariable
102 let mut accept: WebSocketAccept = Header::parse_header(&value[..]).unwrap(); in bench_header_accept_parse() localVariable
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java465 public abstract void accept(Visitor v); in accept() method in JCTree
600 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCCompilationUnit
637 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCPackageDecl
669 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCImport
817 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCClassDecl
907 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCMethodDecl
983 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCVariableDecl
1005 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCSkip
1041 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCBlock
1071 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCDoWhileLoop
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/context/pregenerated/
H A Dcontext.cpp45 void CurrentDateTimeIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::CurrentDateTimeIterator
73 void CurrentDateIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::CurrentDateIterator
101 void CurrentTimeIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::CurrentTimeIterator
129 void ImplicitTimezoneIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::ImplicitTimezoneIterator
157 void DefaultCollationIterator::accept(PlanIterVisitor& v) const in accept() function in zorba::DefaultCollationIterator
/dports/security/keepassxc/keepassxc-2.6.6/src/autotype/
H A DAutoTypeAction.cpp32 void AutoTypeChar::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeChar
47 void AutoTypeKey::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeKey
62 void AutoTypeDelay::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeDelay
76 void AutoTypeClearField::accept(AutoTypeExecutor* executor) in accept() function in AutoTypeClearField
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java461 public abstract void accept(Visitor v); in accept() method in JCTree
596 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCCompilationUnit
633 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCPackageDecl
665 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCImport
813 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCClassDecl
903 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCMethodDecl
979 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCVariableDecl
1001 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCSkip
1037 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCBlock
1067 public <R,D> R accept(TreeVisitor<R,D> v, D d) { in accept() method in JCTree.JCDoWhileLoop
[all …]

1...<<11121314151617181920>>...1091