Home | History | Annotate | Download | only in cctest

Lines Matching refs:source_length

107   int source_length = head.length() + body.length() * repeats + tail.length();
108 uint8_t* source = NewArray<uint8_t>(static_cast<size_t>(source_length));
117 source_length);