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

/external/chromium_org/v8/src/
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 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);
/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/Lex/
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/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 1111 milliseconds