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

  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcCallback.java 35 * {@code ParameterType} is normally the method's response message type.
45 public interface RpcCallback<ParameterType> {
46 void run(ParameterType parameter);
RpcUtil.java 105 public static <ParameterType>
106 RpcCallback<ParameterType> newOneTimeCallback(
107 final RpcCallback<ParameterType> originalCallback) {
108 return new RpcCallback<ParameterType>() {
111 public void run(final ParameterType parameter) {
  /frameworks/base/services/sensorservice/
mat.h 35 typename TypeTraits<TYPE>::ParameterType rhs) {
93 typename TypeTraits<TYPE>::ParameterType v)
106 typename TypeTraits<TYPE>::ParameterType v,
125 typedef typename TypeTraits<TYPE>::ParameterType pTYPE;
traits.h 112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
vec.h 98 typename TypeTraits<TYPE>::ParameterType rhs) {
111 typename TypeTraits<TYPE>::ParameterType lhs,
170 typename TypeTraits<TYPE>::ParameterType rhs) {
180 typename TypeTraits<TYPE>::ParameterType lhs,
302 typedef typename TypeTraits<TYPE>::ParameterType pTYPE;
  /prebuilt/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar 

Completed in 272 milliseconds