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

  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 27 : TargetFragment(Fragment::Target, &pParent), m_pValue(NULL) {}
29 virtual ~PLTEntryBase() { free(m_pValue); }
31 void setValue(unsigned char* pValue) { m_pValue = pValue; }
33 const unsigned char* getValue() const { return m_pValue; }
39 unsigned char* m_pValue;
  /external/pdfium/fxjs/
cjs_eventhandler.cpp 31 m_pValue(nullptr),
155 m_pValue = (WideString*)&Value;
167 m_pValue = (WideString*)&Value;
193 m_pValue = &Value;
215 m_pValue = &Value;
228 m_pValue = &Value;
239 m_pValue = &Value;
391 m_pValue = nullptr;
645 return *m_pValue;
cjs_eventhandler.h 187 UnownedPtr<WideString> m_pValue;
cjs_publicmethods.cpp 874 if (!pEvent->m_pValue)
980 if (!pEvent->m_pValue)
1069 if (!pEvent->m_pValue)
    [all...]
cjs_event.cpp 278 if (!pEvent->m_pValue)
291 if (!pEvent->m_pValue)
cfxjse_formcalc_context.h 441 std::unique_ptr<CFXJSE_Value> m_pValue;

Completed in 92 milliseconds