Searched refs:single_quoted (Results 1 – 5 of 5) sorted by relevance
48 string single_quoted; in TestParseFlagsFromEnv() local54 tensorflow::Flag("single_quoted", &single_quoted, ""), in TestParseFlagsFromEnv()66 CHECK_EQ(single_quoted, "single quoted \\\\ \n \"") << msg; in TestParseFlagsFromEnv()
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:
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:
147 single_quoted = set() variable151 single_quoted.add(u)569 elif (initial in single_quoted or570 token[:2] in single_quoted or571 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: