Home
last modified time | relevance | path

Searched defs:expected_call (Results 1 – 3 of 3) sorted by relevance

/external/python/apitools/apitools/base/py/testing/
Dmock.py74 def __init__(self, received_call, expected_call): argument
/external/openthread/third_party/mbedtls/repo/tests/src/
Dhelpers.c32 uint8_t expected_call; member
/external/perfetto/src/tracing/test/
Dmock_producer.cc204 auto& expected_call = EXPECT_CALL(*this, Flush(_, _, _)); in WaitForFlush() local