/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 69 Option (const char* shortName_, const char* longName_, const char* description_, const char* defaultValue_ = DE_NULL) in Option() 72 , description (description_) in Option() 81 Option (const char* shortName_, const char* longName_, const char* description_, ParseFunc parse_, const char* defaultValue_ = DE_NULL) in Option() 84 , description (description_) in Option() 93 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType>* namedValues_, const NamedValue<ValueType>* namedValuesEnd_, const char* defaultValue_ = DE_NULL) in Option() 96 , description (description_) in Option() 106 Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<ValueType> (&namedValues_)[NumNamedValues], const char* defaultValue_ = DE_NULL) in Option() 109 , description (description_) in Option()
|
/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor_PackagePrivate.h | 239 GPBMessageFieldDescription *description_; in GPBFieldDescriptor() local 284 GPBExtensionDescription *description_; in GPBExtensionDescriptor() local 312 return (field->description_->flags & in GPBFieldIsMapOrArray() 317 return field->description_->dataType; in GPBGetFieldDataType() 321 return field->description_->hasIndex; in GPBFieldHasIndex() 325 return field->description_->number; in GPBFieldNumber()
|
H A D | GPBUtilities_PackagePrivate.h | 179 return GPBDataTypeIsMessage(field->description_->dataType); in GPBFieldDataTypeIsMessage() 183 return GPBDataTypeIsObject(field->description_->dataType); in GPBFieldDataTypeIsObject() 187 return GPBDataTypeIsMessage(ext->description_->dataType); in GPBExtensionIsMessage() 192 GPBMessageFieldDescription *desc = field->description_; in GPBFieldStoresObject() 206 GPBMessageFieldDescription *fieldDesc = field->description_; in GPBGetHasIvarField()
|
/third_party/gn/src/gn/ |
H A D | tool.h | 120 const SubstitutionPattern& description() const { return description_; } in description() 123 description_ = std::move(desc); in set_description() 281 SubstitutionPattern description_; member in Tool
|
H A D | tool.cc | 26 description_.FillRequiredTypes(&substitution_bits_); in SetToolComplete() 207 !ReadPattern(scope, "description", &description_, err) || in InitTool()
|
/third_party/node/deps/v8/src/torque/ |
H A D | cpp-builder.cc | 14 if (!description_.empty()) { in PrintDeclarationHeader() 15 stream << std::string(indentation, ' ') << "// " << description_ << "\n"; in PrintDeclarationHeader()
|
H A D | cpp-builder.h | 124 description_ = std::move(description); in SetDescription() 170 std::string description_; member in v8::internal::torque::cpp::Function
|
/third_party/vixl/src/aarch64/ |
H A D | debugger-aarch64.h | 78 std::string_view GetDescription() { return description_; } in GetDescription() 94 String description_; member in vixl::aarch64::DebuggerCmd
|
H A D | debugger-aarch64.cc | 325 description_(description, allocator_.Adapter()) {} in DebuggerCmd()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_neighbor.c | 354 #define DEFINE_NEIGHBOR_FILTER(name_, description_, priv_class_) \ 357 .description = NULL_IF_CONFIG_SMALL(description_), \
|
H A D | vf_lut.c | 591 #define DEFINE_LUT_FILTER(name_, description_, priv_class_) \ 594 .description = NULL_IF_CONFIG_SMALL(description_), \
|
H A D | af_biquads.c | 1428 #define DEFINE_BIQUAD_FILTER_2(name_, description_, priv_class_) \ 1439 .description = NULL_IF_CONFIG_SMALL(description_), \
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 713 description_ = std::move(description); 784 const std::string& GetDescription() const { return description_; } 845 std::string description_; // User-readable name for the expectation.
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-operator.cc | 512 return lhs.description_.object().location() == in operator ==() 513 rhs.description_.object().location() && in operator ==() 524 return base::hash_combine(p.description_.object().location(), in hash_value() 531 return os << Brief(*p.description_.object()) << ", " in operator <<()
|
H A D | js-operator.h | 712 : description_(description), shared_(shared), feedback_(feedback) {} in GetTemplateObjectParameters() 715 return description_.AsRef(broker); in description() 723 const TemplateObjectDescriptionTinyRef description_; member in v8::internal::compiler::final
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 298 PipelineExecutableStat (std::string name_, std::string description_, VkPipelineExecutableStatisticFormatKHR format_, VkPipelineExecutableStatisticValueKHR value_) in PipelineExecutableStat() 300 , description (std::move(description_)) in PipelineExecutableStat() 313 PipelineExecutableInternalRepresentation (std::string name_, std::string description_, bool isText_, const std::vector<uint8_t>& data) in PipelineExecutableInternalRepresentation() 315 , description (std::move(description_)) in PipelineExecutableInternalRepresentation() 341 PipelineExecutableProperty (VkShaderStageFlags stageFlags_, std::string name_, std::string description_, uint32_t subgroupSize_) in PipelineExecutableProperty() 344 , description (std::move(description_)) in PipelineExecutableProperty()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 295 PipelineExecutableStat (std::string name_, std::string description_, VkPipelineExecutableStatisticFormatKHR format_, VkPipelineExecutableStatisticValueKHR value_) in PipelineExecutableStat() 297 , description (std::move(description_)) in PipelineExecutableStat() 310 PipelineExecutableInternalRepresentation (std::string name_, std::string description_, bool isText_, const std::vector<uint8_t>& data) in PipelineExecutableInternalRepresentation() 312 , description (std::move(description_)) in PipelineExecutableInternalRepresentation() 338 PipelineExecutableProperty (VkShaderStageFlags stageFlags_, std::string name_, std::string description_, uint32_t subgroupSize_) in PipelineExecutableProperty() 341 , description (std::move(description_)) in PipelineExecutableProperty()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
H A D | UnittestIssues.cs | 2208 description_ = other.description_; in TestJsonName() 2234 private string description_ = ""; field in UnitTest.Issues.TestProtos.TestJsonName 2237 get { return description_; } 2239 description_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 319 BuiltinFuncGroup (const char* name_, const char* description_) : name(name_), description(description_) {} in BuiltinFuncGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 428 BuiltinFuncGroup (const char* name_, const char* description_) : name(name_), description(description_) {} in BuiltinFuncGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 428 BuiltinFuncGroup (const char* name_, const char* description_) : name(name_), description(description_) {} in BuiltinFuncGroup()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 59199 std::array<char, VK_MAX_DESCRIPTION_SIZE> const & description_, global() member in VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR::std [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 637 BuiltinFuncGroup (const char* name_, const char* description_) : name(name_), description(description_) {} in BuiltinFuncGroup()
|
/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 47 : description_(description), in CPUFeaturesTest() 75 std::cerr << " " << description_ << ";"; in Run() local 98 const char* description_; member in vixl::aarch64::CPUFeaturesTest
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |