Searched refs:generator_name (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | mock_code_generator.h | 102 static std::string GetOutputFileName(const std::string& generator_name, 104 static std::string GetOutputFileName(const std::string& generator_name, 116 static std::string GetOutputFileContent(const std::string& generator_name, 121 const std::string& generator_name, const std::string& parameter,
|
D | mock_code_generator.cc | 298 const std::string& generator_name, const FileDescriptor* file) { in GetOutputFileName() argument 299 return GetOutputFileName(generator_name, file->name()); in GetOutputFileName() 303 const std::string& generator_name, const std::string& file) { in GetOutputFileName() argument 304 return file + ".MockCodeGenerator." + generator_name; in GetOutputFileName() 308 const std::string& generator_name, const std::string& parameter, in GetOutputFileContent() argument 313 generator_name, parameter, file->name(), CommaSeparatedList(all_files), in GetOutputFileContent() 319 const std::string& generator_name, const std::string& parameter, in GetOutputFileContent() argument 322 return strings::Substitute("$0: $1, $2, $3, $4\n", generator_name, parameter, in GetOutputFileContent()
|
D | command_line_interface_unittest.cc | 169 void ExpectGenerated(const std::string& generator_name, 173 void ExpectGenerated(const std::string& generator_name, 178 void ExpectGeneratedWithMultipleInputs(const std::string& generator_name, 182 void ExpectGeneratedWithInsertions(const std::string& generator_name, 419 const std::string& generator_name, const std::string& parameter, in ExpectGenerated() argument 421 MockCodeGenerator::ExpectGenerated(generator_name, parameter, "", proto_name, in ExpectGenerated() 426 const std::string& generator_name, const std::string& parameter, in ExpectGenerated() argument 429 MockCodeGenerator::ExpectGenerated(generator_name, parameter, "", proto_name, in ExpectGenerated() 435 const std::string& generator_name, const std::string& all_proto_names, in ExpectGeneratedWithMultipleInputs() argument 437 MockCodeGenerator::ExpectGenerated(generator_name, "", "", proto_name, in ExpectGeneratedWithMultipleInputs() [all …]
|
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/ |
D | test_data_generation_unittest.py | 85 for generator_name in registered_classes: 88 registered_classes[generator_name])
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom_bindings_generator.py | 62 for generator_name in [s.strip() for s in generators_string.split(",")]: 63 language = generator_name.lower() 65 print "Unknown generator name %s" % generator_name
|