Home | History | Annotate | Download | only in src

Lines Matching refs:descs

224     DescriptorArray* descs = map()->instance_descriptors();
227 descs->GetKey(i)->NamePrint(os);
229 switch (descs->GetType(i)) {
237 os << Brief(descs->GetConstant(i)) << " (constant)\n";
240 os << Brief(descs->GetCallbacksObject(i)) << " (callback)\n";