You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
protoc命令在处理proto文件时,结果文件会保留一部分proto文件的路径信息,
例如
proto: a/b/c/.proto
cpp_out: broc_out/baidu/util
protoc命令处理完proto生成的结果文件为: broc_out/baidu/util/b/c/.pb.cc
详见:https://developers.google.com/protocol-buffers/docs/reference/cpp-generated#invocation
The text was updated successfully, but these errors were encountered: