Home | History | Annotate | Download | only in base

Lines Matching refs:BindTest

191 class BindTest : public ::testing::Test {
193 BindTest() {
199 virtual ~BindTest() {
219 DISALLOW_COPY_AND_ASSIGN(BindTest);
222 StrictMock<NoRef>* BindTest::static_func_mock_ptr;
225 TEST_F(BindTest, ArityTest) {
256 TEST_F(BindTest, FunctionTypeSupport) {
290 TEST_F(BindTest, ReturnValues) {
321 TEST_F(BindTest, ArgumentBinding) {
371 TEST_F(BindTest, UnboundArgumentTypeSupport) {
387 TEST_F(BindTest, UnboundReferenceSupport) {
397 TEST_F(BindTest, ReferenceArgumentBinding) {
416 TEST_F(BindTest, ArrayArgumentBinding) {
438 TEST_F(BindTest, SupportsAddRefAndRelease) {
457 TEST_F(BindTest, Unretained) {
478 TEST_F(BindTest, ConstRef) {
504 TEST_F(BindTest, ArgumentCopies) {
542 TEST_F(BindTest, NoCompile) {
644 TEST_F(BindTest, WindowsCallingConventions) {