Searched defs:stack_grows_down (Results 1 - 7 of 7) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc574 static const bool stack_grows_down = StackGrowsDown(); local
580 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc908 static const bool stack_grows_down = StackGrowsDown(); local
915 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc908 static const bool stack_grows_down = StackGrowsDown(); local
915 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc956 static const bool stack_grows_down = StackGrowsDown(); local
963 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/gtest/src/
H A Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc961 static const bool stack_grows_down = StackGrowsDown(); local
968 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc960 static const bool stack_grows_down = StackGrowsDown(); local
967 static_cast<char*>(stack) + (stack_grows_down ? stack_size : 0);

Completed in 330 milliseconds