Home
last modified time | relevance | path

Searched defs:AddType (Results 1 – 11 of 11) sorted by relevance

/third_party/gptfdisk/
Dparttypes.cc433 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name, in AddType() function in PartType
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h203 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
/third_party/spirv-tools/source/opt/
Dmodule.h355 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
Dir_context.h1100 void IRContext::AddType(std::unique_ptr<Instruction>&& t) { in AddType() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h355 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
Dir_context.h1110 void IRContext::AddType(std::unique_ptr<Instruction>&& t) { in AddType() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmodule.h355 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
Dir_context.h1110 void IRContext::AddType(std::unique_ptr<Instruction>&& t) { in AddType() function
/third_party/flutter/skia/bench/
DPathBench.cpp554 enum AddType { enum in SkBench_AddPathTest
/third_party/skia/bench/
DPathBench.cpp556 enum AddType { enum in SkBench_AddPathTest
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py487 def AddType(templated_types): function