Searched refs:getBarFoo (Results 1 – 1 of 1) sorted by relevance
2242 Foo& getBarFoo(Bar &bar, int c) { return bar.getFoo2(c); } in getBarFoo() function2268 getBarFoo(bar, a).mu_.Lock(); in test()2269 getBarFoo(bar, a).a = 0; in test()2270 getBarFoo(bar, a).mu_.Unlock(); in test()2302 getBarFoo(bar, a).mu_.Lock(); in test()2303 getBarFoo(bar, b).a = 0; // \ in test()2306 getBarFoo(bar, a).mu_.Unlock(); in test()