HomeSort by: relevance | last modified time | path
    Searched defs:stringValue (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftosb/dist/elftosb2/
BootImageGenerator.cpp 31 const StringValue * stringValue;
37 stringValue = dynamic_cast<const StringValue *>(m_options->getOption(kProductVersionOption));
38 if (stringValue)
40 version.set(*stringValue);
52 stringValue = dynamic_cast<const StringValue *>(m_options->getOption(kComponentVersionOption));
53 if (stringValue)
55 version.set(*stringValue);
    [all...]
  /src/external/bsd/elftosb/dist/common/
ELFSourceFile.cpp 107 const StringValue * stringValue = dynamic_cast<const StringValue*>(value);
108 if (!stringValue)
115 std::string toolsetName = *stringValue;
152 const StringValue * stringValue = dynamic_cast<const StringValue*>(value);
153 if (!stringValue)
160 std::string secinfoOption = *stringValue;
    [all...]
  /src/external/mpl/dhcp/dist/keama/
data.c 413 stringValue(struct element *e)
1141 result = createString(stringValue(e));
1246 h = stringValue(s);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h 172 StringRef StringValue;
221 StringRef stringValue() const { return StringValue; }
  /src/external/gpl3/gdb/dist/gdb/
objc-lang.c 176 struct value *stringValue[3];
184 stringValue[2] = value_string(ptr, len, char_type);
185 stringValue[2] = value_coerce_array(stringValue[2]);
191 nsstringValue = call_function_by_hand(function, NULL, stringValue[2]);
197 nsstringValue = call_function_by_hand(function, NULL, stringValue[2]);
207 stringValue[0] = value_from_longest
209 stringValue[1] = value_from_longest
211 nsstringValue = call_function_by_hand(function, NULL, stringValue);
  /src/external/gpl3/gdb.old/dist/gdb/
objc-lang.c 171 struct value *stringValue[3];
179 stringValue[2] = value_string(ptr, len, char_type);
180 stringValue[2] = value_coerce_array(stringValue[2]);
185 nsstringValue = call_function_by_hand(function, NULL, stringValue[2]);
190 nsstringValue = call_function_by_hand(function, NULL, stringValue[2]);
198 stringValue[0] = value_from_longest
200 stringValue[1] = value_from_longest
202 nsstringValue = call_function_by_hand(function, NULL, stringValue);

Completed in 33 milliseconds