Home
last modified time | relevance | path

Searched defs:types_ (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dtype_manager.h94 BlockAllocator<sem::Type> types_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_code_generator.h42 std::string types_; variable
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_code_generator.h42 std::string types_; variable
/third_party/spirv-tools/test/val/
Dval_code_generator.h42 std::string types_; variable
/third_party/node/deps/v8/src/torque/
Dkythe-data.h100 std::unordered_map<const Declarable*, kythe_entity_t> types_; variable
Dtypes.h485 std::set<const Type*, TypeLess> types_; variable
/third_party/skia/third_party/externals/tint/src/
Dprogram.h180 sem::Manager types_; variable
Dintrinsic_table.cc149 std::unordered_map<uint32_t, const sem::Type*> types_; member in tint::__anon2643412b0111::ClosedState
Dprogram_builder.h2556 sem::Manager types_; variable
/third_party/spirv-tools/tools/sva/src/
Dast.js46 this.types_[inst.operand(0).name()] = { property
/third_party/skia/third_party/externals/spirv-tools/source/
Dtext_handler.h250 spv_id_to_type_map types_; variable
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dast.js46 this.types_[inst.operand(0).name()] = { property
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.h250 spv_id_to_type_map types_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dast.js46 this.types_[inst.operand(0).name()] = { property
/third_party/spirv-tools/source/
Dtext_handler.h250 spv_id_to_type_map types_; variable
/third_party/vk-gl-cts/external/amber/src/src/
Dscript.h271 std::vector<std::unique_ptr<type::Type>> types_; variable
Dpipeline.h441 std::vector<std::unique_ptr<type::Type>> types_; variable
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.h588 InstructionList types_; variable
/third_party/libabigail/src/
Dabg-corpus-priv.h700 type_maps types_; member
Dabg-ir-priv.h156 type_maps types_; member
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h463 ZoneVector<TypeDefinition> types_; variable
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestIssues.cs1439 private int types_; field in UnitTest.Issues.TestProtos.ReservedNames
/third_party/python/Lib/
Dtyping.py205 def _collect_type_vars(types_, typevar_types=None): argument