Lines Matching defs:other
39 ScopedExternalStringLock(const ScopedExternalStringLock& other) V8_NOEXCEPT
40 : resource_(other.resource_) {
80 // is used along with other implementations that require V8 heap access.
109 ExternalStringStream(const ExternalStringStream& other) V8_NOEXCEPT
110 : lock_(other.lock_),
111 data_(other.data_),
112 length_(other.length_) {}
115 // is used along with other implementations that require V8 heap access.
137 // is used along with other implementations that require V8 heap access.
158 ChunkedStream(const ChunkedStream& other) V8_NOEXCEPT
160 chunks_(other.chunks_) {}
163 // is used along with other implementations that require V8 heap access.
278 BufferedCharacterStream(const BufferedCharacterStream<ByteStream>& other)
279 : byte_stream_(other.byte_stream_) {}
325 UnbufferedCharacterStream(const UnbufferedCharacterStream<ByteStream>& other)
326 : byte_stream_(other.byte_stream_) {}
498 Windows1252CharacterStream(const Windows1252CharacterStream& other)
499 V8_NOEXCEPT : byte_stream_(other.byte_stream_) {}