1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpcom/string/public/string-template-def-char.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* vim:set ts=2 sw=2 sts=2 et cindent: */ 1.6 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.7 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.9 +// IWYU pragma: private, include "nsString.h" 1.10 + 1.11 +#define CharT char 1.12 +#define CharT_is_char 1 1.13 +#define nsTAString_IncompatibleCharT nsAString 1.14 +#define nsTString_CharT nsCString 1.15 +#define nsTFixedString_CharT nsFixedCString 1.16 +#define nsTAutoString_CharT nsAutoCString 1.17 +#define nsTSubstring_CharT nsACString 1.18 +#define nsTSubstringTuple_CharT nsCSubstringTuple 1.19 +#define nsTStringComparator_CharT nsCStringComparator 1.20 +#define nsTDefaultStringComparator_CharT nsDefaultCStringComparator 1.21 +#define nsTDependentString_CharT nsDependentCString 1.22 +#define nsTDependentSubstring_CharT nsDependentCSubstring 1.23 +#define nsTLiteralString_CharT nsLiteralCString 1.24 +#define nsTXPIDLString_CharT nsXPIDLCString 1.25 +#define nsTGetterCopies_CharT nsCGetterCopies 1.26 +#define nsTAdoptingString_CharT nsAdoptingCString 1.27 +#define nsTPromiseFlatString_CharT nsPromiseFlatCString 1.28 +#define TPromiseFlatString_CharT PromiseFlatCString