Home
last modified time | relevance | path

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

/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter_proto_converter.cc290 bound_positive_ = false; in Reset()
329 bool initial = bound_positive_; in GetValidRectangle()
330 bound_positive_ = true; in GetValidRectangle()
347 bound_positive_ = initial; in GetValidRectangle()
463 bool initial = bound_positive_; in Visit()
464 bound_positive_ = true; in Visit()
466 bound_positive_ = initial; in Visit()
471 if (bound_positive_) in BoundNum()
498 else if (bound_positive_) in BoundFloat()
513 bool initial_bound_positive = bound_positive_; in Visit()
[all …]
Dskia_image_filter_proto_converter.h129 bool bound_positive_; variable