Home
last modified time | relevance | path

Searched defs:StructType (Results 1 - 17 of 17) sorted by relevance

/third_party/libabigail/tests/data/test-diff-suppr/test39-public-headers-dir/
H A Dtest39-header-v0.h1 typedef struct _StructType StructType; typedef
H A Dtest39-header-v1.h1 typedef struct _StructType StructType; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.hpp[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp161 Type *StructType = PType->getElementType(); in handleByValParam() local
/third_party/node/deps/v8/src/wasm/
H A Dstruct-types.h22 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 DglcUniformBlockCase.hpp172 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 DglsUniformBlockCase.hpp141 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 Djson_value_converter.h117 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 DSkSLType.cpp332 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 DvktTransformFeedbackFuzzLayoutCase.hpp150 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 DvktUniformBlockCase.hpp155 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 DvktTransformFeedbackFuzzLayoutCase.hpp150 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 DvktUniformBlockCase.hpp155 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 DgluVarType.hpp140 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 DDerivedTypes.h199 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 DDerivedTypes.h238 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 Dtypes.cc406 StructType::StructType(Namespace* nspace, const StructDeclaration* decl, in StructType() function in v8::internal::torque::StructType
[all...]

Completed in 13 milliseconds