Home
last modified time | relevance | path

Searched defs:any (Results 301 – 325 of 10959) sorted by relevance

1...<<11121314151617181920>>...439

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/T8199744/
H A DIncorrectMsgQualifiedReceiverTest.java9 void foo(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this) {} in foo()
10 …void bar(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this, int an… in bar()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/ngs/src/capabilities/
H A Dhandler_auth_mech.cc41 void Capability_auth_mech::get(::Mysqlx::Datatypes::Any &any) in get()
50 bool Capability_auth_mech::set(const ::Mysqlx::Datatypes::Any &any) in set()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/T8199744/
H A DIncorrectMsgQualifiedReceiverTest.java9 void foo(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this) {} in foo()
10 …void bar(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this, int an… in bar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/T8199744/
H A DIncorrectMsgQualifiedReceiverTest.java9 void foo(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this) {} in foo()
10 …void bar(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this, int an… in bar()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/T8199744/
H A DIncorrectMsgQualifiedReceiverTest.java9 void foo(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this) {} in foo()
10 …void bar(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this, int an… in bar()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/T8199744/
H A DIncorrectMsgQualifiedReceiverTest.java9 void foo(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this) {} in foo()
10 …void bar(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this, int an… in bar()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/T8199744/
H A DIncorrectMsgQualifiedReceiverTest.java9 void foo(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this) {} in foo()
10 …void bar(int any, IncorrectMsgQualifiedReceiverTest IncorrectMsgQualifiedReceiverTest.this, int an… in bar()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/html/template/
H A Dcontent.go115 func indirect(a any) any {
138 func indirectToStringerOrError(a any) any {
151 func stringify(args ...any) (string, contentType) {
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/
H A Dany.hpp35 class any class
39 any() in any() function in boost::any
45 any(const ValueType & value) in any() function in boost::any
50 any(const any & other) in any() function in boost::any
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/xml/
H A Dread.go132 func Unmarshal(data []byte, v any) error {
138 func (d *Decoder) Decode(v any) error {
146 func (d *Decoder) DecodeElement(v any, start *StartElement) error {
191 func receiverType(val any) string {
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/util/
H A Dany.hpp53 class any class
76any(value_t&& arg) : hldr(new holder_impl<typename std::decay<value_t>::type>( std::forward<value… in any() function in cv::util::any
78 any(any const& src) : hldr( src.hldr ? src.hldr->clone() : nullptr) {} in any() function in cv::util::any
80 any(any & src) : any (const_cast<any const&>(src)) {} in any() function in cv::util::any
/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Dany.hpp24 class any class
28 any() in any() function in boost::any
34 any(const ValueType & value) in any() function in boost::any
39 any(const any & other) in any() function in boost::any
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/typeparam/valimp.dir/
H A Da.go15 func Get[T any](v *Value[T]) T {
20 func Set[T any](v *Value[T], val T) {
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/capabilities/
H A Dhandler_client_interactive.cc41 void Capability_client_interactive::get_impl(::Mysqlx::Datatypes::Any *any) { in get_impl()
45 ngs::Error_code Capability_client_interactive::set_impl( in set_impl()
/dports/lang/elm/compiler-0.19.1/compiler/src/Data/Map/
H A DUtils.hs40 any isGood = go function
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/
H A DArtifactResponse.php19 private $any; variable in SAML2\\ArtifactResponse
42 public function setAny(\DOMElement $any = null)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/fmt/
H A Dprint.go202 func Fprintf(w io.Writer, format string, a ...any) (n int, err error) {
212 func Printf(format string, a ...any) (n int, err error) {
217 func Sprintf(format string, a ...any) string {
230 func Fprint(w io.Writer, a ...any) (n int, err error) {
241 func Print(a ...any) (n int, err error) {
247 func Sprint(a ...any) string {
262 func Fprintln(w io.Writer, a ...any) (n int, err error) {
273 func Println(a ...any) (n int, err error) {
279 func Sprintln(a ...any) string {
889 func intFromArg(a []any, argNum int) (num int, isInt bool, newArgNum int) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/io/source/acceptor/
H A Dacc_socket.cxx108 const Any & any; member
177 Any any; in read() local
191 Any any; in read() local
211 Any any; in write() local
223 Any any; in write() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/io/source/acceptor/
H A Dacc_socket.cxx102 const Any & any; member
176 Any any; in read() local
190 Any any; in read() local
210 Any any; in write() local
222 Any any; in write() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DFormatUtils.cpp138 QString FormatUtils::prepareFileFilter(const QString &name, const QStringList &exts, bool any, cons… in prepareFileFilter()
163 QString FormatUtils::prepareDocumentsFileFilter(const DocumentFormatId &fid, bool any, const QStrin… in prepareDocumentsFileFilter()
170 QString FormatUtils::prepareDocumentsFileFilter(bool any, const QStringList &extra) { in prepareDocumentsFileFilter()
194 QString FormatUtils::prepareDocumentsFileFilter(const DocumentFormatConstraints &c, bool any) { in prepareDocumentsFileFilter()
213 QString FormatUtils::prepareDocumentsFileFilterByObjType(const GObjectType &t, bool any) { in prepareDocumentsFileFilterByObjType()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/typeparam/
H A Dbuiltins.go34 func f4[T C5[X], X any](ch T) { argument
56 func g3[T M4[rune, V], V any](m T) { argument
98 func c1[T any, S Slice[T]]() {
106 func a1[T any, S Slice[T]]() {
H A Dgenembed.go30 func doGet[T any](i getter[T]) T {
35 func doGet2[T any](i interface{}) T {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc59 google::protobuf::Any any; in TEST() local
71 google::protobuf::Any any; in TEST() local
90 google::protobuf::Any any; in TEST() local
110 google::protobuf::Any any; in TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/
H A Dany_test.cc59 google::protobuf::Any any; in TEST() local
71 google::protobuf::Any any; in TEST() local
90 google::protobuf::Any any; in TEST() local
110 google::protobuf::Any any; in TEST() local
/dports/devel/estd/estd-0.4.0/include/estd/any/
H A Dany.hpp56 class any { class
70 explicit any(T const & value) : in any() function in estd::any
79 explicit any(T && value) : in any() function in estd::any

1...<<11121314151617181920>>...439