Home | History | Annotate | Download | only in src

Lines Matching refs:descs

291     DescriptorArray* descs = map()->instance_descriptors();
294 descs->GetKey(i)->NamePrint(out);
296 switch (descs->GetType(i)) {
298 int index = descs->GetFieldIndex(i);
304 descs->GetConstant(i)->ShortPrint(out);
308 descs->GetCallbacksObject(i)->ShortPrint(out);