Home
last modified time | relevance | path

Searched refs:FirstArg (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/sensors/common/vts/utils/
H A DGrallocWrapper.cpp84 struct FirstArg;
89 struct FirstArg<ReturnType (ClassT::*)(Arg1, OtherArgs...)> { struct
96 typename std::remove_reference<typename FirstArg<T>::type>::type>::type;
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp713 bool FirstArg = true; in makeFunctionSignature() local
717 if (!FirstArg) { in makeFunctionSignature()
720 FirstArg = false; in makeFunctionSignature()
734 bool FirstArg = true; in genArguments() local
738 if (!FirstArg) { in genArguments()
742 FirstArg = false; in genArguments()
H A Dslang_rs_reflection.cpp3090 bool FirstArg = true; in startFunction() local
3092 if (!FirstArg) in startFunction()
3095 FirstArg = false; in startFunction()