Searched refs:bstrc (Results 1 – 2 of 2) sorted by relevance
145 ByteString::ByteString(ByteStringView bstrc) { in ByteString() argument146 if (!bstrc.IsEmpty()) { in ByteString()148 StringData::Create(bstrc.unterminated_c_str(), bstrc.GetLength())); in ByteString()
59 explicit ByteString(ByteStringView bstrc);