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

Function clearGlobals

compiler/cpp/src/thrift/common.cc:48–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void clearGlobals() {
49 delete g_type_void;
50 delete g_type_string;
51 delete g_type_binary;
52 delete g_type_uuid;
53 delete g_type_bool;
54 delete g_type_i8;
55 delete g_type_i16;
56 delete g_type_i32;
57 delete g_type_i64;
58 delete g_type_double;
59}
60
61/**
62 * The location of the last parsed doctext comment.

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68