Lines Matching defs:strtab
580 StringTableReader strtab;
582 if (!strtab.Decode(data, offset_ptr))
600 if (!function_basenames.Decode(data, offset_ptr, strtab))
604 if (!function_fullnames.Decode(data, offset_ptr, strtab))
608 if (!function_methods.Decode(data, offset_ptr, strtab))
612 if (!function_selectors.Decode(data, offset_ptr, strtab))
616 if (!objc_class_selectors.Decode(data, offset_ptr, strtab))
620 if (!globals.Decode(data, offset_ptr, strtab))
624 if (!types.Decode(data, offset_ptr, strtab))
628 if (!namespaces.Decode(data, offset_ptr, strtab))
642 ConstStringTable strtab;
645 // gather all of the strings we willl need in "strtab" as we will need to
656 function_basenames.Encode(index_encoder, strtab);
660 function_fullnames.Encode(index_encoder, strtab);
664 function_methods.Encode(index_encoder, strtab);
668 function_selectors.Encode(index_encoder, strtab);
672 objc_class_selectors.Encode(index_encoder, strtab);
676 globals.Encode(index_encoder, strtab);
680 types.Encode(index_encoder, strtab);
684 namespaces.Encode(index_encoder, strtab);
689 strtab.Encode(encoder);