reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
118 if (!has_null && has_explicit_length && !is_path_store) { 168 if (has_explicit_length && is_unicode) { 194 } else if (is_inline && has_explicit_length && !is_unicode && 211 if (!has_explicit_length) { 225 options.SetNeedsZeroTermination(!has_explicit_length); 228 options.SetBinaryZeroIsTerminator(!has_explicit_length); 245 options.SetNeedsZeroTermination(!has_explicit_length); 248 options.SetBinaryZeroIsTerminator(!has_explicit_length); 254 if (!has_explicit_length) { 260 has_explicit_length = !(error.Fail() || explicit_length == 0); 267 options.SetNeedsZeroTermination(!has_explicit_length); 270 options.SetBinaryZeroIsTerminator(!has_explicit_length); 272 if (has_explicit_length) 283 if (has_explicit_length && !has_null)