Searched refs:lasterror_ (Results 1 – 1 of 1) sorted by relevance
44 lasterror_ = "buffer truncated"; in FlatBufferToText()55 lasterror_ = "unable to generate text for FlatBuffer binary"; in FlatBufferToText()71 lasterror_ = parser.error_; in TextToFlatBuffer()86 const std::string &GetLastError() { return lasterror_; } in GetLastError()94 lasterror_ = "identifier for this buffer not in the registry"; in LoadSchema()101 lasterror_ = "could not load schema: " + schema.path_; in LoadSchema()108 lasterror_ = parser->error_; in LoadSchema()119 std::string lasterror_; variable