Lines Matching defs:ivalue
62 std::string ivalue = myValue + std::to_string(i);
63 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
84 std::string ivalue = myValue + std::to_string(i);
85 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
106 std::string ivalue = myValue + std::to_string(i);
107 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
128 std::string ivalue = myValue + std::to_string(i);
129 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());
146 std::string ivalue = dequeValue + std::to_string(i);
147 value.Update(factory->NewFromStdString(ivalue).GetTaggedValue());