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

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp116 Lexer::Stringify(Filename);
/external/clang/include/clang/Lex/
H A DLexer.h228 /// Stringify - Convert the specified string into a C string by escaping '\'
231 static std::string Stringify(const std::string &Str, bool Charify = false);
233 /// Stringify - Convert the specified string into a C string by escaping '\'
235 static void Stringify(SmallVectorImpl<char> &Str);
/external/chromium_org/v8/src/
H A Dd8.js1968 function Stringify(x, depth) { function
1990 {}.hasOwnProperty.call(x, i) ? Stringify(x[i], depth - 1) : "");
2005 if (IS_SYMBOL(name)) name = "[" + Stringify(name) + "]";
2007 props.push(name + ": " + Stringify(desc.value, depth - 1));
2010 var getter = Stringify(desc.get);
2014 var setter = Stringify(desc.set);
H A Djson-stringifier.h20 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object);
254 MaybeHandle<Object> BasicJsonStringifier::Stringify(Handle<Object> object) { function in class:v8::internal::BasicJsonStringifier
279 return stringifier.Stringify(object);
H A Druntime.cc6378 isolate, result, stringifier.Stringify(object));
/external/clang/lib/Lex/
H A DMacroArgs.cpp205 // Stringify all the tokens.
226 std::string Str = Lexer::Stringify(TokStr);
H A DHeaderSearch.cpp959 return Lexer::Stringify(Path.str());
H A DPPMacroExpansion.cpp1292 Lexer::Stringify(FN);
H A DLexer.cpp206 /// Stringify - Convert the specified string into a C string, with surrounding
208 std::string Lexer::Stringify(const std::string &Str, bool Charify) { function in class:Lexer
220 /// Stringify - Convert the specified string into a C string by escaping '\'
222 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/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c135 #define Stringify(P, enc) \ macro
1171 Stringify(pIn1, encoding);
1172 Stringify(pIn2, encoding);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1661 LineString += Lexer::Stringify(PLoc.getFilename());
3121 LineString += Lexer::Stringify(PLoc.getFilename());
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c61951 #define Stringify macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c68050 #define Stringify macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c68070 #define Stringify macro
[all...]

Completed in 872 milliseconds