Searched defs:reference (Results 226 - 250 of 419) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h216 typedef typename ImmutableMap<KeyT,ValT,ValInfo>::value_type_ref reference; typedef in class:llvm::ImmutableMap::iterator
220 typename iterator::reference operator*() const { return itr->getValue(); }
H A DSTLExtras.h58 /// An efficient, type-erasing, non-owning reference to a callable. This is
215 typedef void reference; // Can't modify value returned by fn typedef in class:llvm::mapped_iterator
242 reference operator[](difference_type n) const { return *(*this + n); }
H A DSparseMultiSet.h184 typedef ValueT &reference; typedef in class:llvm::SparseMultiSet
251 typedef typename super::reference reference; typedef in class:llvm::SparseMultiSet::iterator_base
253 reference operator*() const {
/external/stlport/stlport/stl/
H A D_hash_map.h72 typedef typename _Ht::reference reference; typedef in class:hash_map
263 typedef typename _Ht::reference reference; typedef in class:hash_multimap
451 typedef void reference; typedef in class:insert_iterator
478 typedef void reference; typedef in class:insert_iterator
H A D_hash_set.h66 typedef typename _Ht::reference reference; typedef in class:hash_set
252 typedef typename _Ht::reference reference; typedef in class:hash_multiset
446 typedef void reference; typedef in class:insert_iterator
473 typedef void reference; typedef in class:insert_iterator
H A D_unordered_map.h64 typedef typename _Ht::reference reference; typedef in class:unordered_map
232 typedef typename _Ht::reference reference; typedef in class:unordered_multimap
393 typedef void reference; typedef in class:insert_iterator
420 typedef void reference; typedef in class:insert_iterator
H A D_unordered_set.h58 typedef typename _Ht::reference reference; typedef in class:unordered_set
208 typedef typename _Ht::reference reference; typedef in class:unordered_multiset
368 typedef void reference; typedef in class:insert_iterator
395 typedef void reference; typedef in class:insert_iterator
/external/stlport/stlport/stl/debug/
H A D_iterator.h122 typedef typename _Container::reference reference; typedef in struct:_DBG_iter_base
203 typedef typename _Traits::reference reference; typedef in struct:_DBG_iter
246 reference operator*() const;
288 reference operator[](difference_type __n) const { return *(*this + __n); }
294 _STLP_TYPENAME_ON_RETURN_TYPE _Traits::reference
296 _STLP_TYPENAME_ON_RETURN_TYPE _DBG_iter<_Container, _Traits>::reference
/external/stlport/stlport/stl/pointers/
H A D_deque.h114 typedef value_type& reference; typedef in class:deque
139 reference operator[](size_type __n)
144 reference at(size_type __n)
149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); }
150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); }
H A D_list.h76 typedef value_type& reference; typedef in class:list
168 reference front() { return *begin(); }
170 reference back() { return *(--end()); }
H A D_set.h102 typedef typename _Priv_Rep_type::reference reference; typedef in class:set
349 typedef typename _Priv_Rep_type::reference reference; typedef in class:multiset
H A D_slist.h71 typedef value_type& reference; typedef in class:slist
205 reference front() { return *begin(); }
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h102 typedef const T& reference; typedef in class:testing::internal::ParamIterator
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMarkupAccumulator.cpp52 const CString& reference; member in struct:blink::EntityDescription
64 const CString& replacement = entityMaps[entityIndex].reference;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp743 RefPtr<WeakReference<BackgroundHTMLParser> > reference = WeakReference<BackgroundHTMLParser>::createUnbound(); local
744 m_backgroundParser = WeakPtr<BackgroundHTMLParser>(reference);
762 HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::start, reference.release(), config.release()));
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLocaleWin.cpp228 UChar reference = format[index]; local
230 if (format[++index] != reference)
/external/chromium_org/third_party/libxml/src/
H A Dlegacy.c120 "SAX function reference",
239 } else if (!strcmp(name, "SAX function reference")) {
240 *((referenceSAXFunc *) result) = ctxt->sax->reference;
357 } else if (!strcmp(name, "SAX function reference")) {
358 ctxt->sax->reference = *((referenceSAXFunc *) value);
616 * the Name given in the entity reference must match that in an entity
621 * An entity reference must not contain the name of an unparsed entity
1158 * reference:
1162 * called when an entity reference is detected.
1166 reference(voi function
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h55 pipe_reference_init(struct pipe_reference *reference, unsigned count) argument
57 p_atomic_set(&reference->count, count);
61 pipe_is_referenced(struct pipe_reference *reference) argument
63 return p_atomic_read(&reference->count) != 0;
67 * Update reference counting.
69 * Both 'ptr' and 'reference' may be NULL.
74 struct pipe_reference *reference,
79 if(ptr != reference) {
80 /* bump the reference.count first */
81 if (reference) {
73 pipe_reference_described(struct pipe_reference *ptr, struct pipe_reference *reference, debug_reference_descriptor get_desc) argument
100 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h97 struct pipe_reference reference; member in struct:r600_fence
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h102 typedef const T& reference; typedef in class:testing::internal::ParamIterator
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp494 inline void GrGLPathRendering::stencilThenCoverStrokePath(GrGLuint path, GrGLint reference, argument
497 GL_CALL(StencilThenCoverStrokePath(path, reference, mask, coverMode));
500 GL_CALL(StencilStrokePath(path, reference, mask));
521 GrGLuint pathBase, GrGLint reference, GrGLuint mask, GrGLenum coverMode,
525 reference, mask, coverMode, transformType,
531 reference, mask, transformType, transformValues));
519 stencilThenCoverStrokePathInstanced( GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLint reference, GrGLuint mask, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues) argument
/external/chromium_org/v8/include/
H A Dv8-util.h253 * Get a reference to a map value. This enables fast, repeated access
267 * Put a value into the map and update the reference.
271 PersistentValueReference* reference) {
272 *reference = Leak(&value);
270 Set(const K& key, UniquePersistent<V> value, PersistentValueReference* reference) argument
/external/chromium_org/v8/src/compiler/x64/
H A Dcode-generator-x64.cc29 ExternalReference reference; member in struct:v8::internal::compiler::Immediate64
85 immediate.reference = constant.ToExternalReference();
911 __ Move(dst, imm.reference);
/external/clang/include/clang/AST/
H A DCanonicalType.h163 /// \brief If the canonical type is a reference type, returns the type that
304 /// for the given type T. In that case, we reference members of the
390 typedef value_type reference; typedef in class:clang::CanTypeIterator
401 reference operator*() const {
438 reference operator[](difference_type n) const {
H A DExternalASTSource.h502 typedef value_type& reference; typedef in class:clang::LazyVector::iterator
512 reference operator*() const {
525 reference operator[](difference_type D) {

Completed in 571 milliseconds

1234567891011>>