Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Drepeated_field.cc53 Rep* old_rep = rep_; in InternalExtend()
62 rep_ = reinterpret_cast<Rep*>( in InternalExtend()
65 rep_ = reinterpret_cast<Rep*>( in InternalExtend()
Drepeated_field.h245 struct Rep { struct
256 Rep* rep_;
279 void InternalDeallocate(Rep* rep, int size) { in InternalDeallocate()
295 reinterpret_cast<size_t>(&reinterpret_cast<Rep*>(16)->elements[0]) - 16;
522 struct Rep {
526 static const size_t kRepHeaderSize = sizeof(Rep) - sizeof(void*);
529 Rep* rep_;
989 rep_ = reinterpret_cast<Rep*>(
1260 Rep* old_rep = rep_;
1269 rep_ = reinterpret_cast<Rep*>(
[all …]
/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp56 template <typename Rep, typename Per>
57 inline std::string toNsString(std::chrono::duration<Rep, Per> t) { in toNsString() argument