Home
last modified time | relevance | path

Searched defs:Plugin (Results 1 – 24 of 24) sorted by relevance

/external/golang-protobuf/compiler/protogen/
Dprotogen.go95 type Plugin struct { struct
97 Request *pluginpb.CodeGeneratorRequest
102 Files []*File
103 FilesByPath map[string]*File
108 SupportedFeatures uint64
110 fileReg *protoregistry.Files
111 enumsByName map[protoreflect.FullName]*Enum
112 messagesByName map[protoreflect.FullName]*Message
113 annotateCode bool
114 pathType pathType
[all …]
/external/grpc-grpc-java/
DCOMPILING.md39 ### Build Protobuf
79 ### Notes for Visual C++
103 ### Notes for MinGW on Windows
109 ### Notes for Unsupported Operating Systems
/external/parameter-framework/upstream/test/functional-tests/include/
DConfig.hpp67 struct Plugin struct
69 using Location = std::string;
70 using Name = std::string;
73 using Collection = std::list<std::pair<Location, std::list<Name>>>;
/external/pigweed/pw_cli/py/pw_cli/
Dplugins.py67 class Plugin: class
145 def callable_with_no_args(plugin: Plugin) -> None:
166 validator: Callable[[Plugin], Any] = lambda _: None) -> None:
211 def _should_register(self, plugin: Plugin) -> bool:
263 def _register(self, plugin: Plugin) -> Optional[Plugin]:
/external/golang-protobuf/internal/cmd/generate-protos/
Dmain.go244 func generateIdentifiers(gen *protogen.Plugin, file *protogen.File) {
330 func generateSouceContextStringer(gen *protogen.Plugin, file *protogen.File) {
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dreflect.go20 func genReflectFileDescriptor(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) {
236 func genFileDescriptor(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) {
Dmain.go68 func GenerateFile(gen *protogen.Plugin, file *protogen.File) *protogen.GeneratedFile {
122 func genGeneratedHeader(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo) {
147 func genImport(gen *protogen.Plugin, g *protogen.GeneratedFile, f *fileInfo, imp protoreflect.FileI…
/external/google-java-format/eclipse_plugin/
DREADME.md34 #### Building against a local (snapshot) release of the core
/external/pdfium/third_party/lcms/src/
Dcmserr.c72 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin) in _cmsRegisterMemHandlerPlugin()
141 void _cmsInstallAllocFunctions(cmsPluginMemHandler* Plugin, _cmsMemPluginChunkType* ptr) in _cmsInstallAllocFunctions()
457 cmsPluginMutex* Plugin = (cmsPluginMutex*) Data; in _cmsRegisterMutexPlugin() local
Dcmsplugin.c551 cmsPluginBase* Plugin; in cmsPluginTHR() local
744 cmsPluginBase* Plugin; in _cmsFindMemoryPlugin() local
766 cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) in cmsCreateContext()
Dcmsxform.c693 cmsPluginTransform* Plugin = (cmsPluginTransform*) Data; in _cmsRegisterTransformPlugin() local
768 _cmsTransformCollection* Plugin; in AllocEmptyTransform() local
Dcmsgamma.c130 cmsPluginParametricCurves* Plugin = (cmsPluginParametricCurves*) Data; in _cmsRegisterParametricCurvesPlugin() local
Dcmscnvrt.c1137 cmsPluginRenderingIntent* Plugin = (cmsPluginRenderingIntent*) Data; in _cmsRegisterRenderingIntentPlugin() local
Dcmsintrp.c69 cmsPluginInterpolation* Plugin = (cmsPluginInterpolation*) Data; in _cmsRegisterInterpPlugin() local
Dcmsopt.c1900 cmsPluginOptimization* Plugin = (cmsPluginOptimization*) Data; in _cmsRegisterOptimizationPlugin() local
Dcmstypes.c72 cmsPluginTagType* Plugin = (cmsPluginTagType*) Data; in RegisterTypesPlugin() local
5589 cmsPluginTag* Plugin = (cmsPluginTag*) Data; in _cmsRegisterTagPlugin() local
Dcmspack.c3270 cmsPluginFormatters* Plugin = (cmsPluginFormatters*) Data; in _cmsRegisterFormattersPlugin() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DValueProfileCollector.cpp47 PluginT Plugin; member in __anone0dc50160111::PluginChain
/external/clang/lib/Tooling/
DCompilationDatabase.cpp46 std::unique_ptr<CompilationDatabasePlugin> Plugin(It->instantiate()); in loadFromDirectory() local
/external/crosvm/src/plugin/
Dmod.rs482 Plugin { index: usize }, enumerator
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp86 static cl::opt<std::string> Plugin("plugin", cl::desc("plugin (ignored for compatibility")); variable
/external/ImageMagick/MagickCore/
Dprofile.c383 static cmsContext cmsCreateContext(void *magick_unused(Plugin),void *UserData) in cmsCreateContext()
/external/crosvm/src/
Dcrosvm.rs58 Plugin(PathBuf), enumerator
/external/clang/lib/Driver/
DTools.cpp1987 std::string Plugin = in AddGoldPlugin() local