HomeSort by relevance Sort by last modified time
    Searched defs:MethodID (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h 144 // MethodID - A type that uniquely identifies a member function for a class.
152 struct MethodID {
172 template <class T> int MethodID<T>::dummy = 0;
173 template <class T> void* MethodID<T>::id = (void*)&MethodID<T>::dummy;
174 template <class T> bool MethodID<T>::unchecked_call = false;
178 // FunctionPtrID - Like MethodID but for free function pointers.
205 // ID - The "Function Identifier" type used either MethodID or FunctionPtrID.
  /external/lzma/C/
7z.h 27 UInt32 MethodID;
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 9 #include "../../Common/MethodId.h"
24 CMethodId MethodID;
85 if (Coders[i].MethodID == k_AES)

Completed in 629 milliseconds