OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__alloc_fn
(Results
1 - 9
of
9
) sorted by null
/external/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_strstream.h
50
typedef void* (*
__alloc_fn
)(size_t);
typedef in class:strstreambuf
56
strstreambuf(
__alloc_fn
, __free_fn);
92
__alloc_fn
_M_alloc_fun;
/external/stlport/src/
strstream.cpp
48
strstreambuf::strstreambuf(
__alloc_fn
alloc_f, __free_fn free_f)
/ndk/sources/cxx-stl/stlport/src/
strstream.cpp
48
strstreambuf::strstreambuf(
__alloc_fn
alloc_f, __free_fn free_f)
Completed in 212 milliseconds