Searched refs:info_path (Results 1 – 3 of 3) sorted by relevance
144 std::string info_path = basename + ".proto.h.meta"; in Generate() local149 &printer, file_options.annotate_headers ? info_path : ""); in Generate()152 generator_context->Open(info_path)); in Generate()163 std::string info_path = basename + ".pb.h.meta"; in Generate() local168 &printer, file_options.annotate_headers ? info_path : ""); in Generate()171 generator_context->Open(info_path)); in Generate()
79 void GenerateProtoHeader(io::Printer* printer, const std::string& info_path);82 void GeneratePBHeader(io::Printer* printer, const std::string& info_path);135 const std::string& info_path);
247 const std::string& info_path) { in GenerateProtoHeader() argument277 GenerateMetadataPragma(printer, info_path); in GenerateProtoHeader()285 const std::string& info_path) { in GeneratePBHeader() argument309 GenerateMetadataPragma(printer, info_path); in GeneratePBHeader()1360 const std::string& info_path) { in GenerateMetadataPragma() argument1362 if (!info_path.empty() && !options_.annotation_pragma_name.empty() && in GenerateMetadataPragma()1366 format.Set("info_path", info_path); in GenerateMetadataPragma()