Lines Matching refs:GetString
554 String result = CodedOutputStream.Utf8Encoding.GetString(buffer, bufferPos, length); 559 return CodedOutputStream.Utf8Encoding.GetString(ReadRawBytes(length), 0, length);