Searched refs:Serialize (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc207 * Serialize casefiles before deleting them so that they can be reread
213 casefile->Serialize();
658 Serialize();
855 CaseFile::Serialize() function in class:CaseFile
872 syslog(LOG_ERR, "CaseFile::Serialize: Unable to open %s.\n",
940 Serialize();
1007 Serialize();
H A Dcase_file.h285 void Serialize();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h58 m_data_sp->Serialize(s);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducerInstrumentation.h553 Serialize(head);
560 /// Serialize pointers. We need to differentiate between pointers to
563 template <typename T> void Serialize(T *t) { function in class:lldb_private::repro::Serializer
565 Serialize(*t);
568 Serialize(idx);
572 /// Serialize references. We need to differentiate between references to
575 template <typename T> void Serialize(T &t) { function in class:lldb_private::repro::Serializer
580 Serialize(idx);
584 void Serialize(void *v) { function in class:lldb_private::repro::Serializer
589 void Serialize(cons function in class:lldb_private::repro::Serializer
[all...]
H A DStructuredData.h154 virtual void Serialize(llvm::json::OStream &s) const = 0;
158 Serialize(jso);
278 void Serialize(llvm::json::OStream &s) const override;
296 void Serialize(llvm::json::OStream &s) const override;
313 void Serialize(llvm::json::OStream &s) const override;
330 void Serialize(llvm::json::OStream &s) const override;
346 void Serialize(llvm::json::OStream &s) const override;
515 void Serialize(llvm::json::OStream &s) const override;
530 void Serialize(llvm::json::OStream &s) const override;
544 void Serialize(llv
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp64 void StructuredPythonObject::Serialize(llvm::json::OStream &s) const { function in class:StructuredPythonObject
H A DPythonDataObjects.h90 void Serialize(llvm::json::OStream &s) const override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp209 StructuredData::ObjectSP Serialize() const { function in class:sddarwinlog_private::FilterRule
603 json_filter_rules_sp->AddItem(rule_sp->Serialize());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp129 Serialize(stream);
132 void StructuredData::Array::Serialize(json::OStream &s) const { function in class:StructuredData::Array
135 item_sp->Serialize(s);
140 void StructuredData::Integer::Serialize(json::OStream &s) const { function in class:StructuredData::Integer
144 void StructuredData::Float::Serialize(json::OStream &s) const { function in class:StructuredData::Float
148 void StructuredData::Boolean::Serialize(json::OStream &s) const { function in class:StructuredData::Boolean
152 void StructuredData::String::Serialize(json::OStream &s) const { function in class:StructuredData::String
156 void StructuredData::Dictionary::Serialize(json::OStream &s) const { function in class:StructuredData::Dictionary
160 pair.second->Serialize(s);
166 void StructuredData::Null::Serialize(jso function in class:StructuredData::Null
170 void StructuredData::Generic::Serialize(json::OStream &s) const { function in class:StructuredData::Generic
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h340 static void registerErrorType(std::string Name, SerializeFtor Serialize, argument
363 [KeyName, Serialize = std::move(Serialize)](
369 return Serialize(C, static_cast<const ErrorInfoT &>(EIB));
445 void registerErrorSerialization(std::string Name, SerializeFtor &&Serialize, argument
449 std::forward<SerializeFtor>(Serialize),
583 /// Serialize a std::vector<T> from std::vector<T>.
616 /// Serialize a std::set<T> from std::set<T2>.
654 /// Serialize a std::map<K, V> from std::map<K2, V2>.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp462 case SystemZ::Serialize:
H A DSystemZISelLowering.cpp3790 return SDValue(DAG.getMachineNode(SystemZ::Serialize, DL, MVT::Other,
3818 Chain = SDValue(DAG.getMachineNode(SystemZ::Serialize, SDLoc(Op),
5264 Res = SDValue(DAG.getMachineNode(SystemZ::Serialize, DL,

Completed in 327 milliseconds