Home
last modified time | relevance | path

Searched refs:file_extension (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h44 file_extension(".cs"), in Options()
51 std::string file_extension; member
Dcsharp_generator.cc77 cli_options.file_extension = options[i].second; in Generate()
93 cli_options.file_extension, in Generate()
Dcsharp_names.h96 const string file_extension,
Dcsharp_helpers.cc397 const std::string file_extension, in GetOutputFile() argument
400 string relative_filename = GetFileNameBase(descriptor) + file_extension; in GetOutputFile()
/third_party/skia/buildtools/checkdeps/
Dcheckdeps.py98 file_extension = os.path.splitext(full_name)[1]
99 if not file_extension in checkers:
101 checker = checkers[file_extension]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp95 auto file_extension = sys::path::extension(FileName); in getSourceFileFullPath() local
96 if (StringSwitch<bool>(file_extension.lower()) in getSourceFileFullPath()
/third_party/flatbuffers/tests/
Darrays_test.fbs27 file_extension "mon";
Dmonster_extra.fbs22 file_extension "mon";
Doptional_scalars.fbs59 file_extension "mon";
Dmonster_test.fbs154 file_extension "mon";
/third_party/flatbuffers/src/
Dcode_generators.cpp322 std::string file_extension = in JavaCSharpMakeRule() local
333 make_rule += directory + enum_def.name + file_extension; in JavaCSharpMakeRule()
342 make_rule += directory + struct_def.name + file_extension; in JavaCSharpMakeRule()
/third_party/flatbuffers/tests/fuzzer/
Dparser_fuzzer.dict33 "file_extension"
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc673 base::FilePath::StringType file_extension; in NotifyExtensionLoaded() local
674 if (net::GetPreferredExtensionForMimeType(*mime_type, &file_extension)) { in NotifyExtensionLoaded()
676 base::FilePath(file_extension).AsUTF8Unsafe()); in NotifyExtensionLoaded()
/third_party/json/third_party/cpplint/
Dcpplint.py696 def IsHeaderExtension(file_extension): argument
697 return file_extension in _hpp_headers
4537 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
4604 if IsHeaderExtension(file_extension):
4932 def CheckLanguage(filename, clean_lines, linenum, file_extension, argument
4972 if IsHeaderExtension(file_extension):
5084 if (IsHeaderExtension(file_extension)
6033 def ProcessLine(filename, file_extension, clean_lines, line, argument
6062 CheckStyle(filename, clean_lines, line, file_extension, nesting_state, error)
6063 CheckLanguage(filename, clean_lines, line, file_extension, include_state,
[all …]
/third_party/flatbuffers/docs/source/
DGrammar.md48 file_extension_decl = `file_extension` string\_constant `;`
DSchemas.md285 file_extension "ext";
/third_party/flatbuffers/reflection/
Dreflection.fbs126 file_extension "bfbs";
/third_party/protobuf/csharp/
DCHANGES.txt114 - Added file_extension option to control the generated output file's extension.