OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pathname_
(Results
1 - 11
of
11
) sorted by null
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h
61
FilePath() :
pathname_
("") { }
62
FilePath(const FilePath& rhs) :
pathname_
(rhs.
pathname_
) { }
63
explicit FilePath(const char* pathname) :
pathname_
(pathname) { }
64
explicit FilePath(const String& pathname) :
pathname_
(pathname) { }
67
pathname_
= rhs.
pathname_
;
70
String ToString() const { return
pathname_
; }
71
const char* c_str() const { return
pathname_
.c_str(); }
147
String
pathname_
;
member in class:testing::internal::FilePath
[
all
...]
/external/chromium/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/chromium_org/testing/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/chromium_org/third_party/mesa/src/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/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/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/open-vcdiff/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(); }
195
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(); }
195
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
...]
Completed in 46 milliseconds