Searched refs:GateTypeStr (Results 1 – 2 of 2) sorted by relevance
261 std::string GateTypeStr(GateType gateType) const;
709 std::string Gate::GateTypeStr(GateType gateType) const in GateTypeStr() function in panda::ecmascript::kungfu::Gate744 log += "type=" + GateTypeStr(type_) + ", "; in Print()802 log += "type=" + GateTypeStr(type_) + ", "; in ShortPrint()