Home | History | Annotate | Download | only in base

Lines Matching defs:transport_options

79   TransportDescription(const std::vector<std::string>& transport_options,
86 : transport_options(transport_options),
100 : transport_options(from.transport_options),
113 transport_options = from.transport_options;
126 return (std::find(transport_options.begin(), transport_options.end(),
127 option) != transport_options.end());
130 transport_options.push_back(option);
142 std::vector<std::string> transport_options;