| /third_party/libabigail/tests/data/test-diff-suppr/test39-public-headers-dir/ |
| H A D | test39-header-v0.h | 1 typedef struct _StructType StructType; typedef
|
| H A D | test39-header-v1.h | 1 typedef struct _StructType StructType; typedef
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkQueryUtil.hpp | [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 161 Type *StructType = PType->getElementType(); in handleByValParam() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | struct-types.h | 22 class StructType : public ZoneObject { class 24 StructType(uint32_t field_count, uint32_t* field_offsets, in StructType() function in v8::internal::wasm::StructType
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcUniformBlockCase.hpp | 172 class StructType class 178 StructType(const char* typeName) : m_typeName(typeName) in StructType() function in deqp::ub::StructType [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsUniformBlockCase.hpp | 141 class StructType class 147 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() function in deqp::gls::ub::StructType [all...] |
| /third_party/gn/src/base/json/ |
| H A D | json_value_converter.h | 117 FieldConverter(const std::string& path, FieldType StructType::*field, ValueConverter<FieldType>* converter) FieldConverter() argument 369 RegisterIntField(const std::string& field_name, int StructType::*field) RegisterIntField() argument 375 RegisterStringField(const std::string& field_name, std::string StructType::*field) RegisterStringField() argument 382 RegisterStringField(const std::string& field_name, std::u16string StructType::*field) RegisterStringField() argument 390 RegisterBoolField(const std::string& field_name, bool StructType::*field) RegisterBoolField() argument 397 RegisterDoubleField(const std::string& field_name, double StructType::*field) RegisterDoubleField() argument 405 RegisterNestedField(const std::string& field_name, NestedType StructType::*field) RegisterNestedField() argument 413 RegisterCustomField(const std::string& field_name, FieldType StructType::*field, bool (*convert_func)(std::string_view, FieldType*)) RegisterCustomField() argument 423 RegisterCustomValueField(const std::string& field_name, FieldType StructType::*field, bool (*convert_func)(const base::Value*, FieldType*)) RegisterCustomValueField() argument 433 RegisterRepeatedInt( const std::string& field_name, std::vector<std::unique_ptr<int>> StructType::*field) RegisterRepeatedInt() argument 441 RegisterRepeatedString( const std::string& field_name, std::vector<std::unique_ptr<std::string>> StructType::*field) RegisterRepeatedString() argument 451 RegisterRepeatedString( const std::string& field_name, std::vector<std::unique_ptr<std::u16string>> StructType::*field) RegisterRepeatedString() argument 461 RegisterRepeatedDouble( const std::string& field_name, std::vector<std::unique_ptr<double>> StructType::*field) RegisterRepeatedDouble() argument 469 RegisterRepeatedBool( const std::string& field_name, std::vector<std::unique_ptr<bool>> StructType::*field) RegisterRepeatedBool() argument 478 RegisterRepeatedCustomValue( const std::string& field_name, std::vector<std::unique_ptr<NestedType>> StructType::*field, bool (*convert_func)(const base::Value*, NestedType*)) RegisterRepeatedCustomValue() argument 491 RegisterRepeatedMessage( const std::string& field_name, std::vector<std::unique_ptr<NestedType>> StructType::*field) RegisterRepeatedMessage() argument [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLType.cpp | 332 StructType(int line, skstd::string_view name, std::vector<Field> fields) in StructType() function in SkSL::final
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 150 class StructType class 156 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() function in vkt::TransformFeedback::StructType [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| H A D | vktUniformBlockCase.hpp | 155 class StructType class 161 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() function in vkt::ubo::StructType [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
| H A D | vktTransformFeedbackFuzzLayoutCase.hpp | 150 class StructType class 156 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() function in vkt::TransformFeedback::StructType [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
| H A D | vktUniformBlockCase.hpp | 155 class StructType class 161 StructType (const std::string& typeName) : m_typeName(typeName) {} in StructType() function in vkt::ubo::StructType [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluVarType.hpp | 140 class StructType class 146 StructType (const char* typeName) : m_typeName(typeName) {} in StructType() function in glu::StructType [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | DerivedTypes.h | 199 class StructType : public CompositeType { class 200 StructType(LLVMContext &C) in StructType() function in llvm::StructType [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 238 class StructType : public CompositeType { class 239 StructType(LLVMContext &C) : CompositeType(C, StructTyID) {} in StructType() function in llvm::StructType [all...] |
| /third_party/node/deps/v8/src/torque/ |
| H A D | types.cc | 406 StructType::StructType(Namespace* nspace, const StructDeclaration* decl, in StructType() function in v8::internal::torque::StructType [all...] |