Home | History | Annotate | Download | only in src

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
219 void ValueSerializer::WriteRawBytes(const void* source, size_t length) {
220 memcpy(ReserveRawBytes(length), source, length);