Home
last modified time | relevance | path

Searched defs:StringOption (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/
Dusing_skia_and_harfbuzz.cpp111 struct StringOption : Option<std::string> { struct
114 StringOption(std::string _selector, std::string _description, std::string defaultValue) in StringOption() argument
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dchannel_argument_option.cc32 class StringOption final : public ServerBuilderOption { in MakeChannelArgumentOption() class
34 StringOption(const std::string& name, const std::string& value) in MakeChannelArgumentOption() function in grpc::MakeChannelArgumentOption::StringOption
/external/grpc-grpc/src/cpp/server/
Dchannel_argument_option.cc32 class StringOption final : public ServerBuilderOption { in MakeChannelArgumentOption() class
34 StringOption(const std::string& name, const std::string& value) in MakeChannelArgumentOption() function in grpc::MakeChannelArgumentOption::StringOption
/external/python/cpython2/Demo/tkinter/guido/
DAttrDialog.py79 class StringOption(Option): class