Home
last modified time | relevance | path

Searched refs:abstract_type (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/type/
H A Dtypemap.py46 def get_possible_types(self, abstract_type): argument
48 if isinstance(abstract_type, GraphQLUnionType):
49 return abstract_type.types
50 assert isinstance(abstract_type, GraphQLInterfaceType)
51 if abstract_type.name not in self._implementations:
53 return self._implementations[abstract_type.name]
57 abstract_type, # type: Union[GraphQLInterfaceType, GraphQLUnionType] argument
61 possible_types = self.get_possible_types(abstract_type)
66 ).format(abstract_type)
68 if abstract_type.name not in self._possible_type_map:
[all …]
/dports/devel/p5-GraphQL/GraphQL-0.52/lib/GraphQL/
H A DSchema.pm160 (ConsumerOf['GraphQL::Role::Abstract']) $abstract_type
162 return $abstract_type->get_types if $abstract_type->isa('GraphQL::Type::Union');
163 $self->_interface2types->{$abstract_type->name} || [];
175 (ConsumerOf['GraphQL::Role::Abstract']) $abstract_type,
179 return $map->{$abstract_type->name}{$possible_type->name}
180 if $map->{$abstract_type->name}; # we know about the abstract_type
181 my @possibles = @{ $self->get_possible_types($abstract_type)||[] };
183 Could not find possible implementing types for @{[$abstract_type->name]}
187 $map->{$abstract_type->name} = { map { ($_->name => 1) } @possibles };
189 $map->{$abstract_type->name}{$possible_type->name};
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/
H A Dcollection.h50 typedef typename std::remove_pointer<T>::type abstract_type; typedef
52 typedef typename abstract_type::Impl impl_type;
104 : public std::iterator<std::forward_iterator_tag, const abstract_type *> {
126 const abstract_type *&operator*();
138 const abstract_type *m_current_obj;
222 const abstract_type *at(size_t n) const;
229 const abstract_type *front() const { return at(0); } in front()
232 const abstract_type *back() const { return at(size() - 1); } in back()
235 const abstract_type *operator[](size_t n) const { return at(n); }
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dtypebound_proc_10.f0316 TYPE, ABSTRACT :: abstract_type type
20 END TYPE abstract_type
33 TYPE, ABSTRACT, EXTENDS(abstract_type) :: sub_type1
38 TYPE, EXTENDS(abstract_type) :: sub_type2 ! { dg-error "must be ABSTRACT" }
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/coercers/outputs/
H A Dabstract_coercer.py75 abstract_type: "GraphQLAbstractType",
95 type_resolver = abstract_type.get_type_resolver(
101 type_resolver(result, execution_context.context, info, abstract_type),
103 abstract_type,

1234567