OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneratorOptions
(Results
1 - 5
of
5
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h
53
struct
GeneratorOptions
{
78
GeneratorOptions
()
114
void GenerateHeader(const
GeneratorOptions
& options,
118
void FindProvides(const
GeneratorOptions
& options,
122
void FindProvidesForFile(const
GeneratorOptions
& options,
126
void FindProvidesForMessage(const
GeneratorOptions
& options,
130
void FindProvidesForEnum(const
GeneratorOptions
& options,
135
void FindProvidesForFields(const
GeneratorOptions
& options,
140
void GenerateProvides(const
GeneratorOptions
& options,
145
void GenerateTestOnly(const
GeneratorOptions
& options
[
all
...]
/frameworks/native/opengl/tools/glgen2/
glgen.py
224
reg.
GeneratorOptions
(
228
reg.
GeneratorOptions
(
234
reg.
GeneratorOptions
(
238
reg.
GeneratorOptions
(
253
reg.
GeneratorOptions
(
256
reg.
GeneratorOptions
(
259
reg.
GeneratorOptions
(
264
reg.
GeneratorOptions
(
279
reg.
GeneratorOptions
(
284
reg.
GeneratorOptions
(
[
all
...]
/frameworks/native/opengl/tools/glgen2/registry/
reg.py
206
#
GeneratorOptions
- base class for options used during header production
234
class
GeneratorOptions
:
264
# CGeneratorOptions - subclass of
GeneratorOptions
.
288
class CGeneratorOptions(
GeneratorOptions
):
309
GeneratorOptions
.__init__(self, filename, apiname, profile,
335
# genOpts -
GeneratorOptions
controlling what's generated and how
653
# genOpts -
GeneratorOptions
object used to control which
[
all
...]
/external/vulkan-validation-layers/
generator.py
69
#
GeneratorOptions
- base class for options used during header production
97
class
GeneratorOptions
:
127
# CGeneratorOptions - subclass of
GeneratorOptions
.
160
class CGeneratorOptions(
GeneratorOptions
):
184
GeneratorOptions
.__init__(self, filename, apiname, profile,
200
# DocGeneratorOptions - subclass of
GeneratorOptions
.
223
class DocGeneratorOptions(
GeneratorOptions
):
244
GeneratorOptions
.__init__(self, filename, apiname, profile,
257
# ThreadGeneratorOptions - subclass of
GeneratorOptions
.
287
class ThreadGeneratorOptions(
GeneratorOptions
)
[
all
...]
reg.py
153
from generator import write,
GeneratorOptions
, OutputGenerator
166
# genOpts -
GeneratorOptions
object used to control which
579
# genOpts -
GeneratorOptions
object with parameters used
[
all
...]
Completed in 136 milliseconds