reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/Orc/RPCSerialization.h
  531 class SerializationTraits<ChannelT, std::pair<T1, T2>, std::pair<T3, T4>> {
  533   static Error serialize(ChannelT &C, const std::pair<T3, T4> &V) {
  539   static Error deserialize(ChannelT &C, std::pair<T3, T4> &V) {