HomeSort by relevance Sort by last modified time
    Searched full:appendvalues (Results 1 - 7 of 7) sorted by null

  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 56 void appendValues(VectorT &V, ArrayRef<PtrT> Values) {
63 appendValues(V, Values1);
65 appendValues(V2, Values2);
123 this->appendValues(this->V, this->testArray(42));
132 this->appendValues(this->V, this->testArray(1));
137 this->appendValues(this->V, this->testArray(42));
144 this->appendValues(this->V, this->testArray(42));
154 this->appendValues(Copy2, this->testArray(42));
291 this->appendValues(this->V, this->testArray(1));
296 this->appendValues(this->V, this->testArray(42))
    [all...]
  /art/cmdline/
cmdline_type_parser.h 43 // definitions which are marked with AppendValues().
README.md 135 #### AppendValues (optional)
147 .AppendValues()
184 `std::vector<std::string>` and are meant to be used with `AppendValues` in which case the
cmdline_types.h 45 // (only if the argument was defined with ::AppendValues()) but not both.
390 assert(false && "Use AppendValues() for a Plugin vector type");
406 assert(false && "Use AppendValues() for an Agent list type");
422 assert(false && "Use AppendValues() for a string vector type");
cmdline_parser.h 162 ArgumentBuilder<TArg>& AppendValues() {
  /art/runtime/
parsed_options.cc 96 // .WithType<std::vector<ti::Agent>>().AppendValues()
99 .WithType<std::list<ti::Agent>>().AppendValues()
188 .AppendValues()
192 .AppendValues()
198 .WithType<std::vector<std::string>>().AppendValues()
265 .AppendValues()
269 .AppendValues()
296 .AppendValues()
301 .WithType<std::vector<Plugin>>().AppendValues()
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 265 // For argument definitions created with '.AppendValues()'

Completed in 762 milliseconds