Lines Matching defs:ivalue
36 std::string ivalue = queueValue + std::to_string(i);
37 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
61 std::string ivalue = queueValue + std::to_string(10);
62 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
87 std::string ivalue = queueValue + std::to_string(i);
88 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
100 std::string ivalue = queueValue + std::to_string(i);
101 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
134 std::string ivalue = queueValue + std::to_string(i);
135 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());