OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToConstRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/public/bindings/lib/
array_internal.h
33
static ConstRef
ToConstRef
(const StorageType* storage, size_t offset) {
51
static ConstRef
ToConstRef
(const StorageType* storage, size_t offset) {
90
static bool
ToConstRef
(const StorageType* storage, size_t offset) {
120
return Traits::
ToConstRef
(storage(), offset);
164
static ConstRef
ToConstRef
(typename T::Data* const& data) {
177
static ConstRef
ToConstRef
(const T& data) { return data; }
188
static ConstRef
ToConstRef
(ConstRef data) { return data; }
199
static ConstRef
ToConstRef
(const Handle& data) {
212
static ConstRef
ToConstRef
(const MessagePipeHandle& data) {
array.h
55
return Traits_::
ToConstRef
(data_->at(offset));
Completed in 47 milliseconds