HomeSort by relevance Sort by last modified time
    Searched refs:MutateBool (Results 1 - 5 of 5) sorted by null

  /external/libprotobuf-mutator/src/
mutator.h 67 virtual bool MutateBool(bool value);
mutator.cc 371 RepeatMutate(value, std::bind(&Mutator::MutateBool, mutator_, _1), 2);
631 bool Mutator::MutateBool(bool value) { return !value; }
  /external/flatbuffers/go/
table.go 297 // MutateBool updates a bool at the given offset.
298 func (t *Table) MutateBool(off UOffsetT, n bool) bool {
390 t.MutateBool(t.Pos+UOffsetT(off), n)
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 629 bool MutateBool(bool b) {
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 175 milliseconds