Home
last modified time | relevance | path

Searched refs:__space (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.h1199 _RopeLeaf* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1202 new(__space) _RopeLeaf(__s, _p_size, __a);
1205 _RopeLeaf).deallocate(__space, 1))
1206 return __space;
1211 _RopeConcatenation* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1213 return new(__space) _RopeConcatenation(__left, __right, __a);
1218 _RopeFunction* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1220 return new(__space) _RopeFunction(__f, _p_size, __d, __a);
1225 _RopeSubstring* __space = _STLP_CREATE_ALLOCATOR(allocator_type, __a,
1227 return new(__space) _RopeSubstring(__b, __s, __l, __a);
D_monetary.c333 char_type __space = __c_type.widen(' '); in __money_do_put() local
456 *__s++ = __space; in __money_do_put()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dmemory5425 _LIBCPP_FUNC_VIS void* align(size_t __align, size_t __sz, void*& __ptr, size_t& __space);