HomeSort by relevance Sort by last modified time
    Searched defs:FlushInfoLog (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h 103 // FlushInfoLog() - flushes informational log messages.
387 // FlushInfoLog() - flushes informational log messages.
405 inline void FlushInfoLog() { fflush(NULL); }
  /external/gtest/include/gtest/internal/
gtest-port.h 126 // FlushInfoLog() - flushes informational log messages.
595 // FlushInfoLog() - flushes informational log messages.
613 inline void FlushInfoLog() { fflush(NULL); }
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 135 // FlushInfoLog() - flushes informational log messages.
690 // FlushInfoLog() - flushes informational log messages.
722 inline void FlushInfoLog() { fflush(NULL); }
    [all...]

Completed in 38 milliseconds