OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeathTestOutcome
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/testing/gtest/src/
gtest-death-test.cc
243
// AbortReason,
DeathTestOutcome
, and flag characters above.
244
enum
DeathTestOutcome
{ IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
385
DeathTestOutcome
outcome() const { return outcome_; }
386
void set_outcome(
DeathTestOutcome
an_outcome) { outcome_ = an_outcome; }
410
DeathTestOutcome
outcome_;
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
205
// AbortReason,
DeathTestOutcome
, and flag characters above.
206
enum
DeathTestOutcome
{ IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
345
DeathTestOutcome
outcome() const { return outcome_; }
346
void set_outcome(
DeathTestOutcome
an_outcome) { outcome_ = an_outcome; }
370
DeathTestOutcome
outcome_;
[
all
...]
/external/gtest/src/
gtest-death-test.cc
243
// AbortReason,
DeathTestOutcome
, and flag characters above.
244
enum
DeathTestOutcome
{ IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
385
DeathTestOutcome
outcome() const { return outcome_; }
386
void set_outcome(
DeathTestOutcome
an_outcome) { outcome_ = an_outcome; }
410
DeathTestOutcome
outcome_;
[
all
...]
/external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
205
// AbortReason,
DeathTestOutcome
, and flag characters above.
206
enum
DeathTestOutcome
{ IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
348
DeathTestOutcome
outcome() const { return outcome_; }
349
void set_outcome(
DeathTestOutcome
an_outcome) { outcome_ = an_outcome; }
373
DeathTestOutcome
outcome_;
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
205
// AbortReason,
DeathTestOutcome
, and flag characters above.
206
enum
DeathTestOutcome
{ IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
345
DeathTestOutcome
outcome() const { return outcome_; }
346
void set_outcome(
DeathTestOutcome
an_outcome) { outcome_ = an_outcome; }
370
DeathTestOutcome
outcome_;
[
all
...]
Completed in 53 milliseconds