Searched refs:item_name (Results 1 – 13 of 13) sorted by relevance
99 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument100 if (!item_name || !*item_name) in ExtractIndexFromString()102 if (*item_name != '[') in ExtractIndexFromString()104 item_name++; in ExtractIndexFromString()106 unsigned long int idx = ::strtoul(item_name, &endptr, 0); in ExtractIndexFromString()107 if (idx == 0 && endptr == item_name) in ExtractIndexFromString()
236 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local237 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
601 my ($item_name, $item_flags, $item_ret_type, $is_item,616 = embed_override($item_name);637 push @items, { name => $item_name,644 delete $funcflags{$item_name};1334 my $item_name = $item->{name};1336 print $fh "\nNOTE: the C<perl_$item_name()> form is B<deprecated>.\n"1344 && $item_name !~ /strftime/))1346 $item->{name} = "Perl_$item_name";1349 NOTE: C<$item_name> must be explicitly called as
606 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local607 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()743 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local744 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()876 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local877 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()1077 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local1078 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()1240 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local1241 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
419 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local420 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()554 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local555 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()691 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local692 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
128 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
547 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local548 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()634 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local635 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
54 item_name(const ITEM *item) in MENU_EXPORT()
216 extern MENU_EXPORT(const char *) item_name(const ITEM *);
277 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local278 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
57 size_t ExtractIndexFromString(const char *item_name);
587 extern char * item_name(ITEM *);