Home
last modified time | relevance | path

Searched refs:description_ (Results 1 - 25 of 25) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp69 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 DGPBDescriptor_PackagePrivate.h239 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 DGPBUtilities_PackagePrivate.h179 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 Dtool.h120 const SubstitutionPattern& description() const { return description_; } in description()
123 description_ = std::move(desc); in set_description()
281 SubstitutionPattern description_; member in Tool
H A Dtool.cc26 description_.FillRequiredTypes(&substitution_bits_); in SetToolComplete()
207 !ReadPattern(scope, "description", &description_, err) || in InitTool()
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.cc14 if (!description_.empty()) { in PrintDeclarationHeader()
15 stream << std::string(indentation, ' ') << "// " << description_ << "\n"; in PrintDeclarationHeader()
H A Dcpp-builder.h124 description_ = std::move(description); in SetDescription()
170 std::string description_; member in v8::internal::torque::cpp::Function
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.h78 std::string_view GetDescription() { return description_; } in GetDescription()
94 String description_; member in vixl::aarch64::DebuggerCmd
H A Ddebugger-aarch64.cc325 description_(description, allocator_.Adapter()) {} in DebuggerCmd()
/third_party/ffmpeg/libavfilter/
H A Dvf_neighbor.c354 #define DEFINE_NEIGHBOR_FILTER(name_, description_, priv_class_) \
357 .description = NULL_IF_CONFIG_SMALL(description_), \
H A Dvf_lut.c591 #define DEFINE_LUT_FILTER(name_, description_, priv_class_) \
594 .description = NULL_IF_CONFIG_SMALL(description_), \
H A Daf_biquads.c1428 #define DEFINE_BIQUAD_FILTER_2(name_, description_, priv_class_) \
1439 .description = NULL_IF_CONFIG_SMALL(description_), \
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h713 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 Djs-operator.cc512 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 Djs-operator.h712 : 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 DvktPipelineShaderModuleIdentifierTests.cpp298 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 DvktPipelineShaderModuleIdentifierTests.cpp295 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 DUnittestIssues.cs2208 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 Des2fShaderOperatorTests.cpp319 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 DvktShaderRenderOperatorTests.cpp428 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 DvktShaderRenderOperatorTests.cpp428 BuiltinFuncGroup (const char* name_, const char* description_) : name(name_), description(description_) {} in BuiltinFuncGroup()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp59199 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 Des3fShaderOperatorTests.cpp637 BuiltinFuncGroup (const char* name_, const char* description_) : name(name_), description(description_) {} in BuiltinFuncGroup()
/third_party/vixl/test/aarch64/
H A Dtest-cpu-features-aarch64.cc47 : 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 Dvulkan_structs.hpp[all...]

Completed in 150 milliseconds