/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
void XPCStringConvert::LiteralExternalString::finalize(char16_t* aChars) const { // Nothing to do.
}
size_t XPCStringConvert::LiteralExternalString::sizeOfBuffer( const JS::Latin1Char* aChars, mozilla::MallocSizeOf aMallocSizeOf) const { // This string's buffer is not heap-allocated, so its malloc size is 0. return0;
}
size_t XPCStringConvert::LiteralExternalString::sizeOfBuffer( const char16_t* aChars, mozilla::MallocSizeOf aMallocSizeOf) const { // This string's buffer is not heap-allocated, so its malloc size is 0. return0;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.