HomeSort by relevance Sort by last modified time
    Searched defs:Generator (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/graphics/
Generator.h 36 class Generator : public RefCounted<Generator> {
38 virtual ~Generator() {};
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 61 class LIBPROTOC_EXPORT Generator : public CodeGenerator {
63 Generator();
64 virtual ~Generator();
147 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
python_generator.cc 41 // generator that outputs a Python/C extension module that lets
117 // file output by this generator.
225 Generator::Generator() : file_(NULL) {
228 Generator::~Generator() {
231 bool Generator::Generate(const FileDescriptor* file,
241 // the stack and use that, so that the Generator class itself does not need
286 void Generator::PrintImports() const {
296 void Generator::PrintFileDescriptor() const
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.h 50 class Generator : private MacroAssembler {
60 Generator(Parser& parser)
  /external/v8/src/
builtins.cc 1200 byte* generator; member in struct:v8::internal::__anon7957::BuiltinDesc
    [all...]

Completed in 392 milliseconds