MCPcopy Create free account
hub / github.com/csmith-project/csmith / output_one

Method output_one

src/SimpleDeltaSequence.cpp:193–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void SimpleDeltaSequence::output_one(ostream &out,
194 const SimpleDeltaSequence::ValuePair *p)
195{
196 assert(p);
197 int value = p->get_value();
198 int bound = p->get_bound();
199 out << value << sep_char_ << bound;
200 out << std::endl;
201}
202
203void
204SimpleDeltaSequence::get_sequence(ostream &out)

Callers

nothing calls this directly

Calls 2

get_boundMethod · 0.80
get_valueMethod · 0.45

Tested by

no test coverage detected