Home
last modified time | relevance | path

Searched refs:generator_name (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dmock_code_generator.h102 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,
Dmock_code_generator.cc298 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()
Dcommand_line_interface_unittest.cc169 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/
Dtest_data_generation_unittest.py85 for generator_name in registered_classes:
88 registered_classes[generator_name])
/external/libchrome/mojo/public/tools/bindings/
Dmojom_bindings_generator.py62 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