Searched defs:GetFlag (Results 1 – 16 of 16) sorted by relevance
64 def GetFlag(flag): function
115 def GetFlag(flag): function
100 def GetFlag(flag): function
122 std::string CommandLineParser::GetFlag(std::string flag_name) { in GetFlag() function in webrtc::test::CommandLineParser
197 FX_DWORD CPDF_MeshStream::GetFlag() { in GetFlag() function in CPDF_MeshStream
45 inline FX_DWORD GetFlag() const { return m_uFlags; } in GetFlag() function
402 def GetFlag(self, flag_type): member in DocComment
40 int GetFlag(int index) { return m_pObject->m_pPoints[index].m_Flag; } in GetFlag() function
123 int GetFlag(int index) const { return m_pPoints[index].m_Flag; } in GetFlag() function
465 bool GetFlag(Flag flag) const { return (flags_ & flag) != 0; } in GetFlag() function
206 bool GetFlag(Flag f) const { return (flags_ & f) != 0; } in GetFlag() function