Searched defs:CopyField (Results 1 – 3 of 3) sorted by relevance
56 static void CopyField(protozero::Message* out, const protozero::Field& field) { in CopyField() function
113 struct CopyField : public FieldFunction<CopyField> { struct115 void ForType(const ConstFieldInstance& source, in ForType()
560 TEST_P(MutatorTest, CopyField) { in TEST_P() argument