Home
last modified time | relevance | path

Searched refs:ConstEnd (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h37 typename BufferType::const_iterator ConstEnd() { return buffer_.cend(); } in ConstEnd() function
98 return {&*this->ConstCursor(), &*this->ConstEnd()}; in GetNextReadBufferSection()
138 return {&*this->ConstCursor(), &*this->ConstEnd()}; in GetNextReadBufferSection()
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp52 return {&*ConstCursor(), &*ConstEnd()}; in GetNextReadBufferSection()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc250 TEST_P(MapImplTest, ConstEnd) { in TEST_P() argument