Home
last modified time | relevance | path

Searched refs:is_object_type (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/validation/rules/
H A Dunique_field_definition_names.py6 from ...type import is_object_type, is_interface_type, is_input_object_type
65 if is_object_type(type_) or is_interface_type(type_) or is_input_object_type(type_):
H A Dpossible_type_extensions.py12 is_object_type,
83 if is_object_type(type_):
H A Dfields_on_correct_type.py13 is_object_type,
129 if is_object_type(type_) or is_interface_type(type_):
H A Doverlapping_fields_can_be_merged.py27 is_object_type,
522 and is_object_type(parent_type1)
523 and is_object_type(parent_type2)
682 if is_object_type(parent_type) or is_interface_type(parent_type)
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/utilities/
H A Dtype_comparators.py15 is_object_type,
87 and (is_interface_type(maybe_subtype) or is_object_type(maybe_subtype))
H A Dtype_info.py40 is_object_type,
172 self._type_stack.append(type_ if is_object_type(type_) else None)
294 if is_object_type(parent_type) or is_interface_type(parent_type):
H A Dfind_breaking_changes.py24 is_object_type,
201 elif is_object_type(old_type) and is_object_type(new_type):
539 if is_object_type(type_):
H A Dlexicographic_sort_schema.py27 is_object_type,
108 if is_object_type(type_):
H A Dprint_schema.py26 is_object_type,
125 if is_object_type(type_):
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/type/
H A Dvalidate.py38 is_object_type,
122 elif not is_object_type(query_type):
130 if mutation_type and not is_object_type(mutation_type):
139 if subscription_type and not is_object_type(subscription_type):
214 if is_object_type(type_):
428 if is_object_type(member_type):
H A Dintrospection.py18 is_object_type,
263 if is_object_type(type_):
296 if is_object_type(type_) or is_interface_type(type_):
306 if is_object_type(type_) or is_interface_type(type_):
H A Dschema.py29 is_object_type,
262 elif is_object_type(named_type):
415 elif is_object_type(named_type) or is_interface_type(named_type):
459 elif is_object_type(type_) or is_interface_type(type_):
H A D__init__.py21 is_object_type,
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.h199 bool is_object_type; member
402 itype.is_object_type = true; in create_object_type()
448 is_object_type = false; in TypeInterface()
594 else if (p_type.is_object_type) in get_unique_sig()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/
H A Dbindings_generator.h199 bool is_object_type; member
402 itype.is_object_type = true; in create_object_type()
448 is_object_type = false; in TypeInterface()
594 else if (p_type.is_object_type) in get_unique_sig()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Djv-lang.h65 extern int is_object_type (struct type *);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Djv-lang.h65 extern int is_object_type (struct type *);
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Djv-lang.h69 extern int is_object_type (struct type *);
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Djv-lang.h69 extern int is_object_type (struct type *);
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/Shell/
H A DCompletion.pm1131 my ($text, $is_object_type) = @_;
1132 …$maybe_object_type = !( $text =~ s/\bprops::// ) && (!defined($is_object_type) || $is_object_type);
1133 my $maybe_prop_type = !( $text =~ s/\bobjects::// ) && !$is_object_type;
1139 my ($shell, $text, $is_object_type) = @_;
1140 my ($type_prefix, $app_name, @maybe) = prepare_type_matching($text, $is_object_type);
1200 my ($text, $is_object_type)=@_;
1201 my ($type_name, $app_name, @maybe) = prepare_type_matching($text, $is_object_type);
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/types/helpers/
H A Ddefinition.py146 def is_object_type(graphql_type: "GraphQLType") -> bool: function
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/type/
H A Dtest_predicate.py60 is_object_type,
146 assert is_object_type(ObjectType) is True
150 assert is_object_type(GraphQLList(ObjectType)) is False
/dports/devel/py-graphql-core/graphql-core-3.1.6/docs/modules/
H A Dtype.rst26 .. autofunction:: is_object_type
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dmodjni.c88 STATIC bool is_object_type(const char *jtypesig) { in is_object_type() function
453 } else if (is_object_type(jtypesig)) {
528 } else if (is_object_type(ret_type)) { in call_method()
/dports/devel/py-graphql-core/graphql-core-3.1.6/src/graphql/
H A D__init__.py89 is_object_type,

123