Searched refs:single_quoted (Results 1 – 5 of 5) sorted by relevance
46 string single_quoted; in TestParseFlagsFromEnv() local52 tensorflow::Flag("single_quoted", &single_quoted, ""), in TestParseFlagsFromEnv()64 CHECK_EQ(single_quoted, "single quoted \\\\ \n \"") << msg; in TestParseFlagsFromEnv()
133 single_quoted = {} variable142 single_quoted[t] = t420 elif initial in single_quoted or \421 token[:2] in single_quoted or \422 token[:3] in single_quoted:
137 single_quoted = {} variable146 single_quoted[t] = t468 elif initial in single_quoted or \469 token[:2] in single_quoted or \470 token[:3] in single_quoted:
130 single_quoted = ( variable488 elif initial in single_quoted or \489 token[:2] in single_quoted or \490 token[:3] in single_quoted:
202 single_quoted = set() variable206 single_quoted.add(u)627 elif (initial in single_quoted or628 token[:2] in single_quoted or629 token[:3] in single_quoted):