OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_outcome
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/testing/gtest/src/
gtest-death-test.cc
386
void
set_outcome
(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
function in class:testing::internal::DeathTestImpl
438
set_outcome
(DIED);
442
set_outcome
(RETURNED);
445
set_outcome
(THREW);
448
set_outcome
(LIVED);
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
346
void
set_outcome
(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
function in class:testing::internal::DeathTestImpl
398
set_outcome
(DIED);
402
set_outcome
(RETURNED);
405
set_outcome
(THREW);
408
set_outcome
(LIVED);
[
all
...]
/external/gtest/src/
gtest-death-test.cc
386
void
set_outcome
(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
function in class:testing::internal::DeathTestImpl
438
set_outcome
(DIED);
442
set_outcome
(RETURNED);
445
set_outcome
(THREW);
448
set_outcome
(LIVED);
[
all
...]
/external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
349
void
set_outcome
(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
function in class:testing::internal::DeathTestImpl
401
set_outcome
(DIED);
405
set_outcome
(RETURNED);
408
set_outcome
(THREW);
411
set_outcome
(LIVED);
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
346
void
set_outcome
(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
function in class:testing::internal::DeathTestImpl
398
set_outcome
(DIED);
402
set_outcome
(RETURNED);
405
set_outcome
(THREW);
408
set_outcome
(LIVED);
[
all
...]
Completed in 56 milliseconds