Home | History | Annotate | Download | only in src

Lines Matching refs:descs

288     DescriptorArray* descs = map()->instance_descriptors();
291 descs->GetKey(i)->NamePrint(out);
293 switch (descs->GetType(i)) {
295 int index = descs->GetFieldIndex(i);
301 descs->GetConstant(i)->ShortPrint(out);
305 descs->GetCallbacksObject(i)->ShortPrint(out);