Searched defs:name_ (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp343 const char* name() const { return name_; }
368 char* name_; member in class:mkvmuxer::Track
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3668 name_(a_name),
3753 : name_(name) {}
3755 // Returns true iff the test name of test_info matches name_.
3757 return test_info && test_info->name() == name_;
3761 std::string name_; member in class:testing::__anon489::TestNameIs
3877 : name_(a_name),
5634 : name_(name) {}
5636 // Returns true iff the name of test_case matches name_.
5638 return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0;
5642 std::string name_; member in class:testing::internal::TestCaseNameIs
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18044 const char* name() const { return name_.c_str(); }
18134 const std::string name_; // Test name member in class:testing::TestInfo
18181 const char* name() const { return name_.c_str(); }
18312 std::string name_; member in class:testing::TestCase

Completed in 180 milliseconds