HomeSort by relevance Sort by last modified time
    Searched defs:SourceDir (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
source_dir.cc 21 SourceDir::SourceDir() {
24 SourceDir::SourceDir(const base::StringPiece& p)
31 SourceDir::~SourceDir() {
34 SourceFile SourceDir::ResolveRelativeFile(const base::StringPiece& p) const {
56 SourceDir SourceDir::ResolveRelativeDir(const base::StringPiece& p) const {
57 SourceDir ret
    [all...]
source_dir.h 24 class SourceDir {
26 SourceDir();
27 explicit SourceDir(const base::StringPiece& p);
28 ~SourceDir();
31 // an empty SourceDir/File on error. Empty input is always an error (it's
35 SourceDir ResolveRelativeDir(const base::StringPiece& p) const;
70 bool operator==(const SourceDir& other) const {
73 bool operator!=(const SourceDir& other) const {
76 bool operator<(const SourceDir& other) const {
90 template<> struct hash<SourceDir> {
    [all...]

Completed in 49 milliseconds