Searched defs:_bOutputRawFormatIsHex (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DXmlDomainExportContext.h41 _bOutputRawFormatIsHex(bOutputRawFormatIsHex)
51 void setOutputRawFormat(bool bIsHex) { _bOutputRawFormatIsHex = bIsHex; }
53 bool outputRawFormatIsHex() const { return _bOutputRawFormatIsHex; }
62 bool _bOutputRawFormatIsHex; member in class:CXmlDomainExportContext

Completed in 159 milliseconds