Searched refs:Stringify (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DMyFilm.pm12 __PACKAGE__->columns(Stringify => 'title');
H A DActor.pm15 __PACKAGE__->columns(Stringify => 'Name');
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h703 /*! @function Stringify
705 @abstract Stringify's an expression.
709 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary
718 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
728 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant"
734 #define Stringify( X ) # X macro
735 #define StringifyExpansion( X ) Stringify( X )
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm45 my @cols = $self->columns('Stringify');
2264 the special 'Stringify' column group. So, for example, if you're using
2268 Widget->columns(Stringify => qw/name/);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c63141 #define Stringify macro
[all...]

Completed in 395 milliseconds