Home
last modified time | relevance | path

Searched defs:file_extension (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h51 std::string file_extension; member
Dcsharp_helpers.cc397 const std::string file_extension, in GetOutputFile()
/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
/third_party/flatbuffers/src/
Dcode_generators.cpp36 const std::string file_extension = java ? ".java" : ".cs"; in JavaCSharpMakeRule() local