Home | History | Annotate | Download | only in android

Lines Matching full:vector

10 #include <vector>
28 JNIEnv* env, const std::vector<int>& ints);
35 JNIEnv* env, const std::vector<int64>& longs);
39 JNIEnv* env, const std::vector<std::string>& v);
42 JNIEnv* env, const std::vector<std::string>& v);
45 JNIEnv* env, const std::vector<string16>& v);
51 std::vector<string16>* out);
56 std::vector<std::string>* out);
62 std::vector<uint8>* out);
68 std::vector<uint8>* out);
74 std::vector<int>* out);
80 std::vector<long>* out);
86 std::vector<float>* out);
89 // content of |out| with the corresponding vector of strings. No UTF-8
94 std::vector<std::string>* out);