Searched refs:g_table (Results 1 – 2 of 2) sorted by relevance
84 g_table = list.GetValueAtIndex(0)85 self.assertTrue(g_table, VALID_VARIABLE)86 self.assertEqual(g_table.GetNumChildren(), 2, VALID_VARIABLE)87 self.DebugSBValue(g_table)96 print(rdf.format(g_table))
22 const char **g_table[2] = { days_of_week, weekdays }; variable