Searched refs:type_string (Results 1 – 2 of 2) sorted by relevance
544 std::string type_string = actions[i]["Type"].asString(); in ParseActions() local546 LOG(VERBOSE) << "Action[" << i << "]'s Type: " << type_string; in ParseActions()547 if (type_string.empty()) { in ParseActions()550 } else if (type_string == "DoHint") { in ParseActions()552 } else if (type_string == "EndHint") { in ParseActions()554 } else if (type_string == "MaskHint") { in ParseActions()557 LOG(ERROR) << "Invalid Action[" << i << "]'s Type: " << type_string; in ParseActions()
192 const char *type_string; // Type as a string. eg: "GPS" member