Lines Matching defs:ivalue
51 std::string ivalue = myValue + std::to_string(i);
52 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
85 std::string ivalue = myValue + std::to_string(i);
86 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
109 std::string ivalue = myValue + std::to_string(i);
110 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
117 std::string ivalue = myValue + std::to_string(i);
118 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
136 std::string ivalue = myValue + std::to_string(i);
137 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
169 std::string ivalue = stackvalue + std::to_string(i);
170 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());