HomeSort by relevance Sort by last modified time
    Searched defs:facet (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/CXX/class/class.friend/
p1.cpp 66 class facet;
67 friend class facet; // should not assert
68 class facet {}; class in class:A
  /external/stlport/stlport/stl/
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet&)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
82 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
84 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
85 virtual ~facet();
88 friend facet * _STLP_CALL _get_facet( facet * );
89 friend void _STLP_CALL _release_facet( facet *& );
92 facet(const facet& ) /* : _Refcount_Base(1) {} */;
93 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 78 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
82 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
84 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
85 virtual ~facet();
88 friend facet * _STLP_CALL _get_facet( facet * );
89 friend void _STLP_CALL _release_facet( facet *& );
92 facet(const facet& ) /* : _Refcount_Base(1) {} */;
93 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet&)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet&)
    [all...]
  /external/stlport/src/
locale.cpp 43 locale::facet::~facet() {}
62 string what = "Unable to find facet";
70 const char* name, const char* facet) {
75 what += facet;
76 what += " facet category, unable to create facet for ";
87 what = "Unable to create facet ";
88 what += facet;
128 void locale::_M_insert(facet* f, locale::id& n)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 43 locale::facet::~facet() {}
62 string what = "Unable to find facet";
70 const char* name, const char* facet) {
75 what += facet;
76 what += " facet category, unable to create facet for ";
87 what = "Unable to create facet ";
88 what += facet;
128 void locale::_M_insert(facet* f, locale::id& n)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.h 69 class facet;
73 friend class facet;
166 * @brief Construct locale with another facet.
168 * Constructs a copy of the locale @a other. The facet @f is added to
169 * @other, replacing an existing facet of type Facet if there is one. If
173 * @param f The facet to add in.
193 * @brief Construct locale with another facet.
196 * existing facet of type Facet from the locale @a other into the ne
335 class locale::facet class in class:locale
367 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a __other. The facet @a __f
172 * is added to @a __other, replacing an existing facet of type
173 * Facet if there is one. If @a __f is null, this locale is a
177 * @param __f The facet to add in.
197 * @brief Construct locale with another facet.
200 * existing facet of type Facet from the locale @a other into the ne
340 class locale::facet class in class:locale
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a other. The facet @f is added to
172 * @other, replacing an existing facet of type Facet if there is one. If
176 * @param f The facet to add in.
196 * @brief Construct locale with another facet.
199 * existing facet of type Facet from the locale @a other into the ne
339 class locale::facet class in class:locale
371 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.h 72 class facet;
76 friend class facet;
169 * @brief Construct locale with another facet.
171 * Constructs a copy of the locale @a __other. The facet @a __f
172 * is added to @a __other, replacing an existing facet of type
173 * Facet if there is one. If @a __f is null, this locale is a
177 * @param __f The facet to add in.
197 * @brief Construct locale with another facet.
200 * existing facet of type Facet from the locale @a other into the ne
340 class locale::facet class in class:locale
372 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.h 70 class facet;
74 friend class facet;
167 * @brief Construct locale with another facet.
169 * Constructs a copy of the locale @a __other. The facet @a __f
170 * is added to @a __other, replacing an existing facet of type
171 * Facet if there is one. If @a __f is null, this locale is a
175 * @param __f The facet to add in.
195 * @brief Construct locale with another facet.
198 * existing facet of type Facet from the locale @a other into the ne
338 class locale::facet class in class:locale
370 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 55 void operator()(locale::facet* p) {p->__release_shared();}
121 : public facet
124 vector<facet*, __sso_allocator<facet*, N> > facets_;
132 __imp(const __imp&, facet* f, long id);
138 const locale::facet* use_facet(long id) const;
143 void install(facet* f, long id);
151 : facet(refs),
187 : facet(refs),
393 locale::__imp::__imp(const __imp& other, facet* f, long id
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 399 struct _xmlSchemaFacetLink *next;/* the next facet link ... */
400 xmlSchemaFacetPtr facet;/* the linked facet */ member in struct:_xmlSchemaFacetLink
549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
799 * unknown facet handling
805 * preserve the type of the facet
811 * replace the type of the facet
817 * collapse the types of the facet
    [all...]

Completed in 904 milliseconds

1 2