HomeSort by relevance Sort by last modified time
    Searched refs:PrintVector (Results 1 - 2 of 2) sorted by null

  /external/vixl/examples/aarch64/
add2-vectors.cc 84 void PrintVector(const uint8_t* vec, unsigned num) {
136 PrintVector(vecA, ARRAY_SIZE(vecA));
138 PrintVector(vecB, ARRAY_SIZE(vecB));
143 PrintVector(vecA, ARRAY_SIZE(vecA));
  /external/flatbuffers/src/
idl_gen_text.cpp 74 bool PrintVector(const Vector<T> &v, Type type, int indent,
130 // Call PrintVector above specifically for each element type:
136 if (!PrintVector<CTYPE>( \

Completed in 197 milliseconds