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

  /external/chromium_org/chrome/installer/util/
wmi_unittest.cc 32 IWbemClassObject* class_method = NULL; local
35 L"Rename", &class_method));
36 ASSERT_TRUE(NULL != class_method);
37 ULONG refs = class_method->Release();
wmi.h 52 // Fills a single parameter given an instanced 'class_method'. Returns true
55 static bool SetParameter(IWbemClassObject* class_method,
wmi.cc 82 bool SetParameter(IWbemClassObject* class_method,
84 HRESULT hr = class_method->Put(parameter_name.c_str(), 0, parameter, 0);
  /external/clang/test/Rewriter/
rewrite-modern-protocol.mm 14 + (id) CLASS_METHOD : (id)ARG;
  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.mm 233 BOOL class_method,
238 if (class_method) {
  /external/clang/lib/AST/
DeclObjC.cpp 82 // - (int) class_method;
83 // + (float) class_method;
    [all...]
  /external/clang/test/CodeGenObjC/
arc.m 67 + (void) class_method;
73 // CHECK: define internal void @"\01+[Test2 class_method]"
79 + (void) class_method {}
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 371 milliseconds