Searched defs:printToString (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/Support/
H A Draw_ostream_test.cpp19 template<typename T> std::string printToString(const T &Value) { function in namespace:__anon13256
25 /// printToString - Print the given value to a stream which only has \arg
28 template<typename T> std::string printToString(const T &Value, function in namespace:__anon13256
52 EXPECT_EQ("c", printToString('c'));
55 EXPECT_EQ("hello", printToString("hello"));
56 EXPECT_EQ("hello", printToString(std::string("hello")));
59 EXPECT_EQ("0", printToString(0));
60 EXPECT_EQ("2425", printToString(2425));
61 EXPECT_EQ("-2425", printToString(-2425));
64 EXPECT_EQ("0", printToString(
[all...]
/external/clang/lib/Basic/
H A DSourceLocation.cpp65 SourceLocation::printToString(const SourceManager &SM) const { function in class:SourceLocation
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java140 public static String printToString(final MessageOrBuilder message) { method in class:TextFormat
154 public static String printToString(final UnknownFieldSet fields) { method in class:TextFormat
165 * Same as {@code printToString()}, except that non-ASCII characters
179 * Same as {@code printToString()}, except that non-ASCII characters
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 474 milliseconds