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

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
attribute.swg 141 %define %attribute_custom(Class, AttributeType, AttributeName, GetMethod, SetMethod, GetMethodCall, SetMethodCall)
144 #if #SetMethod != #AttributeName
145 %ignore Class::SetMethod;
196 %define %attribute(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
197 #if #SetMethod != ""
198 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, self_->GetMethod(), self_->SetMethod(val_))
204 %define %attribute2(Class, AttributeType, AttributeName, GetMethod, SetMethod...)
205 #if #SetMethod != ""
206 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, &self_->GetMethod(), self_->SetMethod(*val_)
    [all...]
  /art/runtime/gc/
allocation_record.h 52 void SetMethod(ArtMethod* m) {
110 stack_[index].SetMethod(m);
  /external/webrtc/webrtc/modules/video_coding/
media_opt_util.h 235 void SetMethod(VCMProtectionMethodEnum newMethodType);
media_opt_util.cc 496 void VCMLossProtectionLogic::SetMethod(
media_optimization.cc 304 loss_prot_logic_->SetMethod(method);
  /art/runtime/
art_method.h 87 SetMethod(index * kMethodCount + kMethodInterface, pointer_size, method);
91 SetMethod(index * kMethodCount + kMethodImplementation, pointer_size, method);
199 void SetMethod(size_t index, size_t pointer_size, ArtMethod* method) {
debugger.h 162 SetMethod(other.Method());
167 void SetMethod(ArtMethod* m) SHARED_REQUIRES(Locks::mutator_lock_);
    [all...]
debugger.cc     [all...]

Completed in 289 milliseconds