Home
last modified time | relevance | path

Searched refs:pragma_keyword (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/wave/src/
Dwave_config_constant.cpp29 test_configuration(unsigned int config, char const* pragma_keyword, in test_configuration() argument
32 if (NULL == pragma_keyword || NULL == string_type_str) in test_configuration()
37 strcmp(pragma_keyword, BOOST_WAVE_PRAGMA_KEYWORD) || in test_configuration()
/third_party/boost/boost/wave/
Dwave_config_constant.hpp78 char const* pragma_keyword, char const* string_type);
Dcpp_context.hpp473 string_type config, pragma_keyword, string_type_str; in load() local
484 ar & make_nvp("pragma_keyword", pragma_keyword); in load()
485 if (pragma_keyword != BOOST_WAVE_PRAGMA_KEYWORD) { in load()