Searched refs:match_operation (Results 1 – 1 of 1) sorted by relevance
76 auto match_operation = tokenizer.GetNext(); in ParsePropertyInfoLine() local87 if (match_operation == "exact") { in ParsePropertyInfoLine()89 } else if (match_operation != "prefix" && match_operation != "" && require_prefix_or_exact) { in ParsePropertyInfoLine()90 *error = "Match operation '" + match_operation + in ParsePropertyInfoLine()