Lines Matching defs:strtab
550 StringTableReader strtab;
552 if (!strtab.Decode(data, offset_ptr))
570 if (!function_basenames.Decode(data, offset_ptr, strtab))
574 if (!function_fullnames.Decode(data, offset_ptr, strtab))
578 if (!function_methods.Decode(data, offset_ptr, strtab))
582 if (!function_selectors.Decode(data, offset_ptr, strtab))
586 if (!objc_class_selectors.Decode(data, offset_ptr, strtab))
590 if (!globals.Decode(data, offset_ptr, strtab))
594 if (!types.Decode(data, offset_ptr, strtab))
598 if (!namespaces.Decode(data, offset_ptr, strtab))
612 ConstStringTable strtab;
615 // gather all of the strings we willl need in "strtab" as we will need to
626 function_basenames.Encode(index_encoder, strtab);
630 function_fullnames.Encode(index_encoder, strtab);
634 function_methods.Encode(index_encoder, strtab);
638 function_selectors.Encode(index_encoder, strtab);
642 objc_class_selectors.Encode(index_encoder, strtab);
646 globals.Encode(index_encoder, strtab);
650 types.Encode(index_encoder, strtab);
654 namespaces.Encode(index_encoder, strtab);
659 strtab.Encode(encoder);