OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_ref
(Results
26 - 50
of
92
) sorted by null
1
2
3
4
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_adaptors.h
175
typedef _Mem_fun0_ref<_Result,_Tp>
_Ref
;
183
typedef _Mem_fun1_ref<_Result,_Tp,_Arg>
_Ref
;
335
typedef _Void_mem_fun0_ref<_Tp>
_Ref
;
342
typedef _Void_mem_fun1_ref<_Tp,_Arg>
_Ref
;
424
public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::
_Ref
{
426
_Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::
_Ref
_Base;
460
public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::
_Ref
{
462
_Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::
_Ref
_Base;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bvector.h
168
template <class
_Ref
, class _Ptr>
170
typedef
_Ref
reference;
172
typedef _Bit_iter<
_Ref
, _Ptr> _Self;
230
template <class
_Ref
, class _Ptr>
231
inline _Bit_iter<
_Ref
,_Ptr> _STLP_CALL
232
operator+(ptrdiff_t __n, const _Bit_iter<
_Ref
, _Ptr>& __x) {
239
template <class
_Ref
, class _Ptr>
240
struct __type_traits< _STLP_PRIV _Bit_iter<
_Ref
, _Ptr> > {
_function_adaptors.h
175
typedef _Mem_fun0_ref<_Result,_Tp>
_Ref
;
183
typedef _Mem_fun1_ref<_Result,_Tp,_Arg>
_Ref
;
335
typedef _Void_mem_fun0_ref<_Tp>
_Ref
;
342
typedef _Void_mem_fun1_ref<_Tp,_Arg>
_Ref
;
424
public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::
_Ref
{
426
_Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::
_Ref
_Base;
460
public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::
_Ref
{
462
_Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::
_Ref
_Base;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py
55
self.
_ref
= _mkproxy(parser)
58
parser = self.
_ref
64
parser = self.
_ref
70
parser = self.
_ref
76
parser = self.
_ref
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py
55
self.
_ref
= _mkproxy(parser)
58
parser = self.
_ref
64
parser = self.
_ref
70
parser = self.
_ref
76
parser = self.
_ref
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so
libpulse.so.0
libpulse.so.0.4
libpulse.so.0.4.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpulse.so
libpulse.so.0
libpulse.so.0.4
libpulse.so.0.4.1
/external/emma/core/java12/com/vladium/util/
SoftValueMap.java
546
next: for (Reference
_ref
; (
_ref
= m_valueReferenceQueue.poll ()) != null; )
548
// remove entry containing '
_ref
' using its bucket index and identity comparison:
551
final int bucketIndex = ((IndexedSoftReference)
_ref
).m_bucketIndex;
560
if (entry.m_softValue ==
_ref
)
585
final StringBuffer msg = new StringBuffer ("removeClearedValues(): soft reference [" +
_ref
+ "] did not match within bucket #" + bucketIndex + EOL);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h
443
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
477
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
478
_Ref
__r _IsUnused = *__i;
528
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
529
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h
446
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
480
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
481
_Ref
__r _IsUnused = *__i;
531
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
532
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h
446
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
480
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
481
_Ref
__r _IsUnused = *__i;
531
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
532
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
443
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
477
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
478
_Ref
__r _IsUnused = *__i;
528
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
529
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
443
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
477
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
478
_Ref
__r _IsUnused = *__i;
528
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
529
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
443
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
477
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
478
_Ref
__r _IsUnused = *__i;
528
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
529
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
boost_concept_check.h
443
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
477
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
478
_Ref
__r _IsUnused = *__i;
528
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
529
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h
446
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
480
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
481
_Ref
__r _IsUnused = *__i;
531
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
532
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h
446
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
480
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
481
_Ref
__r _IsUnused = *__i;
531
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
532
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h
446
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
480
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
481
_Ref
__r _IsUnused = *__i;
531
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
532
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h
446
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
480
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
481
_Ref
__r _IsUnused = *__i;
531
// ??? We don't use
_Ref
, are we just checking for "referenceability"?
532
typedef typename std::iterator_traits<_Tp>::reference
_Ref
;
Completed in 372 milliseconds
1
2
3
4