Home
last modified time | relevance | path

Searched refs:FieldInstance (Results 1 – 2 of 2) sorted by relevance

/external/libprotobuf-mutator/src/
Dmutator.cc98 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 …]
Dfield_instance.h225 class FieldInstance : public ConstFieldInstance {
229 FieldInstance() : ConstFieldInstance(), message_(nullptr) {} in FieldInstance() function
231 FieldInstance(protobuf::Message* message, in FieldInstance() function
235 FieldInstance(protobuf::Message* message, in FieldInstance() function