Home
last modified time | relevance | path

Searched defs:const (Results 2226 - 2250 of 14223) sorted by relevance

1...<<81828384858687888990>>...569

/third_party/backends/backend/genesys/
H A Dsettings.cpp75 bool ScanSession::operator==(const ScanSession& other) const in operator ==() argument
H A Dregister_cache.h48 Value get(std::uint16_t address) const in get() argument
/third_party/benchmark/test/
H A Dbenchmark_min_time_flag_iters_test.cc30 const std::vector<benchmark::IterationCount>& GetIters() const { in GetIters() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dintervalset.cc52 bool IntervalSet::contains(key_t val) const // {{{ in contains() argument
63 IntervalSet::key_t IntervalSet::next(key_t val) const // {{{ in next() argument
85 bool IntervalSet::intersect(const value_t &a,const value_t &b) const // {{{ in intersect() argument
92 void IntervalSet::unite(value_t &aret,const value_t &b) const // {{{ in unite() argument
104 void IntervalSet::dump() const // {{{ in dump() argument
/third_party/gn/src/gn/
H A Dlib_file.h25 bool is_source_file() const { return name_.empty(); } in is_source_file() argument
31 bool operator==(const LibFile& other) const { in operator ==() argument
34 bool operator!=(const LibFile& other) const { retur in operator ==() argument
35 operator <(const LibFile& other) const operator <() argument
[all...]
H A Dohos_components_impl.h57 bool isOhosIndepCompilerEnable() const { in isOhosIndepCompilerEnable() argument
61 std::string GetTargetToolchain() const { in GetTargetToolchain() argument
[all...]
H A Dohos_components.h21 const std::string &name() const in name() argument
25 const std::string &subsystem() const in subsystem() argument
29 const std::string &path() const in path() argument
[all...]
H A Doutput_file.h29 const std::string& value() const { return value_; } in value() argument
37 bool operator==(const OutputFil argument
40 operator !=(const OutputFile& other) const operator !=() argument
43 operator <(const OutputFile& other) const operator <() argument
[all...]
H A Drust_tool.h47 dynamic_link_switch() const dynamic_link_switch() argument
[all...]
H A Dstring_output_buffer.h51 size_t size() const { return (pages_.size() - 1u) * kPageSize + pos_; } in size() argument
90 page_free_size() const page_free_size() argument
[all...]
H A Dswift_values.cc28 const Tool* SwiftValues::GetTool(const Target* target) const { in GetTool() argument
33 void SwiftValues::GetOutputs(const Target* target, in GetOutputs() argument
52 GetOutputsAsSourceFiles( const Target* target, std::vector<SourceFile>* result) const GetOutputsAsSourceFiles() argument
[all...]
H A Dswift_values.h33 const SourceFile& bridge_header() const { return bridge_header_; } in bridge_header() argument
37 const std::string module_name() const { return module_name_; } in module_name() argument
41 const OutputFile& module_output_file() const { return module_output_file_; } in module_output_file() argument
45 const SourceDir& module_output_dir() const { retur argument
[all...]
H A Dtemplate.cc143 LocationRange Template::GetDefinitionRange() const { in GetDefinitionRange() argument
28 Invoke(Scope* scope, const FunctionCallNode* invocation, const std::string& template_name, const std::vector<Value>& args, BlockNode* block, Err* err) const Invoke() argument
H A Dversion.cc46 bool Version::operator==(const Version& other) const { in operator ==() argument
51 bool Version::operator<(const Version& other) const { in operator <() argument
56 bool Version::operator!=(const Version& other) const { in operator !=() argument
60 bool Version::operator>=(const Version& other) const { in operator >=() argument
64 bool Version::operator>(const Version& other) const { in operator >() argument
68 operator <=(const Version& other) const operator <=() argument
72 Describe() const Describe() argument
[all...]
H A Dxml_element_writer_unittest.cc16 void operator()(std::ostream& out) const { out << value_; } in operator ()() argument
H A Dmetadata.h36 const ParseNode* origin() const { return origin_; } in origin() argument
40 const Contents& contents() const { return contents_; } in contents() argument
45 const SourceDir& source_dir() const { return source_dir_; } in source_dir() argument
[all...]
H A Dlocation.cc18 bool Location::operator==(const Location& other) const { in operator ==() argument
23 bool Location::operator!=(const Location& other) const { in operator !=() argument
27 bool Location::operator<(const Location& other) const { in operator <() argument
33 bool Location::operator<=(const Location& other) const { in operator <=() argument
39 std::string Location::Describe(bool include_column_number) const { in Describe() argument
65 Union(const LocationRange& other) const Union() argument
[all...]
H A Dpath_output.cc25 void PathOutput::WriteFile(std::ostream& out, const SourceFile& file) const { in WriteFile() argument
72 void PathOutput::WriteFile(std::ostream& out, const OutputFile& file) const { in WriteFile() argument
29 WriteDir(std::ostream& out, const SourceDir& dir, DirSlashEnding slash_ending) const WriteDir() argument
77 WriteFiles(std::ostream& out, const std::vector<SourceFile>& files) const WriteFiles() argument
85 WriteFiles(std::ostream& out, const std::vector<OutputFile>& files) const WriteFiles() argument
93 WriteFiles(std::ostream& out, const UniqueVector<OutputFile>& files) const WriteFiles() argument
101 WriteDir(std::ostream& out, const OutputFile& file, DirSlashEnding slash_ending) const WriteDir() argument
125 WriteFile(std::ostream& out, const base::FilePath& file) const WriteFile() argument
131 WriteSourceRelativeString(std::ostream& out, std::string_view str) const WriteSourceRelativeString() argument
153 WritePathStr(std::ostream& out, std::string_view str) const WritePathStr() argument
[all...]
H A Dpath_output.h42 EscapingMode escaping_mode() const { return options_.mode; } in escaping_mode() argument
44 const SourceDir& current_dir() const { return current_dir_; } in current_dir() argument
47 bool inhibit_quoting() const { return options_.inhibit_quoting; } in inhibit_quoting() argument
[all...]
H A Dpattern.h77 is_empty() const is_empty() argument
[all...]
H A Dsource_dir.h87 is_null() const is_null() argument
88 value() const value() argument
92 is_source_absolute() const is_source_absolute() argument
99 is_system_absolute() const is_system_absolute() argument
108 SourceAbsoluteWithOneSlash() const SourceAbsoluteWithOneSlash() argument
118 SourceWithNoTrailingSlash() const SourceWithNoTrailingSlash() argument
125 operator ==(const SourceDir& other) const operator ==() argument
128 operator !=(const SourceDir& other) const operator !=() argument
129 operator <(const SourceDir& other) const operator <() argument
131 hash() const hash() argument
[all...]
H A Dsubstitution_pattern.h66 required_types() const required_types() argument
70 ranges() const ranges() argument
71 empty() const empty() argument
73 origin() const origin() argument
[all...]
H A Dsubstitution_list.cc70 void SubstitutionList::FillRequiredTypes(SubstitutionBits* bits) const { in FillRequiredTypes() argument
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-test-part.cc68 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() argument
78 int TestPartResultArray::size() const { in size() argument
/third_party/gptfdisk/
H A Ddiskio.h79 std::string GetName(void) const {return realFilename;} in GetName() argument

Completed in 8 milliseconds

1...<<81828384858687888990>>...569