OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRING_EMPTY
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_demangle/
cplus-dem.c
331
#define
STRING_EMPTY
(str) ((str) -> b == (str) -> p)
332
#define APPEND_BLANK(str) {if (!
STRING_EMPTY
(str)) \
334
#define LEN_STRING(str) ( (
STRING_EMPTY
(str))?0:((str)->p - (str)->b))
403
static int
string_empty
(string *);
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 1176 milliseconds