Home
last modified time | relevance | path

Searched refs:mEmbedInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DScript.h49 bool mEmbedInfo; variable
86 void setEmbedInfo(bool pEnable) { mEmbedInfo = pEnable; } in setEmbedInfo()
88 bool getEmbedInfo() const { return mEmbedInfo; } in getEmbedInfo()
/frameworks/compile/libbcc/lib/
DScript.cpp34 mLinkRuntimeCallback(nullptr), mEmbedInfo(false), mEmbedGlobalInfo(false), in Script()