Lines Matching refs:identifier
31 explicit RecordCtx(const char *identifier) : id(-1)
33 this->identifier = identifier;
46 result = testing::AssertionFailure() << identifier << " is call by unexpectedly id,"
54 const char *identifier;
61 explicit StRecordCtx(const char *identifier) : RecordCtx(identifier), st(-1) {}
79 result = testing::AssertionFailure() << identifier << " is call by unexpectedly state,"
94 explicit BtAddrRecordCtx(const char *identifier) : StRecordCtx(identifier)
115 result = testing::AssertionFailure() << identifier << "is call by unexpectedly addr";
133 explicit IntRecordCtx(const char *identifier) : StRecordCtx(identifier), val(-1) {}
151 result = testing::AssertionFailure() << identifier << " is call by unexpectedly int32_t value,"