| 913 | void* context) const; |
| 914 | |
| 915 | const char* GetSourceFile(const ClassDef& class_def) const { |
| 916 | if (!class_def.source_file_idx_.IsValid()) { |
| 917 | return nullptr; |
| 918 | } else { |
| 919 | return StringDataByIdx(class_def.source_file_idx_); |
| 920 | } |
| 921 | } |
| 922 | |
| 923 | int GetPermissions() const; |
| 924 |