Home
last modified time | relevance | path

Searched defs:encodedLength (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dencoding.d817 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
900 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
1212 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
1356 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
1453 size_t encodedLength(dchar c) @safe pure @nogc nothrow in encodedLength() function
1931 size_t encodedLength(E)(dchar c) in encodedLength() function
2796 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
2880 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
2956 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
3024 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
[all …]
H A Dbase64.d285 auto encodedLength = Base64.encodeLength(data.length); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dencoding.d875 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
958 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
1365 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
1509 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
1606 size_t encodedLength(dchar c) @safe pure @nogc nothrow in encodedLength() function
2090 size_t encodedLength(E)(dchar c) in encodedLength() function
2956 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
3040 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
3116 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
3184 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function
[all …]
H A Dbase64.d286 auto encodedLength = Base64.encodeLength(data.length); variable