Searched defs:Stringify (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp207 /// Stringify - Convert the specified string into a C string, with surrounding
209 std::string Lexer::Stringify(const std::string &Str, bool Charify) { function in class:Lexer
221 /// Stringify - Convert the specified string into a C string by escaping '\'
223 void Lexer::Stringify(SmallVectorImpl<char> &Str) { function in class:Lexer
/external/mdnsresponder/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 )
/external/sqlite/dist/orig/
H A Dsqlite3.c64469 #define Stringify macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c64480 #define Stringify macro
[all...]

Completed in 320 milliseconds