Searched refs:GeneratorContext (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.h56 class GeneratorContext;
79 GeneratorContext* generator_context,
90 class LIBPROTOC_EXPORT GeneratorContext { class in namespace:google::protobuf::compiler
92 inline GeneratorContext() {} function in class:google::protobuf::compiler::GeneratorContext
93 virtual ~GeneratorContext();
122 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(GeneratorContext);
125 // The type GeneratorContext was once called OutputDirectory. This typedef
127 typedef GeneratorContext OutputDirectory;
H A Dcode_generator.cc45 GeneratorContext::~GeneratorContext() {}
47 io::ZeroCopyOutputStream* GeneratorContext::OpenForInsert(
49 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support insertion.";
53 void GeneratorContext::ListParsedFiles(
55 GOOGLE_LOG(FATAL) << "This GeneratorContext does not support ListParsedFiles";
H A Dmock_code_generator.h96 GeneratorContext* context,
105 GeneratorContext *context);
H A Dcommand_line_interface.h59 class GeneratorContext; // code_generator.h
236 GeneratorContext* generator_context);
240 GeneratorContext* generator_context,
H A Dplugin.cc62 class GeneratorResponseContext : public GeneratorContext {
70 // implements GeneratorContext --------------------------------------
H A Dmock_code_generator.cc121 GeneratorContext* context,
218 GeneratorContext *context) {
H A Dcommand_line_interface.cc234 // A GeneratorContext implementation that buffers files in memory, then dumps
236 class CommandLineInterface::GeneratorContextImpl : public GeneratorContext {
253 // implements GeneratorContext --------------------------------------
647 // We construct a separate GeneratorContext for each output location. Note
649 // they should share a single GeneratorContext so that OpenForInsert() works.
1181 GeneratorContext* generator_context) {
1227 GeneratorContext* generator_context,
H A Dcommand_line_interface_unittest.cc202 GeneratorContext* context,
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_util.h21 // A GeneratorContext holds ordered header names & values which are
23 struct NET_EXPORT_PRIVATE GeneratorContext { struct in class:net::HpackFuzzUtil
24 GeneratorContext();
25 ~GeneratorContext();
30 // Initializes a GeneratorContext with a random seed and name/value fixtures.
31 static void InitializeGeneratorContext(GeneratorContext* context);
35 GeneratorContext* context);
H A Dhpack_fuzz_util.cc39 HpackFuzzUtil::GeneratorContext::GeneratorContext() {} function in class:net::HpackFuzzUtil::GeneratorContext
40 HpackFuzzUtil::GeneratorContext::~GeneratorContext() {}
49 void HpackFuzzUtil::InitializeGeneratorContext(GeneratorContext* context) {
76 GeneratorContext* context) {
H A Dhpack_example_generator.cc56 HpackFuzzUtil::GeneratorContext context;
H A Dhpack_fuzz_util_test.cc27 HpackFuzzUtil::GeneratorContext context;
36 HpackFuzzUtil::GeneratorContext context;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h49 class GeneratorContext; // code_generator.h
73 GeneratorContext* generator_context,
H A Djava_generator.h60 GeneratorContext* context,
H A Djava_plugin_unittest.cc59 GeneratorContext* context,
72 GeneratorContext* context) const {
H A Djava_generator.cc54 GeneratorContext* context,
H A Djava_file.cc426 GeneratorContext* context,
453 GeneratorContext* context,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.h60 GeneratorContext* generator_context,
H A Dcpp_plugin_unittest.cc59 GeneratorContext* context,
74 GeneratorContext* context) const {
H A Dcpp_generator.cc56 GeneratorContext* generator_context,
H A Dcpp_bootstrap_unittest.cc82 class MockGeneratorContext : public GeneratorContext {
105 // implements GeneratorContext --------------------------------------
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc59 GeneratorContext* context,
69 GeneratorContext* context) const {
H A Dpython_generator.h69 GeneratorContext* generator_context,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h122 template<typename GeneratorContext>
123 void generateLineBoxRects(GeneratorContext& yield) const;
124 template<typename GeneratorContext>
125 void generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* container) const;
H A DRenderInline.cpp561 template<typename GeneratorContext>
562 void RenderInline::generateLineBoxRects(GeneratorContext& yield) const
573 template<typename GeneratorContext>
574 void RenderInline::generateCulledLineBoxRects(GeneratorContext& yield, const RenderInline* container) const

Completed in 284 milliseconds

12