Searched defs:MethodID (Results 1 - 4 of 4) sorted by relevance

/external/libmojo/base/android/
H A Djni_android.h84 // This class is a wrapper for JNIEnv Get(Static)MethodID.
85 class BASE_EXPORT MethodID { class in namespace:base::android
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h187 // MethodID - A type that uniquely identifies a member function for a class.
195 struct MethodID { struct
215 template <class T> int MethodID<T>::dummy = 0;
216 template <class T> void* MethodID<T>::id = (void*)&MethodID<T>::dummy;
217 template <class T> bool MethodID<T>::unchecked_call = false;
221 // FunctionPtrID - Like MethodID but for free function pointers.
248 // ID - The "Function Identifier" type used either MethodID or FunctionPtrID.
/external/lzma/C/
H A D7z.h27 UInt32 MethodID; member in struct:__anon14099
/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h22 CMethodId MethodID; member in struct:NArchive::N7z::CCoderInfo
84 if (Coders[i].MethodID == k_AES)

Completed in 197 milliseconds