Home
last modified time | relevance | path

Searched refs:setMethod (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dregression-test-issue-566.js37 var setMethod = setMethods[i]; variable
40 ({method: Date.prototype[setMethod]}).method(0);
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DServiceDescriptorProto.php95 public function setMethod($var) function in Google\\Protobuf\\Internal\\ServiceDescriptorProto
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java308 info.setMethod(); in createInfo()
DGatherAPIData.java384 info.setMethod(); in createInfo()
DAPIInfo.java106 public void setMethod() { setType(CAT, CAT_METHOD); } in setMethod() method in APIInfo
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessage.java2263 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);
2281 protected final Method setMethod;
2317 invokeOrDie(setMethod, builder, value);
DGeneratedMessageV3.java2161 protected final Method setMethod;
2179 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type);
2216 invokeOrDie(setMethod, builder, value);