Searched refs:type_string (Results 1 – 3 of 3) sorted by relevance
571 std::string type_string = actions[i]["Type"].asString(); in ParseActions() local573 LOG(VERBOSE) << "Action[" << i << "]'s Type: " << type_string; in ParseActions()574 if (type_string.empty()) { in ParseActions()577 } else if (type_string == "DoHint") { in ParseActions()579 } else if (type_string == "EndHint") { in ParseActions()581 } else if (type_string == "MaskHint") { in ParseActions()584 LOG(ERROR) << "Invalid Action[" << i << "]'s Type: " << type_string; in ParseActions()
192 const char *type_string; // Type as a string. eg: "GPS" member