Home
last modified time | relevance | path

Searched refs:type_cstr (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/blkdev_utils/
Ddevice_mapper_task.cc57 char *type_cstr, *parameters_cstr; in GetNextTarget() local
59 &type_cstr, &parameters_cstr); in GetNextTarget()
61 if (type_cstr) in GetNextTarget()
62 *type = std::string(type_cstr); in GetNextTarget()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersContainer.h56 std::string type_cstr(type.AsCString()); in StripTypeName()
57 StringLexer type_lexer(type_cstr); in StripTypeName()
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp976 auto type_cstr = v.GetType().GetDisplayTypeName(); in CreateVariable() local
977 EmplaceSafeString(object, "type", type_cstr ? type_cstr : NO_TYPENAME); in CreateVariable()