Searched refs:deserialize (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h76 Error deserialize(BinaryStreamReader &Reader) const { function in struct:llvm::codeview::serialize_conditional_impl
94 Error deserialize(BinaryStreamReader &Reader) const { function in struct:llvm::codeview::serialize_array_impl
105 Error deserialize(BinaryStreamReader &Reader) const { function in struct:llvm::codeview::serialize_vector_tail_impl
123 Error deserialize(BinaryStreamReader &Reader) const { function in struct:llvm::codeview::serialize_null_term_string_array_impl
143 Error deserialize(BinaryStreamReader &Reader) const { function in struct:llvm::codeview::serialize_arrayref_tail_impl
154 Error deserialize(BinaryStreamReader &Reader) const { function in struct:llvm::codeview::serialize_numeric_impl
188 return Item.deserialize(Reader);
194 return Item.deserialize(Reader);
199 return Item.deserialize(Reader);
205 return Item.deserialize(Reade
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp74 bool deserialize = false; local
75 d->dump(stream, deserialize);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h210 /// deserialize an instance of type T to/from an abstract channel of type
220 /// static Error deserialize(ChannelT&, T&);
253 /// Specializations of this class contain 'serialize' and 'deserialize' methods
255 /// types to be serialized. The serialize and deserialize methods take a list
268 static Error deserialize(ChannelT &C) { return Error::success(); } function in class:llvm::orc::rpc::SequenceSerialization
282 static Error deserialize(ChannelT &C, CArgT &CArg) { function in class:llvm::orc::rpc::SequenceSerialization
283 return SerializationTraits<ChannelT, ArgT, CArgT>::deserialize(C, CArg);
305 static Error deserialize(ChannelT &C, CArgT &CArg, function in class:llvm::orc::rpc::SequenceSerialization
308 SerializationTraits<ChannelT, ArgT, CArgT>::deserialize(C, CArg))
312 return SequenceSerialization<ChannelT, ArgTs...>::deserialize(
388 static Error deserialize(ChannelT &C, Error &Err) { function in namespace:llvm::orc::rpc
493 static Error deserialize(ChannelT &C, Expected<T2> &ValOrErr) { function in class:llvm::orc::SerializationTraits
538 static Error deserialize(ChannelT &C, std::pair<T3, T4> &V) { function in class:llvm::orc::SerializationTraits
557 static Error deserialize(ChannelT &C, std::tuple<ArgTs...> &V) { function in class:llvm::orc::SerializationTraits
595 static Error deserialize(ChannelT &C, std::vector<T> &V) { function in class:llvm::orc::SerializationTraits
628 static Error deserialize(ChannelT &C, std::set<T2> &S) { function in class:llvm::orc::SerializationTraits
671 static Error deserialize(ChannelT &C, std::map<K2, V2> &M) { function in class:llvm::orc::SerializationTraits
[all...]
H A DRawByteChannel.h103 static Error deserialize(ChannelT &C, T &V) { function in class:llvm::orc::rpc::SerializationTraits
124 static Error deserialize(ChannelT &C, bool &V) { function in class:llvm::orc::rpc::SerializationTraits
171 static Error deserialize(RawByteChannel &C, std::string &S) { function in class:llvm::orc::rpc::SerializationTraits
H A DRPCUtils.h556 return SequenceSerialization<ChannelT, ArgTs...>::deserialize(
655 UnwrappedArgType>::deserialize(C, Result))
719 HandlerArgType>::deserialize(C, Result))
749 if (auto Err = SerializationTraits<ChannelT, Error, Error>::deserialize(
915 std::is_same<decltype(T::deserialize(std::declval<ChannelT &>(),
976 static_assert(value, "Missing deserializer for argument (Can't deserialize "
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h66 * @a baton passed into can be used to deserialize only a specific part or
373 svn_cache__deserialize_func_t deserialize,
427 * FALSE. The value is copied into @a result_pool using the deserialize
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h148 static DiagnosticMapping deserialize(unsigned Bits) { function in class:clang::diag::DiagnosticMapping
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h92 static Error deserialize(ChannelT &C, JITSymbolFlags &Flags) { function in class:llvm::orc::rpc::SerializationTraits
121 static Error deserialize(ChannelT &C, remote::DirectBufferWriter &DBW) { function in class:llvm::orc::rpc::SerializationTraits
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-inprocess.c231 /* deserialize the buffer content. Usually, this will directly
649 svn_cache__deserialize_func_t deserialize,
668 cache->deserialize_func = deserialize;
647 svn_cache__create_inprocess(svn_cache__t **cache_p, svn_cache__serialize_func_t serialize, svn_cache__deserialize_func_t deserialize, apr_ssize_t klen, apr_int64_t pages, apr_int64_t items_per_page, svn_boolean_t thread_safe, const char *id, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h254 /// Produce a representation that can later be passed to \c deserialize to
261 static ParamIdx deserialize(SerialType S) { function in class:clang::ParamIdx
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp994 // If this identifier is a macro, deserialize the macro
4969 // If there were any CUDA special declarations, deserialize them.
6239 DiagnosticMapping::deserialize(Record[Idx++]);

Completed in 207 milliseconds