| 50 | } |
| 51 | |
| 52 | virtual bool writeToBinFile(string name) const { |
| 53 | return (writeProtoToASCIIFile(info_, name+".info") |
| 54 | && value_.writeToFile(name+".value")); |
| 55 | } |
| 56 | |
| 57 | virtual string debugString() const { |
| 58 | std::stringstream ss; |
nothing calls this directly
no test coverage detected