Searched refs:any (Results 1 – 25 of 60) sorted by relevance
123
11 @@ -2287,7 +2286,11 @@ using Any = ::absl::any;12 // Otherwise for C++17 and higher use std::any for UniversalPrinter<>15 -#include <any>18 +#include <any> // NOLINT23 using Any = ::std::any;
20 @Link LinkComponent1Link1: any24 @State indexState1: any = { count: 0 }45 @Link LinkComponent2Link1: any49 @State indexState1: any = { count: 0 }70 @Link LinkComponent3Link1: any74 @State indexState1: any = { count: 0 }95 @Link LinkComponent3Link1: any99 @State indexState1: any = { count: 0 }
20 @Link ExportComponent1Link1: any24 @State indexState1: any = { count: 0 }45 @Link ExportComponent2Link1: any49 @State indexState1: any = { count: 0 }70 @Link ExportComponent3Link1: any74 @State indexState1: any = { count: 0 }95 @Link ExportComponent4Link1: any99 @State indexState1: any = { count: 0 }
18 @Link NamespaceComponent1Link1: any48 @Link NamespaceComponent2Link1: any78 @Link NamespaceComponent3Link1: any
31 "Object" form shall mean any form resulting from mechanical41 "Derivative Works" shall mean any work, whether in Source or Object49 "Contribution" shall mean any work of authorship, including50 the original version of the Work and any modifications or additions55 means any form of electronic, verbal, or written communication sent63 "Contributor" shall mean Licensor and any individual or Legal Entity83 institute patent litigation against any entity (including a86 or contributory patent infringement, then any patent licenses91 Work or Derivative Works thereof in any medium, with or without95 (a) You must give any other recipients of the Work or[all …]
15 Permission is hereby granted, free of charge, to any person obtaining a copy of this software63 "Object" form shall mean any form resulting from mechanical73 "Derivative Works" shall mean any work, whether in Source or Object81 "Contribution" shall mean any work of authorship, including82 the original version of the Work and any modifications or additions87 means any form of electronic, verbal, or written communication sent95 "Contributor" shall mean Licensor and any individual or Legal Entity115 institute patent litigation against any entity (including a118 or contributory patent infringement, then any patent licenses123 Work or Derivative Works thereof in any medium, with or without[all …]
34 "Object" form shall mean any form resulting from mechanical44 "Derivative Works" shall mean any work, whether in Source or Object52 "Contribution" shall mean any work of authorship, including53 the original version of the Work and any modifications or additions58 means any form of electronic, verbal, or written communication sent66 "Contributor" shall mean Licensor and any individual or Legal Entity86 institute patent litigation against any entity (including a89 or contributory patent infringement, then any patent licenses94 Work or Derivative Works thereof in any medium, with or without98 (a) You must give any other recipients of the Work or[all …]
30 "Object" form shall mean any form resulting from mechanical40 "Derivative Works" shall mean any work, whether in Source or Object48 "Contribution" shall mean any work of authorship, including49 the original version of the Work and any modifications or additions54 means any form of electronic, verbal, or written communication sent62 "Contributor" shall mean Licensor and any individual or Legal Entity82 institute patent litigation against any entity (including a85 or contributory patent infringement, then any patent licenses90 Work or Derivative Works thereof in any medium, with or without94 (a) You must give any other recipients of the Work or[all …]
41 func CacheGet(section string, k string) (v any, found bool) {45 func CacheSet(section string, k string, v any) error { argument
23 * executed at any time. This can be used to delay the execution of viewport38 protected view:Chart<any>;41 trans:Transformer, v:Chart<any>) {
18 @Link myLink1?: any34 @State myState1: any = { count: 0 }