Searched refs:stream_alias (Results 1 – 2 of 2) sorted by relevance
79 const void* stream_alias; in ParseString() local81 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()85 *result = StringPiece(static_cast<const char*>(stream_alias), length); in ParseString()
370 const void* stream_alias; in ParseString() local372 if (!stream->GetDirectBufferPointer(&stream_alias, &stream_size)) { in ParseString()376 *result = StringPiece(static_cast<const char*>(stream_alias), length); in ParseString()