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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-message.h238 // Converts a streamable value to an std::string. A NULL pointer is
243 std::string StreamableToString(const T& streamable) { argument
244 return (Message() << streamable).GetString();
/external/gtest/include/gtest/
H A Dgtest-message.h238 // Converts a streamable value to an std::string. A NULL pointer is
243 std::string StreamableToString(const T& streamable) { argument
244 return (Message() << streamable).GetString();
/external/chromium_org/third_party/libxml/src/
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/chromium_org/third_party/mesa/src/src/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.c2365 int streamable = 1; local
2413 if (streamable) {
2418 streamable = 0;
2421 streamable = 0;
2424 if (streamable)
2434 if (streamable == 0) {
2521 * Check if the pattern is streamable i.e. xmlPatternGetStreamCtxt()
2524 * 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();
2036 // The message argument can be anything streamable to std::ostream.
/external/mesa3d/src/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/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.
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3310 // Converts a streamable value to an std::string. A NULL pointer is
3315 std::string StreamableToString(const T& streamable) { argument
3316 return (Message() << streamable).GetString();
19934 // The message argument can be anything streamable to std::ostream.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3310 // Converts a streamable value to an std::string. A NULL pointer is
3315 std::string StreamableToString(const T& streamable) { argument
3316 return (Message() << streamable).GetString();
19934 // The message argument can be anything streamable to std::ostream.

Completed in 398 milliseconds