Home
last modified time | relevance | path

Searched refs:line_prefix (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/src/
Dcode_generators.cpp187 std::string line_prefix = in GenComment() local
193 code += line_prefix + *it + "\n"; in GenComment()
Didl_gen_kotlin.cpp1276 std::string line_prefix = in GenerateComment() local
1281 writer += line_prefix + *it; in GenerateComment()
/third_party/json/third_party/cpplint/
Dcpplint.py4169 line_prefix = opening_parenthesis[0][0:opening_parenthesis[2]]
4170 macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$', line_prefix)
4171 func = Match(r'^(.*\])\s*$', line_prefix)
4178 Search(r'\b(?:struct|union)\s+alignas\s*$', line_prefix) or
4179 Search(r'\bdecltype$', line_prefix) or
4180 Search(r'\s+=\s*$', line_prefix)):
/third_party/python/Lib/test/
Dtest_clinic.py55 self.line_prefix = self.line_suffix = ''
/third_party/python/Lib/
Dpdb.py136 line_prefix = '\n-> ' # Probably a better default variable
1463 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
/third_party/python/Tools/clinic/
Dclinic.py1368 if clinic.line_prefix:
1369 s = indent_all_lines(s, clinic.line_prefix)
1864 self.line_prefix = self.line_suffix = ''
/third_party/python/Doc/howto/
Dclinic.rst1675 set line_prefix "string"
1679 ``line_prefix`` is a string that will be prepended to every line of Clinic's output;