Searched defs:ParamTraits (Results 1 – 3 of 3) sorted by relevance
82 struct ParamTraits { struct87 struct ParamTraits<T&> { argument
78 struct ParamTraits<Manifest::Location> { struct79 typedef Manifest::Location param_type;80 static void Write(Message* m, const param_type& p) { in Write()84 static bool Read(const Message* m, PickleIterator* iter, param_type* p) { in Read()93 static void Log(const param_type& p, std::string* l) { in Log()
13 template <class P> struct ParamTraits { struct