Home
last modified time | relevance | path

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

/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp95 struct StringOption : Option<std::string> { struct
98 StringOption(std::string _selector, in StringOption() argument
/third_party/skia/m133/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
/third_party/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