Home
last modified time | relevance | path

Searched refs:MutateBool (Results 1 – 5 of 5) sorted by relevance

/external/libprotobuf-mutator/src/
Dmutator.h67 virtual bool MutateBool(bool value);
Dmutator.cc371 RepeatMutate(value, std::bind(&Mutator::MutateBool, mutator_, _1), 2); in Mutate()
631 bool Mutator::MutateBool(bool value) { return !value; } in MutateBool() function in protobuf_mutator::Mutator
/external/flatbuffers/go/
Dtable.go298 func (t *Table) MutateBool(off UOffsetT, n bool) bool { func
390 t.MutateBool(t.Pos+UOffsetT(off), n)
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h629 bool MutateBool(bool b) { in MutateBool() function
/external/flatbuffers/tests/
Dtest.cpp2306 TEST_EQ(vec[4].MutateBool(true), true); // Can change a bool in FlexBuffersTest()