Searched refs:FieldInstance (Results 1 – 2 of 2) sorted by relevance
98 void ForType(const FieldInstance& field) const { in ForType()107 void ForType(const FieldInstance& field) const { in ForType()115 const FieldInstance& field) const { in ForType()125 const FieldInstance& field) const { in ForType()189 const FieldInstance& field() const { return sampler_.selected().field; } in field()275 void Try(const FieldInstance& field, Mutation mutation) { in Try()288 Result(const FieldInstance& f, Mutation m) : field(f), mutation(m) {} in Result()290 FieldInstance field;450 CreateDefaultField()(FieldInstance(message, field)); in Run()547 void Mutate(FieldInstance::Enum* value) const { in Mutate()[all …]
225 class FieldInstance : public ConstFieldInstance {229 FieldInstance() : ConstFieldInstance(), message_(nullptr) {} in FieldInstance() function231 FieldInstance(protobuf::Message* message, in FieldInstance() function235 FieldInstance(protobuf::Message* message, in FieldInstance() function