Searched refs:g_fini_call_order_str (Results 1 – 1 of 1) sorted by relevance
1177 static std::string g_fini_call_order_str; variable1180 g_fini_call_order_str += s; in register_fini_call()1184 g_fini_call_order_str.clear(); in test_init_fini_call_order_for()1197 ASSERT_EQ("(root)(child)(grandchild)", g_fini_call_order_str); in test_init_fini_call_order_for()