OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pathname_
(Results
1 - 12
of
12
) sorted by null
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const char* pathname) :
pathname_
(pathname) {
68
explicit FilePath(const String& pathname) :
pathname_
(pathname) {
78
pathname_
= rhs.
pathname_
;
81
String ToString() const { return
pathname_
; }
82
const char* c_str() const { return
pathname_
.c_str(); }
204
String
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/gtest/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const std::string& pathname) :
pathname_
(pathname) {
74
pathname_
= rhs.
pathname_
;
77
const std::string& string() const { return
pathname_
; }
78
const char* c_str() const { return
pathname_
.c_str(); }
111
bool IsEmpty() const { return
pathname_
.empty(); }
200
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const char* pathname) :
pathname_
(pathname) {
68
explicit FilePath(const String& pathname) :
pathname_
(pathname) {
78
pathname_
= rhs.
pathname_
;
81
String ToString() const { return
pathname_
; }
82
const char* c_str() const { return
pathname_
.c_str(); }
204
String
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const char* pathname) :
pathname_
(pathname) {
68
explicit FilePath(const String& pathname) :
pathname_
(pathname) {
78
pathname_
= rhs.
pathname_
;
81
String ToString() const { return
pathname_
; }
82
const char* c_str() const { return
pathname_
.c_str(); }
204
String
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const char* pathname) :
pathname_
(pathname) {
68
explicit FilePath(const String& pathname) :
pathname_
(pathname) {
78
pathname_
= rhs.
pathname_
;
81
String ToString() const { return
pathname_
; }
82
const char* c_str() const { return
pathname_
.c_str(); }
204
String
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const std::string& pathname) :
pathname_
(pathname) {
74
pathname_
= rhs.
pathname_
;
77
const std::string& string() const { return
pathname_
; }
78
const char* c_str() const { return
pathname_
.c_str(); }
111
bool IsEmpty() const { return
pathname_
.empty(); }
200
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
64
explicit FilePath(const std::string& pathname) :
pathname_
(pathname) {
74
pathname_
= rhs.
pathname_
;
77
const std::string& string() const { return
pathname_
; }
78
const char* c_str() const { return
pathname_
.c_str(); }
111
bool IsEmpty() const { return
pathname_
.empty(); }
200
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
3687
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h
3738
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/protobuf/gtest/fused-src/gtest/
gtest.h
3125
String
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h
3687
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h
3687
std::string
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
Completed in 1449 milliseconds