OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticLinkage
(Results
1 - 4
of
4
) sorted by null
/system/core/include/utils/
String16.h
44
/* use String16(
StaticLinkage
) if you're statically linking against
50
enum
StaticLinkage
{ kEmptyString };
53
explicit String16(
StaticLinkage
);
String8.h
40
/* use String8(
StaticLinkage
) if you're statically linking against
46
enum
StaticLinkage
{ kEmptyString };
49
explicit String8(
StaticLinkage
);
/system/core/libutils/
String16.cpp
96
String16::String16(
StaticLinkage
)
String8.cpp
145
String8::String8(
StaticLinkage
)
Completed in 3787 milliseconds