Home
last modified time | relevance | path

Searched defs:GetLabel (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DObjectBase.cpp62 const std::string& ApiObjectBase::GetLabel() const { in GetLabel() function in dawn_native::ApiObjectBase
DDevice.cpp1702 const std::string& DeviceBase::GetLabel() const { in GetLabel() function in dawn_native::DeviceBase
/third_party/gn/src/gn/
Dfunction_get_target_outputs_unittest.cc27 Label GetLabel(const std::string& dir, const std::string& name) { in GetLabel() function in __anon7f72b5820111::GetTargetOutputsTest
/third_party/node/test/message/
Dtestcfg.py92 def GetLabel(self): member in MessageTestCase
/third_party/node/test/pseudo-tty/
Dtestcfg.py93 def GetLabel(self): member in TTYTestCase
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/third_party/spirv-tools/source/opt/
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.h75 std::unique_ptr<Instruction>& GetLabel() { return label_; } in GetLabel() function
/third_party/node/test/testpy/
D__init__.py52 def GetLabel(self): member in SimpleTestCase
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h148 Label* GetLabel(RpoNumber rpo) { return &labels_[rpo.ToSize()]; } in GetLabel() function
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py368 def GetLabel(self): member in Test
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc773 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { in GetLabel() function