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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 191 // GTestIsInitialized() returns true iff the user has initialized
200 static bool GTestIsInitialized() { return g_parse_gtest_flags_called; }
    [all...]
  /external/gtest/src/
gtest.cc 251 // GTestIsInitialized() returns true iff the user has initialized
260 static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 281 // GTestIsInitialized() returns true iff the user has initialized
290 static bool GTestIsInitialized() { return g_init_gtest_count != 0; }
    [all...]

Completed in 493 milliseconds