Home
last modified time | relevance | path

Searched defs:opIndexOpAssign (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d224 …ref basic_string opIndexOpAssign(string op)(T c, size_t index) { mixin("as_array[index] "… in opIndexOpAssign() function
226 …ref basic_string opIndexOpAssign(string op)(T c, size_t[2] slice) { mixin("as_array[slice[0]… in opIndexOpAssign() function
228 …ref basic_string opIndexOpAssign(string op)(const(T)[] str, size_t[2] slice) { mixin("as_array[… in opIndexOpAssign() function
230 …ref basic_string opIndexOpAssign(string op)(T c) { mixin("as_array[] " ~ op… in opIndexOpAssign() function
232 …ref basic_string opIndexOpAssign(string op)(const(T)[] str) { mixin("as_array[] " ~ op… in opIndexOpAssign() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dpackage.d648 void opIndexOpAssign(string op)(size_t i, T value) //Only when front does not return by ref in TotalContainer() function
H A Darray.d1815 void opIndexOpAssign(string op)(bool value, size_t i) in opIndexOpAssign() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dpackage.d643 void opIndexOpAssign(string op)(size_t i, T value) //Only when front does not return by ref in TotalContainer() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d155 RetType opIndexOpAssign(string op)(RetTypeNoAutoDecoding value, size_t index) in opIndexOpAssign() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/test/
H A Ddummyrange.d155 RetType opIndexOpAssign(string op)(RetTypeNoAutoDecoding value, size_t index) in opIndexOpAssign() function