Home
last modified time | relevance | path

Searched refs:onText (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d822 xml.onText = (string s) { opOpAssign!("~")(new Text(s)); }; in parse()
1890 @property @safe @nogc pure nothrow void onText(Handler handler) { textHandler = handler; } in onText() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d814 xml.onText = (string s) { opCatAssign(new Text(s)); }; in parse()
1881 @property @safe @nogc pure nothrow void onText(Handler handler) { textHandler = handler; } in onText() function