Searched refs:m_desc (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestLog.hpp | 407 , m_desc (desc) in LogNumber() 418 std::string m_desc; member in tcu::LogNumber 542 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write() 548 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
|
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 966 , m_desc(desc) in OptionDetails() 973 : m_desc(rhs.m_desc) in OptionDetails() 984 return m_desc; in description() 1012 String m_desc; member in cxxopts::OptionDetails
|
/third_party/protobuf/src/google/protobuf/ |
H A 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()
|
Completed in 17 milliseconds