OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_s_map
(Results
1 - 12
of
12
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
throw_allocator.h
179
static map_type
_S_map
;
309
throw_allocator_base::
_S_map
;
338
const_iterator found_it =
_S_map
.find(p);
339
if (found_it !=
_S_map
.end())
348
_S_map
.insert(make_entry(p, size));
353
{ return
_S_map
.empty(); }
359
_S_map
.erase(p);
365
const_iterator found_it =
_S_map
.find(p);
366
if (found_it ==
_S_map
.end())
390
const_iterator it =
_S_map
.begin()
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h
179
static map_type
_S_map
;
309
throw_allocator_base::
_S_map
;
338
const_iterator found_it =
_S_map
.find(p);
339
if (found_it !=
_S_map
.end())
348
_S_map
.insert(make_entry(p, size));
353
{ return
_S_map
.empty(); }
359
_S_map
.erase(p);
365
const_iterator found_it =
_S_map
.find(p);
366
if (found_it ==
_S_map
.end())
390
const_iterator it =
_S_map
.begin()
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h
179
static map_type
_S_map
;
309
throw_allocator_base::
_S_map
;
338
const_iterator found_it =
_S_map
.find(p);
339
if (found_it !=
_S_map
.end())
348
_S_map
.insert(make_entry(p, size));
353
{ return
_S_map
.empty(); }
359
_S_map
.erase(p);
365
const_iterator found_it =
_S_map
.find(p);
366
if (found_it ==
_S_map
.end())
390
const_iterator it =
_S_map
.begin()
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h
179
static map_type
_S_map
;
309
throw_allocator_base::
_S_map
;
338
const_iterator found_it =
_S_map
.find(p);
339
if (found_it !=
_S_map
.end())
348
_S_map
.insert(make_entry(p, size));
353
{ return
_S_map
.empty(); }
359
_S_map
.erase(p);
365
const_iterator found_it =
_S_map
.find(p);
366
if (found_it ==
_S_map
.end())
390
const_iterator it =
_S_map
.begin()
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h
179
static map_type
_S_map
;
309
throw_allocator_base::
_S_map
;
338
const_iterator found_it =
_S_map
.find(p);
339
if (found_it !=
_S_map
.end())
348
_S_map
.insert(make_entry(p, size));
353
{ return
_S_map
.empty(); }
359
_S_map
.erase(p);
365
const_iterator found_it =
_S_map
.find(p);
366
if (found_it ==
_S_map
.end())
390
const_iterator it =
_S_map
.begin()
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h
231
static map_type
_S_map
;
232
return
_S_map
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h
231
static map_type
_S_map
;
232
return
_S_map
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h
231
static map_type
_S_map
;
232
return
_S_map
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h
231
static map_type
_S_map
;
232
return
_S_map
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h
231
static map_type
_S_map
;
232
return
_S_map
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h
231
static map_type
_S_map
;
232
return
_S_map
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h
223
static map_type
_S_map
;
224
return
_S_map
;
Completed in 982 milliseconds