Home
last modified time | relevance | path

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

/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DStringVector.java27 public final class StringVector extends BaseVector { class
/third_party/gn/src/base/
Dcommand_line.h41 using StringVector = std::vector<StringType>; variable
/third_party/mindspore/mindspore-src/source/third_party/proto/coreml/
DDataStructures.proto48 message StringVector { message
/third_party/grpc/src/compiler/
Dpython_generator_helpers.h50 typedef vector<std::string> StringVector; typedef
Dpython_generator.cc60 typedef vector<std::string> StringVector; typedef
/third_party/gn/src/gn/
Dtarget.h64 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