OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodImpl
(Results
1 - 11
of
11
) sorted by null
/system/tools/hidl/
Method.h
46
using
MethodImpl
= std::map<MethodImplType, std::function<void(Formatter &)>>;
78
MethodImpl
cppImpl,
79
MethodImpl
javaImpl);
107
MethodImpl
mCppImpl;
108
MethodImpl
mJavaImpl;
Method.cpp
42
MethodImpl
cppImpl,
43
MethodImpl
javaImpl) {
/system/tools/aidl/
ast_cpp.h
228
class
MethodImpl
: public Declaration {
232
MethodImpl
(const std::string& return_type,
237
virtual ~
MethodImpl
() = default;
239
//
MethodImpl
retains ownership of the statement block.
251
DISALLOW_COPY_AND_ASSIGN(
MethodImpl
);
252
}; // class
MethodImpl
ast_cpp.cpp
262
MethodImpl
::
MethodImpl
(const string& return_type,
276
StatementBlock*
MethodImpl
::GetStatementBlock() {
280
void
MethodImpl
::Write(CodeWriter* to) const {
ast_cpp_unittest.cpp
235
MethodImpl
m{"return_type", "ClassName", "MethodName",
generate_cpp.cpp
257
unique_ptr<
MethodImpl
> ret{new
MethodImpl
{
531
unique_ptr<
MethodImpl
> on_transact{new
MethodImpl
{
607
unique_ptr<
MethodImpl
> getter(new
MethodImpl
(
/external/clang/lib/Sema/
SemaDeclObjC.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar
Completed in 321 milliseconds