Home | History | Annotate | Download | only in tests

Lines Matching refs:name_field

702   auto &name_field = *fields->LookupByKey("name");
708 SetString(schema, "totally new string", GetFieldS(**rroot, name_field),
711 TEST_EQ_STR(GetFieldS(**rroot, name_field)->c_str(), "totally new string");
766 SetFieldT(*rroot, name_field, string_ptr);
767 TEST_EQ_STR(GetFieldS(**rroot, name_field)->c_str(), "hank");