Home
last modified time | relevance | path

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

/aosp_15_r20/external/federated-compute/fcp/testing/
H A Dresult_matchers.h115 struct ExpectStatus : public ExpectBase { struct
119 : ExpectBase(loc) {} in ExpectBase()
121 Result<Unit> operator()(const Status& s) const { in operator()
H A Dresult_matchers_test.cc51 TEST(ExpectTest, ExpectStatus) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dkernel_def_util_test.cc41 void ExpectStatus(const string& node_def_str, const string& kernel_def_str, in ExpectStatus() function in tensorflow::__anonfb7ab5ff0111::AttrsMatchTest