Lines Matching defs:name
107 std::string name = GetName<T>();
108 Debug("\nReadVector<%s>()(%d-byte)\n", name.c_str(), sizeof(T));
125 std::string name = GetName<T>();
126 Debug("ReadVector<%s>() read %s\n", name.c_str(), str.c_str());
159 std::string name = GetName<T>();
160 Debug("Read<%s>()(%d-byte), count=%d: ", name.c_str(), sizeof(T), count);
234 std::string name = GetName<T>();
236 name.c_str(),
254 std::string name = GetName<T>();
255 Debug("WriteVector<%s>() wrote %d bytes\n", name.c_str(), written_total);
294 std::string name = GetName<T>();
296 name.c_str(),