Home | History | Annotate | Download | only in tests

Lines Matching defs:name_field

556   auto &name_field = *fields->LookupByKey("name");
562 SetString(schema, "totally new string", GetFieldS(**rroot, name_field),
565 TEST_EQ_STR(GetFieldS(**rroot, name_field)->c_str(), "totally new string");
618 SetFieldT(*rroot, name_field, string_ptr);
619 TEST_EQ_STR(GetFieldS(**rroot, name_field)->c_str(), "hank");