Skip to content

Commit

Permalink
Fully qualify global namespace types in binexport2_writer.h.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 485022723
Change-Id: I64be41c7abae8bd6eb8b611c10174dca1b7b7920
  • Loading branch information
BinExport Authors authored and copybara-github committed Oct 31, 2022
1 parent 6abcb76 commit f56c8b0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions binexport2_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ class BinExport2Writer : public Writer {
const std::string& executable_hash,
const std::string& architecture);

absl::Status Write(const CallGraph& call_graph, const FlowGraph& flow_graph,
const Instructions& instructions,
absl::Status Write(const ::CallGraph& call_graph,
const ::FlowGraph& flow_graph,
const ::Instructions& instructions,
const AddressReferences& address_references,
const AddressSpace& address_space) override;

absl::Status WriteToProto(const CallGraph& call_graph,
const FlowGraph& flow_graph,
const Instructions& instructions,
absl::Status WriteToProto(const ::CallGraph& call_graph,
const ::FlowGraph& flow_graph,
const ::Instructions& instructions,
const AddressReferences& address_references,
const AddressSpace& address_space,
BinExport2* proto) const;
Expand Down

0 comments on commit f56c8b0

Please sign in to comment.