HomeSort by relevance Sort by last modified time
    Searched refs:sub_name (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Interpreter/
OptionValueProperties.cpp 138 const char *sub_name = NULL; local
145 sub_name = name + key_len;
151 if (sub_name && value_sp)
153 switch (sub_name[0])
156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error);
167 if (sub_name[1])
169 const char *predicate_start = sub_name + 1;
197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
664 const char *sub_name = NULL; local
671 sub_name = name + key_len
    [all...]
OptionValueDictionary.cpp 233 const char *sub_name = NULL; local
251 sub_name = key_end + 2;
273 sub_name = key_end + 2;
291 sub_name = key_end + 1;
308 if (sub_name)
309 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);

Completed in 145 milliseconds