Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dlast_local_modify.cc85 uint32_t fuse_op_from_mutator(enum Mutator mutator) { in fuse_op_from_mutator() argument
86 switch(mutator) { in fuse_op_from_mutator()
220 Mutator mutator; in TEST_P() local
224 mutator = writer_from_str(GetParam()); in TEST_P()
225 mutator_op = fuse_op_from_mutator(mutator); in TEST_P()
256 switch(mutator) { in TEST_P()
287 switch(mutator) { in TEST_P()
312 switch(mutator) { in TEST_P()
375 Mutator mutator; in TEST_P() local
381 mutator = writer_from_str(GetParam()); in TEST_P()
[all …]
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md1980 MockMutator mutator;
1981 EXPECT_CALL(mutator, Mutate(true, _))
1985 In this example, when `mutator.Mutate()` is called, we will assign 5 to the
2008 MockMutator mutator;
2009 EXPECT_CALL(mutator, MutateInt(_))
2032 MockArrayMutator mutator;
2034 EXPECT_CALL(mutator, Mutate(NotNull(), 5))