Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/KeywordTest/
DTable2.cs38 …public static void AddType(FlatBufferBuilder builder, int typeOffset) { builder.AddOffset(1, typeO… in AddType() method
DKeywordsInTable.cs47 public static void AddType(FlatBufferBuilder builder, int type) { builder.AddInt(2, type, 0); } in AddType() method
/third_party/gptfdisk/
Dparttypes.cc539 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name, in AddType() function in PartType
/third_party/vk-gl-cts/external/amber/src/src/
Dscript.h220 Result AddType(const std::string& name, std::unique_ptr<type::Type> type) { in AddType() function
Dscript_test.cc314 TEST_F(ScriptTest, AddType) { in TEST_F() argument
/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/spirv-tools/source/opt/
Dmodule.h378 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
Dir_context.h1204 void IRContext::AddType(std::unique_ptr<Instruction>&& t) { in AddType() function
/third_party/flatbuffers/python/flatbuffers/reflection/
DField.py181 def AddType(builder, type): function
/third_party/skia/m133/bench/
DPathBench.cpp562 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