Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/src/
Dmutator.cc89 void ForType(const FieldInstance& field) const { in ForType()
98 void ForType(const FieldInstance& field) const { in ForType()
106 const FieldInstance& field) const { in ForType()
116 const FieldInstance& field) const { in ForType()
163 const FieldInstance& field() const { return sampler_.selected().field; } in field()
260 Result(const FieldInstance& f, Mutation m) : field(f), mutation(m) {} in Result()
262 FieldInstance field;
374 void Mutate(FieldInstance::Enum* value) const { in Mutate()
423 void ForType(const FieldInstance& field, size_t size_increase_hint, in ForType()
436 void ForType(const FieldInstance& field, size_t size_increase_hint, in ForType()
[all …]
Dfield_instance.h206 class FieldInstance : public ConstFieldInstance {
210 FieldInstance() : ConstFieldInstance(), message_(nullptr) {} in FieldInstance() function
212 FieldInstance(protobuf::Message* message, in FieldInstance() function
216 FieldInstance(protobuf::Message* message, in FieldInstance() function