Searched refs:EnumFunctor (Results 1 – 1 of 1) sorted by relevance
802 class EnumFunctor class810 EnumFunctor( const ExpressionFunct eFunct, const ParserContextSharedPtr& rContext ) in EnumFunctor() function in __anon7433988a0111::EnumFunctor1024 str_p( "pi" )[ EnumFunctor(ENUM_FUNC_PI, self.getContext() ) ] in definition()1025 | str_p( "left" )[ EnumFunctor(ENUM_FUNC_LEFT, self.getContext() ) ] in definition()1026 | str_p( "top" )[ EnumFunctor(ENUM_FUNC_TOP, self.getContext() ) ] in definition()1027 | str_p( "right" )[ EnumFunctor(ENUM_FUNC_RIGHT, self.getContext() ) ] in definition()1028 | str_p( "bottom" )[ EnumFunctor(ENUM_FUNC_BOTTOM, self.getContext() ) ] in definition()1033 | str_p( "width" )[ EnumFunctor(ENUM_FUNC_WIDTH, self.getContext() ) ] in definition()1034 | str_p( "height" )[ EnumFunctor(ENUM_FUNC_HEIGHT, self.getContext() ) ] in definition()1062 (str_p( "?" ) >> funcRef_decl )[ EnumFunctor( ENUM_FUNC_EQUATION, self.getContext() ) ]; in definition()[all …]
Completed in 28 milliseconds