Home
last modified time | relevance | path

Searched defs:StringVector (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/base/
Dcommand_line.h40 using StringVector = std::vector<StringType>; variable
/third_party/gn/src/gn/
Dtarget.h64 using StringVector = std::vector<std::string>; variable
/third_party/node/src/
Dnode_options.h507 using StringVector = std::vector<std::string>; variable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp55 typedef std::vector<String> StringVector; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp98356 using StringVector = JS::GCVector<JSString*>; typedef