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

  /external/flatbuffers/tests/
test_assert.cpp 10 static TestFailEventListener fail_listener_ = nullptr;
36 void InitTestEngine(TestFailEventListener listener) {
test_assert.h 38 typedef bool (*TestFailEventListener)(const char *expval, const char *val,
44 void InitTestEngine(TestFailEventListener listener = nullptr);

Completed in 69 milliseconds