Searched defs:PolyDerivedLA (Results 1 – 6 of 6) sorted by relevance
80 struct PolyDerivedLA : public PolyLA struct82 PolyDerivedLA( int xx ) : x( xx ) { } in PolyDerivedLA() argument95 static void load_and_construct( Archive & ar, cereal::construct<PolyDerivedLA> & construct ) in load_and_construct() argument105 bool operator==( PolyDerivedLA const & other ) const in operator ==() argument134 CEREAL_REGISTER_TYPE(PolyDerivedLA) in CEREAL_REGISTER_TYPE() argument
188 struct PolyDerivedLA : public PolyLA struct190 PolyDerivedLA( int xx ) : x( xx ) { } in PolyDerivedLA() argument191 virtual ~PolyDerivedLA() {} in ~PolyDerivedLA() argument204 static void load_and_construct( Archive & ar, cereal::construct<PolyDerivedLA> & construct ) in load_and_construct() argument214 bool operator==( PolyDerivedLA const & other ) const in operator ==() argument
188 struct PolyDerivedLA : public PolyLA struct190 PolyDerivedLA( int xx ) : x( xx ) { } in PolyDerivedLA() function191 virtual ~PolyDerivedLA() {} in ~PolyDerivedLA() argument204 static void load_and_construct( Archive & ar, cereal::construct<PolyDerivedLA> & construct ) in load_and_construct() argument214 bool operator==( PolyDerivedLA const & other ) const in operator ==() argument