Searched defs:_option (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Doptions.h25 typedef struct _option { struct
/external/vulkan-validation-layers/layers/
H A Dvk_layer_config.cpp41 const char *getOption(const std::string &_option);
42 void setOption(const std::string &_option, const std::string &_val);
72 const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(_option); } argument
76 FILE *getLayerLogOutput(const char *_option, const char *layerName) { argument
78 if (!_option || !strcmp("stdout", _option))
81 log_output = fopen(_option, "w");
83 if (_option)
85 << layerName << " ERROR: Bad output filename specified: " << _option << "
95 GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, VkFlags> const &enum_data, uint32_t option_default) argument
132 setLayerOption(const char *_option, const char *_val) argument
175 getOption(const std::string &_option) argument
199 setOption(const std::string &_option, const std::string &_val) argument
[all...]

Completed in 104 milliseconds