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

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-string.h 254 // Converts a streamable value to a String. A NULL pointer is
263 String StreamableToString(const T& streamable);
gtest-internal.h 68 // streamable to std::ostream can be streamed to a testing::Message.
178 // Converts a streamable value to a String. A NULL pointer is
186 String StreamableToString(const T& streamable);
  /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/chromium/testing/gtest/include/gtest/internal/
gtest-string.h 336 // Converts a streamable value to a String. A NULL pointer is
345 String StreamableToString(const T& streamable);
gtest-internal.h 72 // streamable to std::ostream can be streamed to a testing::Message.
188 // Converts a streamable value to a String. A NULL pointer is
196 String StreamableToString(const T& streamable);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 336 // Converts a streamable value to a String. A NULL pointer is
345 String StreamableToString(const T& streamable);
gtest-internal.h 74 // streamable to std::ostream can be streamed to a testing::Message.
202 // Converts a streamable value to a String. A NULL pointer is
210 String StreamableToString(const T& streamable);
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 334 // Converts a streamable value to a String. A NULL pointer is
343 String StreamableToString(const T& streamable);
gtest-internal.h 72 // streamable to std::ostream can be streamed to a testing::Message.
186 // Converts a streamable value to a String. A NULL pointer is
194 String StreamableToString(const T& streamable);
    [all...]
  /external/libxml2/
pattern.c 2361 int streamable = 1; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 116 // Converts a streamable value to a String. A NULL pointer is
124 String StreamableToString(const T& streamable) {
125 return (Message() << streamable).GetString();
    [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...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 164 // Converts a streamable value to a String. A NULL pointer is
172 String StreamableToString(const T& streamable) {
173 return (Message() << streamable).GetString();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 161 // Converts a streamable value to a String. A NULL pointer is
169 String StreamableToString(const T& streamable) {
170 return (Message() << streamable).GetString();
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 164 // Converts a streamable value to a String. A NULL pointer is
172 String StreamableToString(const T& streamable) {
173 return (Message() << streamable).GetString();
    [all...]

Completed in 1655 milliseconds