Searched refs:DELIM (Results 1 – 2 of 2) sorted by relevance
43 const std::string DELIM{"\n"}; in TEST() local52 write(fd, DELIM.c_str(), DELIM.size()); // double newline in TEST()57 ASSERT_EQ((PREFIX + TEST_STRING1 + PREFIX + DELIM + PREFIX + TEST_STRING2), result); in TEST()
36 public static final String DELIM = ","; field in AnomalyPolicyBuilder63 sb.append(entry.getKey() + "=" + entry.getValue() + DELIM); in build()