Searched refs:thingTwo (Results 1 – 3 of 3) sorted by relevance
24 ThingTwo thingTwo(); in thingTwo() method
32 assertThat(component.thingTwo()).isNotNull(); in testThing()
281 int thingTwo = row < col ? col : ends - row + col - 1; in Assemble() local282 int ndxTwo = thingTwo >> 1; in Assemble()283 bool endTwo = thingTwo & 1; in Assemble()