OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testing_fails
(Results
1 - 4
of
4
) sorted by null
/external/flatbuffers/tests/
test_assert.cpp
9
int
testing_fails
= 0;
variable
18
testing_fails
++;
37
testing_fails
= 0;
70
if (!
testing_fails
|| force_report) {
78
return (0 !=
testing_fails
);
test_assert.h
34
extern int
testing_fails
;
test.cpp
[
all
...]
/external/flatbuffers/grpc/tests/
grpctest.cpp
188
if (!
testing_fails
) {
192
TEST_OUTPUT_LINE("%d FAILED TESTS",
testing_fails
);
Completed in 90 milliseconds