Searched defs:streamable (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h116 // Converts a streamable value to a String. A NULL pointer is
124 String StreamableToString(const T& streamable) { argument
125 return (Message() << streamable).GetString();
1145 // The message argument can be anything streamable to std::ostream.
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h164 // Converts a streamable value to a String. A NULL pointer is
172 String StreamableToString(const T& streamable) { argument
173 return (Message() << streamable).GetString();
2033 // The message argument can be anything streamable to std::ostream.
/external/gtest/include/gtest/
H A Dgtest.h164 // Converts a streamable value to a String. A NULL pointer is
172 String StreamableToString(const T& streamable) { argument
173 return (Message() << streamable).GetString();
2033 // The message argument can be anything streamable to std::ostream.
/external/libxml2/
H A Dpattern.c2361 int streamable = 1; local
2409 if (streamable) {
2414 streamable = 0;
2417 streamable = 0;
2420 if (streamable)
2430 if (streamable == 0) {
2517 * Check if the pattern is streamable i.e. xmlPatternGetStreamCtxt()
2520 * Returns 1 if streamable, 0 if not and -1 in case of error.
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h164 // Converts a streamable value to a String. A NULL pointer is
172 String StreamableToString(const T& streamable) { argument
173 return (Message() << streamable).GetString();
2035 // The message argument can be anything streamable to std::ostream.
/external/protobuf/gtest/include/gtest/
H A Dgtest.h164 // Converts a streamable value to a String. A NULL pointer is
172 String StreamableToString(const T& streamable) { argument
173 return (Message() << streamable).GetString();
1830 // The message argument can be anything streamable to std::ostream.

Completed in 430 milliseconds