Searched refs:handler_helper (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_unittest.cc | 348 auto handler_helper = [] (int* status, int expected_status, int new_status) { in TEST_P() local 353 return base::Bind(handler_helper, &status, expected_status, new_status); in TEST_P()
|
D | associated_interface_unittest.cc | 703 auto handler_helper = [] (int* a_status, int* b_status, int expected_a_status, in TEST_F() local 713 return base::Bind(handler_helper, &a_status, &b_status, expected_a_status, in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 4023 static BasicBlock *handler_helper(Value *V) { return cast<BasicBlock>(V); } 4024 static const BasicBlock *handler_helper(const Value *V) { 4044 return handler_iterator(It, DerefFnTy(handler_helper)); 4052 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); 4058 return handler_iterator(op_end(), DerefFnTy(handler_helper)); 4063 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 4272 static BasicBlock *handler_helper(Value *V) { return cast<BasicBlock>(V); } 4273 static const BasicBlock *handler_helper(const Value *V) { 4291 return handler_iterator(It, DerefFnTy(handler_helper)); 4300 return const_handler_iterator(It, ConstDerefFnTy(handler_helper)); 4306 return handler_iterator(op_end(), DerefFnTy(handler_helper)); 4312 return const_handler_iterator(op_end(), ConstDerefFnTy(handler_helper));
|