HomeSort by relevance Sort by last modified time
    Searched refs:streamable (Results 1 - 4 of 4) sorted by null

  /external/gtest/include/gtest/internal/
gtest-string.h 321 // Converts a streamable value to a String. A NULL pointer is
330 String StreamableToString(const T& streamable);
gtest-internal.h 72 // streamable to std::ostream can be streamed to a testing::Message.
191 // Converts a streamable value to a String. A NULL pointer is
199 String StreamableToString(const T& streamable);
    [all...]
  /external/libxml2/
pattern.c 2361 int streamable = 1; local
    [all...]
  /external/gtest/include/gtest/
gtest.h 153 // Converts a streamable value to a String. A NULL pointer is
161 String StreamableToString(const T& streamable) {
162 return (Message() << streamable).GetString();
    [all...]

Completed in 33 milliseconds