Searched refs:option_pairs (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/benchmarks/util/ |
D | protoc-gen-gogoproto.cc | 83 std::vector<std::pair<string,string>> option_pairs; in Generate() local 84 ParseGeneratorParameter(parameter, &option_pairs); in Generate()
|
D | protoc-gen-proto2_to_proto3.cc | 71 std::vector<std::pair<string,string>> option_pairs; in Generate() local 72 ParseGeneratorParameter(parameter, &option_pairs); in Generate()
|
/third_party/python/Lib/distutils/ |
D | cmd.py | 271 def set_undefined_options(self, src_cmd, *option_pairs): argument 288 for (src_option, dst_option) in option_pairs:
|
/third_party/boost/tools/build/src/tools/ |
D | doxproc.py | 50 ( option_pairs, other ) = getopt.getopt( argv, '', spec ) 51 map( lambda x: options.__setitem__( x[0], x[1] ), option_pairs )
|
/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 3720 std::vector<std::pair<std::string, std::string> > option_pairs; in GenerateAll() local 3721 ParseGeneratorParameter(parameter, &option_pairs); in GenerateAll() 3723 if (!options.ParseFromOptions(option_pairs, error)) { in GenerateAll()
|