Home
last modified time | relevance | path

Searched full:quoted_strings (Results 1 – 6 of 6) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/example/karma/
Dquoted_strings.cpp24 struct quoted_strings struct
27 quoted_strings() in quoted_strings() function
28 : quoted_strings::base_type(strings) in quoted_strings()
55 client::quoted_strings<sink_type> g; in main() argument
DJamfile37 exe quoted_strings : quoted_strings.cpp ;
/external/cronet/testing/libfuzzer/
Ddictionary_generator.py142 quoted_strings = FindIndentedText(spec_data)
143 quoted_words = ExtractWordsFromLines(quoted_strings)
/external/bazelbuild-rules_python/examples/bzlmod/
Dgazelle_python.yaml584 yamllint.rules.quoted_strings: yamllint
/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
Dgazelle_python.yaml585 yamllint.rules.quoted_strings: yamllint
/external/tensorflow/third_party/gpus/
Dcuda_configure.bzl80 quoted_strings = ["\"" + element + "\"" for element in elements]
81 return ", ".join(quoted_strings)