Home
last modified time | relevance | path

Searched refs:setMethod (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DServiceDescriptorProto.php95 public function setMethod($var) function
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java384 info.setMethod(); in createInfo()
H A DGatherAPIDataOld.java308 info.setMethod(); in createInfo()
H A 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/
H A DGeneratedMessageV3.java2161 protected final Method setMethod; field in GeneratedMessageV3.FieldAccessorTable.SingularFieldAccessor.ReflectionInvoker
2179 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type); in ReflectionInvoker()
2216 invokeOrDie(setMethod, builder, value); in set()
H A DGeneratedMessage.java2263 setMethod = getMethodOrDie(builderClass, "set" + camelCaseName, type); in SingularFieldAccessor()
2281 protected final Method setMethod; field in GeneratedMessage.FieldAccessorTable.SingularFieldAccessor
2317 invokeOrDie(setMethod, builder, value); in set()

Completed in 14 milliseconds