Lines Matching refs:identifier
26 explicit RecordCtx(const char *identifier) : id(-1)
28 this->identifier = identifier;
41 result = testing::AssertionFailure() << identifier << " is call by unexpectedly id,"
49 const char *identifier;
56 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {}
74 result = testing::AssertionFailure() << identifier << " is call by unexpectedly state,"
89 explicit BtAddrRecordCtx(const char *identifier) : StRecordCtx(identifier)
110 result = testing::AssertionFailure() << identifier << "is call by unexpectedly addr";
128 explicit IntRecordCtx(const char *identifier) : StRecordCtx(identifier), val(-1) {}
146 result = testing::AssertionFailure() << identifier << " is call by unexpectedly int32_t value,"