Searched refs:setMethod (Results 1 – 7 of 7) sorted by relevance
37 var setMethod = setMethods[i]; variable40 ({method: Date.prototype[setMethod]}).method(0);
95 public function setMethod($var) function in Google\\Protobuf\\Internal\\ServiceDescriptorProto
308 info.setMethod(); in createInfo()
384 info.setMethod(); in createInfo()
106 public void setMethod() { setType(CAT, CAT_METHOD); } in setMethod() method in APIInfo
2263 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);2281 protected final Method setMethod;2317 invokeOrDie(setMethod, builder, value);
2161 protected final Method setMethod;2179 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);2216 invokeOrDie(setMethod, builder, value);