/aosp_15_r20/system/tools/hidl/ |
D | main.cpp | 52 struct FileGenerator { struct 53 using ShouldGenerateFunction = std::function<bool(const FQName& fqName)>; 54 using FileNameForFQName = std::function<std::string(const FQName& fqName)>; 55 using GetFormatter = std::function<Formatter(void)>; 56 using GenerationFunction = 60 ShouldGenerateFunction mShouldGenerateForFqName; // If generate function applies to this target 61 FileNameForFQName mFileNameForFqName; // Target -> filename 62 GenerationFunction mGenerationFunction; // Function to generate output for file 64 std::string getFileName(const FQName& fqName) const { in getFileName() 68 status_t getOutputFile(const FQName& fqName, const Coordinator* coordinator, in getOutputFile() [all …]
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Generation/ |
H A D | FileGenerator.kt | 11 class FileGenerator @Inject constructor(@Named("outputDir") override val root: File) : NodeLocation… in <lambda>() class
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | enum.h | 97 friend class FileGenerator; variable
|
H A D | service.h | 114 friend class FileGenerator; variable
|
H A D | message.h | 223 friend class FileGenerator; variable
|
H A D | file.cc | 109 FileGenerator::FileGenerator(const FileDescriptor* file, const Options& options) in FileGenerator() function in google::protobuf::compiler::cpp::FileGenerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | enum.h | 97 friend class FileGenerator; variable
|
H A D | service.h | 114 friend class FileGenerator; variable
|
H A D | message.h | 223 friend class FileGenerator; variable
|
H A D | file.cc | 109 FileGenerator::FileGenerator(const FileDescriptor* file, const Options& options) in FileGenerator() function in google::protobuf::compiler::cpp::FileGenerator
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/ |
H A D | javamicro_file.cc | 87 FileGenerator::FileGenerator(const FileDescriptor* file, const Params& params) in FileGenerator() function in google::protobuf::compiler::javamicro::FileGenerator
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javanano/ |
H A D | javanano_file.cc | 88 FileGenerator::FileGenerator(const FileDescriptor* file, const Params& params) in FileGenerator() function in google::protobuf::compiler::javanano::FileGenerator
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_file.cc | 213 FileGenerator::FileGenerator(const FileDescriptor* file, in FileGenerator() function in google::protobuf::compiler::objectivec::FileGenerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_file.cc | 213 FileGenerator::FileGenerator(const FileDescriptor* file, in FileGenerator() function in google::protobuf::compiler::objectivec::FileGenerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | file.cc | 188 FileGenerator::FileGenerator(const FileDescriptor* file, const Options& options, in FileGenerator() function in google::protobuf::compiler::java::FileGenerator
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | file.cc | 188 FileGenerator::FileGenerator(const FileDescriptor* file, const Options& options, in FileGenerator() function in google::protobuf::compiler::java::FileGenerator
|