HomeSort by relevance Sort by last modified time
    Searched refs:arg2_ (Results 1 - 16 of 16) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
bind_handler.hpp 110 arg2_(arg2)
117 arg2_(arg2)
124 static_cast<const Arg2&>(arg2_));
129 handler_(arg1_, arg2_);
135 Arg2 arg2_; member in class:asio::detail::binder2
193 arg2_(arg2),
202 arg2_(arg2),
210 static_cast<const Arg2&>(arg2_),
216 handler_(arg1_, arg2_, arg3_);
222 Arg2 arg2_; member in class:asio::detail::binder3
316 Arg2 arg2_; member in class:asio::detail::binder4
420 Arg2 arg2_; member in class:asio::detail::binder5
    [all...]
reactive_null_buffers_op.hpp 70 ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
reactive_socket_send_op.hpp 102 ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
reactive_socket_recv_op.hpp 105 ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
reactive_socket_recvfrom_op.hpp 115 ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
reactive_socket_recvmsg_op.hpp 107 ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
reactive_socket_sendto_op.hpp 105 ASIO_HANDLER_INVOCATION_BEGIN((handler.arg1_, handler.arg2_));
resolve_op.hpp 99 handler.arg2_ = iterator_type::create(o->addrinfo_,
  /external/protobuf/src/google/protobuf/stubs/
common.h 961 arg1_(arg1), arg2_(arg2) {
974 Arg2 arg2_; member in class:google::protobuf::internal::FunctionClosure2
999 Arg2 arg2_; member in class:google::protobuf::internal::MethodClosure2
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 958 arg1_(arg1), arg2_(arg2) {}
971 Arg2 arg2_; member in class:google::protobuf::internal::FunctionClosure2
996 Arg2 arg2_; member in class:google::protobuf::internal::MethodClosure2
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 958 arg1_(arg1), arg2_(arg2) {}
971 Arg2 arg2_; member in class:google::protobuf::internal::FunctionClosure2
996 Arg2 arg2_; member in class:google::protobuf::internal::MethodClosure2
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 958 arg1_(arg1), arg2_(arg2) {}
971 Arg2 arg2_; member in class:google::protobuf::internal::FunctionClosure2
996 Arg2 arg2_; member in class:google::protobuf::internal::MethodClosure2
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h 214 arg1_(arg1), arg2_(arg2) {}
219 function_(arg1_, arg2_);
227 Arg2 arg2_; member in class:google::protobuf::internal::FunctionClosure2
238 arg1_(arg1), arg2_(arg2) {}
243 (object_->*method_)(arg1_, arg2_);
252 Arg2 arg2_; member in class:google::protobuf::internal::MethodClosure2
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 958 arg1_(arg1), arg2_(arg2) {}
971 Arg2 arg2_; member in class:google::protobuf::internal::FunctionClosure2
996 Arg2 arg2_; member in class:google::protobuf::internal::MethodClosure2
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
expression.cc 528 : arg1_(arg1), arg2_(arg2), arg3_(arg3)
534 delete this->arg2_;
598 { this->arg2_->print(f); }
606 Expression* arg2_; member in class:gold::Trinary_expression
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 697 __host__ __device__ __forceinline__ binder2nd(const Op& op_, const typename Op::second_argument_type& arg2_) : op(op_), arg2(arg2_) {}

Completed in 811 milliseconds