MCPcopy Create free account
hub / github.com/apache/thrift / get_cpp_name

Method get_cpp_name

compiler/cpp/src/thrift/parse/t_container.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 bool has_cpp_name() const { return has_cpp_name_; }
37
38 std::string get_cpp_name() const { return cpp_name_; }
39
40 bool is_container() const override { return true; }
41

Callers 3

render_type_nameMethod · 0.80
type_nameMethod · 0.80
type_nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected