HomeSort by relevance Sort by last modified time
    Searched defs:Stringify (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Lex/
Lexer.cpp 207 /// Stringify - Convert the specified string into a C string, with surrounding
209 std::string Lexer::Stringify(const std::string &Str, bool Charify) {
221 /// Stringify - Convert the specified string into a C string by escaping '\'
223 void Lexer::Stringify(SmallVectorImpl<char> &Str) {
782 // or the stringify operator ('#') this function will always return false;
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 703 /*! @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
735 #define StringifyExpansion( X ) Stringify( X )
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2191 milliseconds