Searched refs:GetIncludePath (Results 1 – 1 of 1) sorted by relevance
126 std::string GetIncludePath(const FileDescriptor*);159 std::string ProtoToCpp::GetIncludePath(const FileDescriptor* proto_file) { in GetIncludePath() function in ProtoToCpp242 header_printer.Print("#include \"$f$\"\n", "f", GetIncludePath(dep)); in Convert()