Home
last modified time | relevance | path

Searched defs:const (Results 13776 - 13800 of 20720) sorted by relevance

1...<<551552553554555556557558559560>>...829

/third_party/gn/src/base/files/
H A Dfile.h152 Error error_details() const { return error_details_; } in error_details() argument
[all...]
H A Dfile_posix.cc121 bool File::IsValid() const { argument
125 PlatformFile File::GetPlatformFile() const { argument
284 File File::Duplicate() const { argument
H A Dfile_win.cc23 bool File::IsValid() const { in IsValid() argument
27 PlatformFile File::GetPlatformFile() const { in GetPlatformFile() argument
209 File File::Duplicate() const { in Duplicate() argument
/third_party/gn/src/base/json/
H A Djson_value_converter.h99 const std::string& field_path() const { return field_path_; } in field_path() argument
501 Convert(const base::Value& value, StructType* output) const Convert() argument
[all...]
/third_party/gn/src/base/numerics/
H A Dsafe_conversions_impl.h196 constexpr bool IsValid() const { retur in RangeCheck() argument
197 IsInvalid() const IsInvalid() argument
198 IsOverflow() const IsOverflow() argument
199 IsUnderflow() const IsUnderflow() argument
200 IsOverflowFlagSet() const IsOverflowFlagSet() argument
201 IsUnderflowFlagSet() const IsUnderflowFlagSet() argument
202 operator ==(const RangeCheck rhs) const operator ==() argument
206 operator !=(const RangeCheck rhs) const operator !=() argument
[all...]
/third_party/gn/src/base/strings/
H A Dstring_tokenizer.h137 bool token_is_delim() const { return token_is_delim_; } in token_is_delim() argument
141 const_iterator token_begin() const { return token_begin_; } in token_begin() argument
142 const_iterator token_end() const { return token_end_; } in token_end() argument
143 str token() const { retur in token_end() argument
144 token_piece() const token_piece() argument
203 IsDelim(char_type c) const IsDelim() argument
205 IsQuote(char_type c) const IsQuote() argument
[all...]
/third_party/gn/src/base/
H A Dvalues.h144 type() const type() argument
147 is_none() const is_none() argument
148 is_bool() const is_bool() argument
149 is_int() const is_int() argument
150 is_string() const is_string() argument
151 is_blob() const is_blob() argument
152 is_dict() const is_dict() argument
153 is_list() const is_list() argument
391 size() const size() argument
394 empty() const empty() argument
551 IsAtEnd() const IsAtEnd() argument
554 key() const key() argument
555 value() const value() argument
568 begin() const begin() argument
569 end() const end() argument
598 GetSize() const GetSize() argument
602 empty() const empty() argument
706 begin() const begin() argument
708 end() const end() argument
[all...]
/third_party/gn/src/gn/
H A Dbuilder.cc120 const Item* Builder::GetItem(const Label& label) const { in GetItem() argument
127 const Toolchain* Builder::GetToolchain(const Labe argument
136 GetAllRecords() const GetAllRecords() argument
146 GetAllResolvedItems() const GetAllResolvedItems() argument
162 GetAllResolvedTargets() const GetAllResolvedTargets() argument
177 GetRecord(const Label& label) const GetRecord() argument
186 CheckForBadItems(Err* err) const CheckForBadItems() argument
619 CheckForCircularDependencies( const std::vector<const BuilderRecord*>& bad_records) const CheckForCircularDependencies() argument
[all...]
H A Dbuild_settings.h38 const Label& root_target_label() const { return root_target_label_; } in root_target_label() argument
42 const std::vector<LabelPattern>& root_patterns() const { in root_patterns() argument
49 const base::FilePath& root_path() const { return root_path_; } in root_path() argument
50 const bas in root_path() argument
51 root_path_utf8() const root_path_utf8() argument
58 secondary_source_path() const secondary_source_path() argument
64 python_path() const python_path() argument
77 ninja_required_version() const ninja_required_version() argument
86 no_stamp_files() const no_stamp_files() argument
91 build_config_file() const build_config_file() argument
95 arg_file_template_path() const arg_file_template_path() argument
105 build_dir() const build_dir() argument
110 build_args() const build_args() argument
142 print_callback() const print_callback() argument
147 exec_script_whitelist() const exec_script_whitelist() argument
[all...]
H A Dbundle_data.h96 assets_catalog_sources() const assets_catalog_sources() argument
101 assets_catalog_deps() const assets_catalog_deps() argument
106 file_rules() const file_rules() argument
109 root_dir() const root_dir() argument
112 contents_dir() const contents_dir() argument
115 resources_dir() const resources_dir() argument
118 executable_dir() const executable_dir() argument
123 xcode_extra_attributes() const xcode_extra_attributes() argument
127 transparent() const transparent() argument
131 product_type() const product_type() argument
136 xcode_test_application_name() const xcode_test_application_name() argument
143 partial_info_plist() const partial_info_plist() argument
148 post_processing_script() const post_processing_script() argument
155 post_processing_sources() const post_processing_sources() argument
162 post_processing_outputs() const post_processing_outputs() argument
167 post_processing_args() const post_processing_args() argument
174 bundle_deps_filter() const bundle_deps_filter() argument
179 xcasset_compiler_flags() const xcasset_compiler_flags() argument
184 bundle_deps() const bundle_deps() argument
188 forwarded_bundle_deps() const forwarded_bundle_deps() argument
193 is_application() const is_application() argument
198 is_framework() const is_framework() argument
[all...]
H A Dc_tool.h59 depsformat() const depsformat() argument
65 precompiled_header_type() const precompiled_header_type() argument
74 link_output() const link_output() argument
80 depend_output() const depend_output() argument
90 has_separate_solink_files() const has_separate_solink_files() argument
94 toolchain_whole_status() const toolchain_whole_status() argument
[all...]
H A Dcommands.h144 has_quiet() const has_quiet() argument
147 has_force() const has_force() argument
150 has_all() const has_all() argument
153 has_blame() const has_blame() argument
156 has_tree() const has_tree() argument
159 has_format_json() const has_format_json() argument
162 has_default_toolchain() const has_default_toolchain() argument
165 has_check_generated() const has_check_generated() argument
168 has_check_system() const has_check_system() argument
171 has_public() const has_public() argument
174 has_with_data() const has_with_data() argument
182 target_print_mode() const target_print_mode() argument
185 target_type() const target_type() argument
192 testonly_mode() const testonly_mode() argument
195 meta_rebase_dir() const meta_rebase_dir() argument
196 meta_data_keys() const meta_data_keys() argument
197 meta_walk_keys() const meta_walk_keys() argument
212 is_initialized() const is_initialized() argument
[all...]
H A Dcompile_commands_writer.cc60 FlagsGetter(RecursiveWriterConfig config, const Target* target, const std::vector<T>& (ConfigValues::*getter)() const, const Writer& writer) FlagsGetter() argument
[all...]
H A Dhash_table_base.h246 empty() const empty() argument
249 size() const size() argument
386 NodeBegin() const NodeBegin() argument
395 NodeEnd() const NodeEnd() argument
427 ValidNodesRange() const ValidNodesRange() argument
455 NodeLookup(size_t hash, NODE_EQUAL node_equal) const NodeLookup() argument
[all...]
H A Dninja_binary_target_writer.cc112 NinjaBinaryTargetWriter::GetClassifiedDeps() const { in GetClassifiedDeps() argument
58 WriteInputsStampAndGetDep( size_t num_stamp_uses) const WriteInputsStampAndGetDep() argument
134 ClassifyDependency( const Target* dep, ClassifiedDeps* classified_deps) const ClassifyDependency() argument
193 AddSourceSetFiles( const Target* source_set, UniqueVector<OutputFile>* obj_files) const AddSourceSetFiles() argument
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp72 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TIntermTyped* rightConstantNode) const in fold() argument
367 TIntermTyped* TIntermConstantUnion::fold(TOperator op, const TType& returnType) const in fold() argument
[all...]
/third_party/glslang/glslang/Include/
H A DShHandle.h64 virtual glslang::TPoolAllocator* getPool() const { return pool; } in getPool() argument
139 virtual ShBindingTable* getUniformBindings() const { return uniformBindings; } in getUniformBindings() argument
140 virtual const void* getObjectCode() const { retur in getUniformBindings() argument
[all...]
/third_party/backends/backend/genesys/
H A Dlow.h156 std::uint16_t vendor_id() const { return vendor_; } in vendor_id() argument
157 std::uint16_t product_id() const { return product_; } in product_id() argument
158 std::uint16_t bcd_device() const { return bcd_device_; } in bcd_device() argument
160 const Genesys_Model& model() const { return model_; } in model() argument
[all...]
H A Dscanner_interface_usb.cpp32 bool ScannerInterfaceUsb::is_mock() const in is_mock() argument
H A Dtest_scanner_interface.cpp80 bool TestScannerInterface::is_mock() const in is_mock() argument
181 const std::string& TestScannerInterface::last_progress_message() const in last_progress_message() argument
H A Dutilities.h145 unsigned multiplier() const { return multiplier_; } in multiplier() argument
146 unsigned divisor() const { return divisor_; } in divisor() argument
148 unsigned apply(unsigned arg) const in apply() argument
153 int apply(int arg) const in apply() argument
158 float apply(float arg) const in apply() argument
163 unsigned apply_inverse(unsigned arg) const in apply_inverse() argument
168 apply_inverse(int arg) const apply_inverse() argument
173 apply_inverse(float arg) const apply_inverse() argument
178 operator ==(const Ratio& other) const operator ==() argument
[all...]
/third_party/backends/lib/
H A Dgetopt.c41 # ifndef const macro
[all...]
/third_party/benchmark/src/
H A Dbenchmark_api_internal.h24 const BenchmarkName& name() const { return name_; } in name() argument
25 int family_index() const { return family_index_; } in family_index() argument
26 int per_family_instance_index() const { return per_family_instance_index_; } in per_family_instance_index() argument
27 AggregationReportMode aggregation_report_mode() const { in aggregation_report_mode() argument
30 TimeUnit time_unit() const { return time_unit_; } in time_unit() argument
31 bool measure_process_cpu_time() const { return measure_process_cpu_time_; } in measure_process_cpu_time() argument
32 bool use_real_time() const { return use_real_time_; } in use_real_time() argument
33 bool use_manual_time() const { retur in use_real_time() argument
34 complexity() const complexity() argument
35 complexity_lambda() const complexity_lambda() argument
36 statistics() const statistics() argument
37 repetitions() const repetitions() argument
38 min_time() const min_time() argument
39 min_warmup_time() const min_warmup_time() argument
40 iterations() const iterations() argument
41 threads() const threads() argument
[all...]
H A Dbenchmark_runner.cc313 PredictNumItersNeeded( const IterationResults& i) const PredictNumItersNeeded() argument
337 ShouldReportIterationResults( const IterationResults& i) const ShouldReportIterationResults() argument
353 GetMinTimeToApply() const GetMinTimeToApply() argument
[all...]
/third_party/benchmark/test/
H A Doutput_test.h142 GetAs(const std::string& entry_name) const GetAs() argument
[all...]

Completed in 23 milliseconds

1...<<551552553554555556557558559560>>...829