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

/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/vulkan-validation-layers/tests/gtest-1.7.0/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/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h165 // Converts a streamable value to a String. A NULL pointer is
173 String StreamableToString(const T& streamable) { argument
174 return (Message() << streamable).GetString();
2037 // 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();
2037 // 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.h161 // Converts a streamable value to a String. A NULL pointer is
169 String StreamableToString(const T& streamable) { argument
170 return (Message() << streamable).GetString();
1919 // The message argument can be anything streamable to std::ostream.
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2908 // Converts a streamable value to a String. A NULL pointer is
2917 String StreamableToString(const T& streamable);
6465 // streamable to std::ostream can be streamed to a testing::Message.
6575 // Converts a streamable value to a String. A NULL pointer is
6583 String StreamableToString(const T& streamable);
15749 // Converts a streamable value to a String. A NULL pointer is
15757 String StreamableToString(const T& streamable) { argument
15758 return (Message() << streamable).GetString();
17874 // 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.
/external/opencv3/modules/ts/include/opencv2/ts/
H A Dts_gtest.h3361 // Converts a streamable value to an std::string. A NULL pointer is
3366 std::string StreamableToString(const T& streamable) { argument
3367 return (Message() << streamable).GetString();
19998 // The message argument can be anything streamable to std::ostream.
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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();
19935 // The message argument can be anything streamable to std::ostream.

Completed in 474 milliseconds