Home
last modified time | relevance | path

Searched defs:TypeRef (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/
H A DScalaReflection.scala197 val TypeRef(_, _, Seq(optType)) = t constant
267 val TypeRef(_, _, Seq(elementType)) = t constant
296 val TypeRef(_, _, Seq(elementType)) = t constant
472 val TypeRef(_, _, Seq(optType)) = t constant
482 val TypeRef(_, _, Seq(elementType)) = t constant
486 val TypeRef(_, _, Seq(elementType)) = t constant
615 val TypeRef(_, _, Seq(optType)) = t constant
684 val TypeRef(_, _, Seq(optType)) = t constant
688 val TypeRef(_, _, Seq(elementType)) = t constant
692 val TypeRef(_, _, Seq(elementType)) = t constant
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/tables/
H A Dtype_ref.rs4 pub struct TypeRef(pub Row); struct
6 impl TypeRef { impl
29 impl std::fmt::Debug for TypeRef { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/parser/
H A Dmod.rs26 TypeRef(TypeRef), enumerator
60 ) -> Result<Pattern<TypeRef>, ParseError<'input>> { in parse_pattern()
72 pub fn parse_type_ref<'input>(input: &'input str) -> Result<TypeRef, ParseError<'input>> { in parse_type_ref()
79 ) -> Result<Vec<WhereClause<TypeRef>>, ParseError<'input>> { in parse_where_clauses()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/parser/
H A Dmod.rs26 TypeRef(TypeRef), enumerator
60 ) -> Result<Pattern<TypeRef>, ParseError<'input>> { in parse_pattern()
72 pub fn parse_type_ref<'input>(input: &'input str) -> Result<TypeRef, ParseError<'input>> { in parse_type_ref()
79 ) -> Result<Vec<WhereClause<TypeRef>>, ParseError<'input>> { in parse_where_clauses()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/parser/
H A Dmod.rs26 TypeRef(TypeRef), enumerator
60 ) -> Result<Pattern<TypeRef>, ParseError<'input>> { in parse_pattern()
72 pub fn parse_type_ref<'input>(input: &'input str) -> Result<TypeRef, ParseError<'input>> { in parse_type_ref()
79 ) -> Result<Vec<WhereClause<TypeRef>>, ParseError<'input>> { in parse_where_clauses()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasi/tools/witx/src/
H A Dlayout.rs20 impl TypeRef { impl
21 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
34 impl Layout for TypeRef { implementation
42 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
54 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
97 fn member_layout_(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> Vec<StructMemberLayout> { in member_layout_()
109 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
186 fn union_layout_(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> UnionLayout { in union_layout_()
207 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/WASI/tools/witx/src/
H A Dlayout.rs20 impl TypeRef { impl
21 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
34 impl Layout for TypeRef { implementation
42 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
54 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
97 fn member_layout_(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> Vec<StructMemberLayout> { in member_layout_()
109 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
186 fn union_layout_(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> UnionLayout { in union_layout_()
207 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/tools/wasi-headers/WASI/tools/witx/src/
H A Dlayout.rs31 impl TypeRef { impl
32 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
45 impl Layout for TypeRef { implementation
53 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
65 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
105 cache: &mut HashMap<TypeRef, SizeAlign>, in member_layout_()
121 fn layout(&self, cache: &mut HashMap<TypeRef, SizeAlign>) -> SizeAlign { in layout()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/java/
H A DTypeRef.java26 public final class TypeRef implements Supplier<NdType> { class
56 private TypeRef(NdType type) { in TypeRef() method in TypeRef
63 private TypeRef(Nd nd, char[] resourcePath, char[] fieldDescriptor) { in TypeRef() method in TypeRef
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DTypeRef.cs18 public class TypeRef : BaseClassRef { class
24 public TypeRef (string full_name, bool is_valuetype, Location location) in TypeRef() method in Mono.ILASM.TypeRef
29 …public TypeRef (string full_name, bool is_valuetype, Location location, ArrayList conv_list, strin… in TypeRef() method in Mono.ILASM.TypeRef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dtype_ref.rs80 pub enum TypeRef { enum
135 impl TypeRef { impl
227 pub fn walk(&self, f: &mut impl FnMut(&TypeRef)) { in walk()
230 fn go(type_ref: &TypeRef, f: &mut impl FnMut(&TypeRef)) { in walk()
255 fn go_path(path: &Path, f: &mut impl FnMut(&TypeRef)) { in walk()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dtype_ref.rs80 pub enum TypeRef { enum
135 impl TypeRef { impl
227 pub fn walk(&self, f: &mut impl FnMut(&TypeRef)) { in walk()
230 fn go(type_ref: &TypeRef, f: &mut impl FnMut(&TypeRef)) { in walk()
255 fn go_path(path: &Path, f: &mut impl FnMut(&TypeRef)) { in walk()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/grammar/token/
H A Dmod.rs18 pub fn new(enum_type: TypeRef, token_map: Vec<(Atom, Atom)>) -> TokenDefinition { in new()
25 pub fn enum_type(&self) -> &TypeRef { in enum_type()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/grammar/token/
H A Dmod.rs18 pub fn new(enum_type: TypeRef, token_map: Vec<(Atom, Atom)>) -> TokenDefinition { in new()
25 pub fn enum_type(&self) -> &TypeRef { in enum_type()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/grammar/token/
H A Dmod.rs18 pub fn new(enum_type: TypeRef, token_map: Vec<(Atom, Atom)>) -> TokenDefinition { in new()
25 pub fn enum_type(&self) -> &TypeRef { in enum_type()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/alecthomas/participle/_examples/graphql/
H A Dmain.go53 type TypeRef struct { struct
54 Array *TypeRef `( "[" @@ "]"`
55 Type string ` | @Ident )`
56 NonNullable bool `[ @"!" ]`
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/net/inlets/inlets-3.0.2/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.0.2/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/sigs.k8s.io/structured-merge-diff/v4/structured-merge-diff-4.1.0/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func
/dports/net/traefik/traefik-2.6.1/vendor/sigs.k8s.io/structured-merge-diff/v4/typed/
H A Dtyped.go32 func AsTyped(v value.Value, s *schema.Schema, typeRef schema.TypeRef) (*TypedValue, error) {
48 func AsTypedUnvalidated(v value.Value, s *schema.Schema, typeRef schema.TypeRef) *TypedValue {
65 func (tv TypedValue) TypeRef() schema.TypeRef { func

12345678910