Searched refs:m_desc (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/program_options/src/ |
D | cmdline.cpp | 108 m_desc = 0; in init() 175 m_desc = &desc; in set_options_description() 218 assert(m_desc); in run() 302 xd = m_desc->find_nothrow(opt.string_key, in run() 414 const option_description* xd = m_desc->find_nothrow(opt.string_key, in finish_option() 477 const option_description* od = m_desc->find_nothrow(other_tokens[0], in finish_option() 567 d = m_desc->find_nothrow(name, false, false, in parse_short_option() 642 if (m_desc->find_nothrow(tok.substr(1, tok.find('=')-1), in parse_disguised_long_option()
|
/third_party/boost/boost/program_options/detail/ |
D | parsers.hpp | 28 m_desc() in basic_command_line_parser() 37 m_desc = &desc; in options() 92 parsed_options result(m_desc, detail::cmdline::get_canonical_option_prefix()); in run()
|
D | cmdline.hpp | 143 const options_description* m_desc; member in boost::program_options::detail::cmdline
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestLog.hpp | 400 , m_desc (desc) in LogNumber() 411 std::string m_desc; member in tcu::LogNumber 535 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write() 541 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
|
/third_party/boost/boost/program_options/ |
D | parsers.hpp | 158 const options_description* m_desc; member in boost::program_options::basic_command_line_parser
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 7300 const MethodDescriptor* m_desc = s_desc->FindMethodByName("Method"); in TEST_F() local 7301 EXPECT_TRUE(m_desc->GetSourceLocation(&loc)); in TEST_F()
|