Home
last modified time | relevance | path

Searched defs:GetLabel (Results 1 – 10 of 10) 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 __anon2278b5e40111::GetTargetOutputsTest
/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/swiftshader/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/skia/m133/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go476 func (x *Target) GetLabel() string { func
1073 func (x *PathFragment) GetLabel() string { func
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py368 def GetLabel(self): member in Test
/third_party/skia/m133/bazel/exporter/build_proto/build/
Dbuild.pb.go1292 func (x *ConfiguredRuleInput) GetLabel() string { func
2198 func (x *RuleDefinition) GetLabel() string { func
2320 func (x *Attribute_SelectorEntry) GetLabel() string { func
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc836 static PyObject* GetLabel(PyBaseDescriptor *self, void *closure) { in GetLabel() function