Searched refs:last_name (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_common_test.cc | 36 const char* last_name, const char* email, const char* company, in SetProfileInfo() argument 42 check_and_set(profile, NAME_LAST, last_name); in SetProfileInfo() 57 const char* last_name, const char* email, const char* company, in SetProfileInfoWithGuid() argument 63 SetProfileInfo(profile, first_name, middle_name, last_name, email, in SetProfileInfoWithGuid()
|
D | autofill_common_test.h | 32 const char* last_name, const char* email, const char* company, 39 const char* last_name, const char* email, const char* company,
|
/external/gcc-demangle/ |
D | cp-demangle.h | 120 struct demangle_component *last_name; member
|
D | cp-demangle.c | 1427 di->last_name = ret; in d_source_name() 1890 if (di->last_name != NULL) in d_ctor_dtor_name() 1892 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) in d_ctor_dtor_name() 1893 di->expansion += di->last_name->u.s_name.len; in d_ctor_dtor_name() 1894 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) in d_ctor_dtor_name() 1895 di->expansion += di->last_name->u.s_string.len; in d_ctor_dtor_name() 1918 return d_make_ctor (di, kind, di->last_name); in d_ctor_dtor_name() 1940 return d_make_dtor (di, kind, di->last_name); in d_ctor_dtor_name() 2591 hold_last_name = di->last_name; in d_template_args() 2625 di->last_name = hold_last_name; in d_template_args() [all …]
|
/external/valgrind/main/coregrind/m_demangle/ |
D | cp-demangle.h | 120 struct demangle_component *last_name; member
|
D | cp-demangle.c | 1475 di->last_name = ret; in d_source_name() 1960 if (di->last_name != NULL) in d_ctor_dtor_name() 1962 if (di->last_name->type == DEMANGLE_COMPONENT_NAME) in d_ctor_dtor_name() 1963 di->expansion += di->last_name->u.s_name.len; in d_ctor_dtor_name() 1964 else if (di->last_name->type == DEMANGLE_COMPONENT_SUB_STD) in d_ctor_dtor_name() 1965 di->expansion += di->last_name->u.s_string.len; in d_ctor_dtor_name() 1991 return d_make_ctor (di, kind, di->last_name); in d_ctor_dtor_name() 2016 return d_make_dtor (di, kind, di->last_name); in d_ctor_dtor_name() 2691 hold_last_name = di->last_name; in d_template_args() 2725 di->last_name = hold_last_name; in d_template_args() [all …]
|
D | cplus-dem.c | 3283 string last_name; in demangle_qualified() local 3292 string_init (&last_name); in demangle_qualified() 3356 string_clear (&last_name); in demangle_qualified() 3370 &last_name, 1, 0); in demangle_qualified() 3405 string_delete (&last_name); in demangle_qualified() 3406 success = do_type (work, mangled, &last_name); in demangle_qualified() 3409 string_appends (&temp, &last_name); in demangle_qualified() 3432 string_appends (&temp, &last_name); in demangle_qualified() 3447 string_delete (&last_name); in demangle_qualified()
|
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/ |
D | DumpRenderTreeSupport_wrapPregenerated.c | 239 const char *last_name = type->str; in SWIG_TypePrettyName() local 242 if (*s == '|') last_name = s+1; in SWIG_TypePrettyName() 243 return last_name; in SWIG_TypePrettyName()
|