Lines Matching refs:full
261 const char *full = m_full.GetCString(); in GetClassName() local
262 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); in GetClassName()
273 const char *space_pos = strchr (full, ' '); in GetClassName()
296 const char *full = m_full.GetCString(); in GetClassNameWithCategory() local
297 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); in GetClassNameWithCategory()
298 const char *space_pos = strchr (full, ' '); in GetClassNameWithCategory()
325 const char *full = m_full.GetCString(); in GetSelector() local
326 const char *space_pos = strchr (full, ' '); in GetSelector()
330 … m_selector.SetCStringWithLength (space_pos, m_full.GetLength() - (space_pos - full) - 1); in GetSelector()
345 const char *full = m_full.GetCString(); in GetCategory() local
346 const char *class_start = (full[0] == '[' ? full + 1 : full + 2); in GetCategory()