Home
last modified time | relevance | path

Searched refs:to_objects (Results 1 – 5 of 5) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/basic_SUITE_data/
H A Dbasic_inline_function.erl11 -compile({inline, [{to_objects, 3}]}).
27 case catch to_objects(KeysObjs, C, Ts) of
57 to_objects(Bin, {binary, _, set}, _Ts) -> function
60 to_objects(<<_ObjSz0:32, _T/binary>> ,_, _) -> function
62 to_objects(_Bin, _, _Ts) -> function
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/validators/
H A Dtest_xsdbase.py707 obj = self.schema.elements['vehicles'].to_objects(root)
712 obj = self.schema.elements['vehicles'].to_objects(root, with_bindings=True)
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/testing/
H A Dbuilders.py483 data_element = self.schema.to_objects(xml_file, with_bindings)
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Delements.py872 def to_objects(self, obj: ElementType, with_bindings: bool = False, **kwargs: Any) \ member in XsdElement
H A Dschemas.py2011 def to_objects(self, source: Union[XMLSourceType, XMLResource], with_bindings: bool = False, member in XMLSchemaBase