OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormValue
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/shell/tools/plugin/Tests/
FormValue.cpp
10
class
FormValue
: public PluginTest {
12
FormValue
(NPP npp, const std::string& identifier)
19
NPError
FormValue
::NPP_GetValue(NPPVariable variable, void *value)
32
static PluginTest::Register<
FormValue
>
formValue
("form-value");
/external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp
83
DWARFFormValue
formValue
(form);
85
if (!
formValue
.extractValue(u->getDebugInfoExtractor(), offset_ptr, u))
89
formValue
.dump(OS, u);
144
const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &
FormValue
) const {
164
FormValue
= DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx));
165
return
FormValue
.extractValue(DebugInfoData, &DebugInfoOffset, U);
170
DWARFFormValue
FormValue
;
171
if (!getAttributeValue(U, Attr,
FormValue
))
173
Optional<const char *> Result =
FormValue
.getAsCString(U);
179
DWARFFormValue
FormValue
;
[
all
...]
DWARFDebugInfoEntry.h
90
DWARFFormValue &
FormValue
) const;
Completed in 120 milliseconds