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