OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodID
(Results
1 - 13
of
13
) sorted by null
/external/libcxx/test/std/utilities/function.objects/func.require/
bullet_1_and_2.pass.cpp
41
// The functions should return '
MethodID
::setUncheckedCall()'.
48
// actually called using '
MethodID
::checkCalled(<return-value>)'
68
R f(__VA_ARGS__) { return
MethodID
<R(MemFun03::*)(__VA_ARGS__)>::setUncheckedCall(); } \
69
R f(__VA_ARGS__) const { return
MethodID
<R(MemFun03::*)(__VA_ARGS__) const>::setUncheckedCall(); } \
70
R f(__VA_ARGS__) volatile { return
MethodID
<R(MemFun03::*)(__VA_ARGS__) volatile>::setUncheckedCall(); } \
71
R f(__VA_ARGS__) const volatile { return
MethodID
<R(MemFun03::*)(__VA_ARGS__) const volatile>::setUncheckedCall(); }
98
R f(__VA_ARGS__) & { return
MethodID
<R(C::*)(__VA_ARGS__) &>::setUncheckedCall(); } \
99
R f(__VA_ARGS__) const & { return
MethodID
<R(C::*)(__VA_ARGS__) const &>::setUncheckedCall(); } \
100
R f(__VA_ARGS__) volatile & { return
MethodID
<R(C::*)(__VA_ARGS__) volatile &>::setUncheckedCall(); } \
101
R f(__VA_ARGS__) const volatile & { return
MethodID
<R(C::*)(__VA_ARGS__) const volatile &>::setUncheckedCall(); }
[
all
...]
bullet_5.pass.cpp
36
// return '
MethodID
::setUncheckedCall()'.
41
// function and '
MethodID
::checkCall()' otherwise.
101
__VA_ARGS__ R operator() Args { return
MethodID
<R(C::*) Args>::setUncheckedCall(); } \
102
__VA_ARGS__ R operator() Args const { return
MethodID
<R(C::*) Args const>::setUncheckedCall(); } \
103
__VA_ARGS__ R operator() Args volatile { return
MethodID
<R(C::*) Args volatile>::setUncheckedCall(); } \
104
__VA_ARGS__ R operator() Args const volatile { return
MethodID
<R(C::*) Args const volatile>::setUncheckedCall(); }
141
R operator()(Args&&...) CV { return
MethodID
<R(C::*)(Args&&...) CV>::setUncheckedCall(); }
174
typedef
MethodID
<CallSig ClassType::*> MID;
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/CPP/7zip/Archive/7z/
7zItem.h
9
#include "../../Common/
MethodId
.h"
24
CMethodId
MethodID
;
85
if (Coders[i].
MethodID
== k_AES)
7zEncode.cpp
44
coderInfo.
MethodID
= decompressionMethods[i];
72
encodingInfo.
MethodID
= methodFull.Id;
254
UInt64 m = _codersInfo[i].
MethodID
;
7zDecode.cpp
38
bindInfo.CoderMethodIDs[i] = coderInfo.
MethodID
;
181
coderInfo.
MethodID
, decoder, decoder2, false));
7zOut.cpp
263
UInt64 id = coder.
MethodID
;
7zUpdate.cpp
90
RINOZ_COMP(c1.
MethodID
, c2.
MethodID
);
419
static inline void GetMethodFull(UInt64
methodID
, UInt32 numInStreams, CMethodFull &m)
421
m.Id =
methodID
;
704
CMethodId m = f.Coders[i].
MethodID
;
[
all
...]
7zIn.cpp
440
coder.
MethodID
= id;
[
all
...]
/external/lzma/C/
7zDec.c
265
/* c->
MethodID
<= (UInt32)0xFFFFFFFF && */
266
IS_MAIN_METHOD((UInt32)c->
MethodID
);
269
#define IS_BCJ2(c) ((c)->
MethodID
== k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1)
287
/* c->
MethodID
> (UInt32)0xFFFFFFFF || */
296
switch ((UInt32)c->
MethodID
)
348
if (IS_MAIN_METHOD((UInt32)coder->
MethodID
))
386
if (coder->
MethodID
== k_Copy)
392
else if (coder->
MethodID
== k_LZMA)
396
else if (coder->
MethodID
== k_LZMA2)
409
else if (coder->
MethodID
== k_BCJ2)
[
all
...]
7z.h
27
UInt32
MethodID
;
7zArcIn.c
526
coder->
MethodID
= (UInt32)id;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bdaiface.h
235
STDMETHOD_(HRESULT,EnumAudioCapability)(THIS_ DWORD FmtIndex,DWORD *
MethodID
,DWORD *AlgorithmType,DWORD *SamplingRate,DWORD *BitDepth,DWORD *NumChannels) PURE;
236
STDMETHOD_(HRESULT,EnumVideoCapability)(THIS_ DWORD FmtIndex,DWORD *
MethodID
,DWORD *AlgorithmType,DWORD *VerticalSize,DWORD *HorizontalSize,DWORD *AspectRatio,DWORD *FrameRateCode,DWORD *ProgressiveSequence) PURE;
247
#define IBDA_Encoder_EnumAudioCapability(This,FmtIndex,
MethodID
,AlgorithmType,SamplingRate,BitDepth,NumChannels) (This)->lpVtbl->EnumAudioCapability(This,FmtIndex,
MethodID
,AlgorithmType,SamplingRate,BitDepth,NumChannels)
248
#define IBDA_Encoder_EnumVideoCapability(This,FmtIndex,
MethodID
,AlgorithmType,VerticalSize,HorizontalSize,AspectRatio,FrameRateCode,ProgressiveSequence) (This)->lpVtbl->EnumVideoCapability(This,FmtIndex,
MethodID
,AlgorithmType,VerticalSize,HorizontalSize,AspectRatio,FrameRateCode,ProgressiveSequence)
Completed in 1431 milliseconds