• Home
  • Raw
  • Download

Lines Matching refs:c_str

218                      PrettyDescriptor(found_descriptor).c_str()).c_str());  in ThrowIllegalPrimitiveArgumentException()
238 PrettyMethod(mh.GetMethod(), false).c_str(), in BuildArgArrayFromObjectArray()
240 PrettyDescriptor(dst_class).c_str(), in BuildArgArrayFromObjectArray()
241 PrettyTypeOf(arg).c_str()).c_str()); in BuildArgArrayFromObjectArray()
266 PrettyMethod(mh.GetMethod(), false).c_str(), \ in BuildArgArrayFromObjectArray()
269 PrettyTypeOf(arg).c_str()).c_str()); \ in BuildArgArrayFromObjectArray()
398 PrettyMethod(h_m.Get()).c_str()); in CheckMethodArguments()
563 classes_size, arg_count).c_str()); in InvokeMethod()
570 PrettyMethod(m).c_str()).c_str()); in InvokeMethod()
613 expected_class_name.c_str(), in VerifyObjectIsClass()
614 actual_class_name.c_str()).c_str()); in VerifyObjectIsClass()
703 UnboxingFailureKind(f).c_str(), in UnboxPrimitive()
704 PrettyDescriptor(dst_class).c_str(), in UnboxPrimitive()
705 PrettyTypeOf(o).c_str()).c_str()); in UnboxPrimitive()
709 PrettyTypeOf(o).c_str(), in UnboxPrimitive()
710 PrettyDescriptor(dst_class).c_str()).c_str()); in UnboxPrimitive()
720 UnboxingFailureKind(f).c_str()).c_str()); in UnboxPrimitive()
727 UnboxingFailureKind(f).c_str(), in UnboxPrimitive()
728 PrettyDescriptor(dst_class).c_str()).c_str()); in UnboxPrimitive()
732 PrettyDescriptor(dst_class).c_str()).c_str()); in UnboxPrimitive()
769 StringPrintf("%s has type %s, got %s", UnboxingFailureKind(f).c_str(), in UnboxPrimitive()
770 PrettyDescriptor(dst_class).c_str(), in UnboxPrimitive()
771 PrettyDescriptor(o->GetClass()->GetDescriptor(&temp)).c_str()).c_str()); in UnboxPrimitive()