Home
last modified time | relevance | path

Searched defs:get_v (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc51 const std::vector<uint8_t> &C::get_v() const { return this->v; } in get_v() function in tests::C
53 std::vector<uint8_t> &C::get_v() { return this->v; } in get_v() function in tests::C
/third_party/ffmpeg/libavformat/
Dvividas.c182 static uint32_t get_v(uint8_t *p, int len) in get_v() function