OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToRef
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/public/bindings/lib/
array_internal.h
30
static Ref
ToRef
(StorageType* storage, size_t offset) {
48
static Ref
ToRef
(StorageType* storage, size_t offset) {
87
static BitRef
ToRef
(StorageType* storage, size_t offset) {
115
return Traits::
ToRef
(storage(), offset);
161
static Ref
ToRef
(typename T::Data*& data) {
176
static Ref
ToRef
(T& data) { return data; }
187
static Ref
ToRef
(const Ref& data) { return data; }
198
static Ref
ToRef
(Handle& data) { return Ref(&data); }
211
static Ref
ToRef
(MessagePipeHandle& data) { return Ref(&data); }
array.h
73
return Traits_::
ToRef
(data_->at(offset));
Completed in 853 milliseconds