Searched refs:deserialized (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 3 deserialized: 1 96 deserialized: [cat, 9, 123 deserialized: [1, 2, 3] 133 deserialized: 602 deserialized: 623 deserialized: 5 629 deserialized: 9 635 deserialized: 25 641 deserialized: 101 647 deserialized: 101 [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 613 String deserialized = getString(newobj); in performSerializationTest() local 614 System.out.println(" deserialized: " + deserialized); in performSerializationTest() 616 if (!serialized.equals(deserialized)) { in performSerializationTest()
|
| /freebsd-14.2/contrib/flex/src/ |
| H A D | flex.skl | 1077 /** Describes a mapping from a serialized table id to its deserialized state in 1083 void **dm_arr; /**< address of pointer to store the deserialized table. */ 3198 /* copy into the deserialized array... */
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 26 /// Given a value of type CXXName bound as 'value' that was deserialized
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 7581 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">, 7582 HelpText<"Dump declarations that are deserialized from PCH, for testing">, 7584 def error_on_deserialized_pch_decl : Separate<["-"], "error-on-deserialized-decl">, 7585 HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">; 7586 def error_on_deserialized_pch_decl_EQ : Joined<["-"], "error-on-deserialized-decl=">,
|