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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 94 unsigned NumMethods = 0;
98 ++NumMethods;
103 while (C && NumMethods) {
112 --NumMethods;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
drmk.h 72 IN ULONG NumMethods);
portcls.h     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
type.go 287 // NumMethods returns the total number of methods of interface t.
288 func (t *Interface) NumMethods() int { return len(t.allMethods) }
290 // Method returns the i'th method of interface t for 0 <= i < t.NumMethods().
400 // NumMethods returns the number of explicit methods whose receiver is named type t.
401 func (t *Named) NumMethods() int { return len(t.methods) }
403 // Method returns the i'th method of named type t for 0 <= i < t.NumMethods().
  /prebuilts/go/linux-x86/src/go/types/
type.go 287 // NumMethods returns the total number of methods of interface t.
288 func (t *Interface) NumMethods() int { return len(t.allMethods) }
290 // Method returns the i'th method of interface t for 0 <= i < t.NumMethods().
400 // NumMethods returns the number of explicit methods whose receiver is named type t.
401 func (t *Named) NumMethods() int { return len(t.methods) }
403 // Method returns the i'th method of named type t for 0 <= i < t.NumMethods().
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser_test.go 63 for i := 0; i != nt.NumMethods(); i++ {
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser_test.go 63 for i := 0; i != nt.NumMethods(); i++ {
  /art/runtime/mirror/
class-inl.h 168 NumMethods());
178 return GetMethodsSliceRangeUnchecked(pointer_size, GetCopiedMethodsStartOffset(), NumMethods());
189 return GetMethodsSliceRangeUnchecked(pointer_size, 0, NumMethods());
196 DCHECK_LE(end_offset, NumMethods());
212 inline uint32_t Class::NumMethods() {
    [all...]
class.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtmv2.h 217 UINT NumMethods;
275 DWORD WINAPI RtmGetEntityMethods(RTM_ENTITY_HANDLE RtmRegHandle,RTM_ENTITY_HANDLE EntityHandle,PUINT NumMethods,PRTM_ENTITY_EXPORT_METHOD ExptMethods);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi.go 525 n := typ.NumMethods()
591 if typ.NumMethods() > 0 {
  /prebuilts/go/linux-x86/src/cmd/api/
goapi.go 525 n := typ.NumMethods()
591 if typ.NumMethods() > 0 {
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 271 for i := 0; i < named.NumMethods(); i++ {
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 271 for i := 0; i < named.NumMethods(); i++ {
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/
debugger.cc     [all...]
class_linker.cc     [all...]

Completed in 233 milliseconds