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

  /external/grpc-grpc/include/grpcpp/impl/codegen/
rpc_method.h 39 : name_(name), method_type_(type), channel_tag_(NULL) {}
44 method_type_(type),
48 RpcType method_type() const { return method_type_; }
49 void SetMethodType(RpcType type) { method_type_ = type; }
54 RpcType method_type_; member in class:grpc::internal::RpcMethod
  /art/runtime/mirror/
method_handle_impl-inl.h 29 return GetFieldObject<mirror::MethodType>(OFFSET_OF_OBJECT_MEMBER(MethodHandle, method_type_));
method_handle_impl.h 97 HeapReference<mirror::MethodType> method_type_; member in class:art::mirror::MethodHandle
109 return MemberOffset(OFFSETOF_MEMBER(MethodHandle, method_type_));
  /art/runtime/
class_linker_test.cc     [all...]

Completed in 115 milliseconds