Searched defs:encodedLength (Results 1 – 4 of 4) sorted by relevance
817 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function900 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function1212 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function1356 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function1453 size_t encodedLength(dchar c) @safe pure @nogc nothrow in encodedLength() function1931 size_t encodedLength(E)(dchar c) in encodedLength() function2796 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function2880 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function2956 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function3024 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function[all …]
285 auto encodedLength = Base64.encodeLength(data.length); variable
875 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function958 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function1365 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function1509 size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function1606 size_t encodedLength(dchar c) @safe pure @nogc nothrow in encodedLength() function2090 size_t encodedLength(E)(dchar c) in encodedLength() function2956 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function3040 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function3116 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function3184 override size_t encodedLength(dchar c) @safe pure nothrow @nogc in encodedLength() function[all …]
286 auto encodedLength = Base64.encodeLength(data.length); variable