Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/src/
Dmutator.h85 virtual bool MutateBool(bool value);
Dmutator.cc545 RepeatMutate(value, std::bind(&Mutator::MutateBool, mutator_, _1)); in Mutate()
765 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.h677 bool MutateBool(bool b) { in MutateBool() function
/external/flatbuffers/tests/MyGame/Example/
DMonster.go815 return rcv._tab.MutateBool(a+flatbuffers.UOffsetT(j*1), n)
/external/flatbuffers/tests/
Dtest.cpp2864 TEST_EQ(vec[4].MutateBool(true), true); // Can change a bool in FlexBuffersTest()