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

  /external/chromium_org/mojo/public/cpp/bindings/
array.h 27 typedef typename Traits::ConstRefType ConstRefType;
73 ConstRefType at(size_t offset) const { return Traits::at(&vec_, offset); }
74 ConstRefType operator[](size_t offset) const { return at(offset); }
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_internal.h 309 typedef typename std::vector<T>::const_reference ConstRefType;
310 typedef ConstRefType ForwardType;
315 static inline ConstRefType at(const std::vector<T>* vec, size_t offset) {
334 typedef const T& ConstRefType;
344 static inline ConstRefType at(const std::vector<StorageType>* vec,

Completed in 81 milliseconds