OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfilerCodeGenBase
(Results
1 - 4
of
4
) sorted by null
/test/vts/compilation_tools/vtsc/code_gen/profiler/
ProfilerCodeGenBase.cpp
17
#include "
ProfilerCodeGenBase
.h"
25
void
ProfilerCodeGenBase
::GenerateAll(
32
void
ProfilerCodeGenBase
::GenerateHeaderFile(
84
void
ProfilerCodeGenBase
::GenerateSourceFile(
143
void
ProfilerCodeGenBase
::GenerateProfilerForTypedVariable(Formatter& out,
227
void
ProfilerCodeGenBase
::GenerateProfilerMethodDeclForAttribute(Formatter& out,
245
void
ProfilerCodeGenBase
::GenerateProfilerMethodImplForAttribute(
267
void
ProfilerCodeGenBase
::GenerateOpenNameSpaces(Formatter& out,
273
void
ProfilerCodeGenBase
::GenerateCloseNameSpaces(Formatter& out,
ProfilerCodeGenBase.h
38
class
ProfilerCodeGenBase
{
40
ProfilerCodeGenBase
(){};
42
virtual ~
ProfilerCodeGenBase
(){};
181
DISALLOW_COPY_AND_ASSIGN (
ProfilerCodeGenBase
);
HalHidlProfilerCodeGen.h
20
#include "code_gen/profiler/
ProfilerCodeGenBase
.h"
27
class HalHidlProfilerCodeGen : public
ProfilerCodeGenBase
{
29
HalHidlProfilerCodeGen() :
ProfilerCodeGenBase
(){};
/test/vts/compilation_tools/vtsc/code_gen/
CodeGenBase.cpp
42
#include "code_gen/profiler/
ProfilerCodeGenBase
.h"
138
unique_ptr<
ProfilerCodeGenBase
> profiler_generator;
Completed in 239 milliseconds