Searched refs:argumentName (Results 1 – 6 of 6) sorted by relevance
402 #define DEFINE_TYPE_CASTS(thisType, argumentType, argumentName, pointerPredicate, referencePredicat… argument403 inline thisType* to##thisType(argumentType* argumentName) \405 ASSERT_WITH_SECURITY_IMPLICATION(!argumentName || (pointerPredicate)); \406 return static_cast<thisType*>(argumentName); \408 inline const thisType* to##thisType(const argumentType* argumentName) \410 ASSERT_WITH_SECURITY_IMPLICATION(!argumentName || (pointerPredicate)); \411 return static_cast<const thisType*>(argumentName); \413 inline thisType& to##thisType(argumentType& argumentName) \416 return static_cast<thisType&>(argumentName); \418 inline const thisType& to##thisType(const argumentType& argumentName) \[all …]
40 assertEquals(names[i], frame.argumentName(i));42 assertEquals(void 0, frame.argumentName(i));
77 assertEquals(expected_args.names[j], frame.argumentName(j));
86 assertEquals(expected_args.names[j], frame.argumentName(j));
1531 FrameDetails.prototype.argumentName = function(index) { method in FrameDetails1697 FrameMirror.prototype.argumentName = function(index) { method in FrameMirror1698 return this.details_.argumentName(index);1885 if (this.argumentName(i)) {1886 result += this.argumentName(i);2723 var argument_name = mirror.argumentName(i);
1507 UnicodeString argumentName; in makeFormat() local1521 argumentName = segments[1]; in makeFormat()1661 subformats[formatNumber].argName = new UnicodeString(argumentName); in makeFormat()