Home
last modified time | relevance | path

Searched defs:set_location (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dshelve.py192 def set_location(self, key): member in BsdDbShelf
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.h36 void set_location(int location) { m_location = location; } in set_location() function
/external/mesa3d/src/compiler/glsl/
Dast.h95 void set_location(const struct YYLTYPE &locp) in set_location() function
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs8446 pub fn set_location(&mut self, v: crate::RepeatedField<SourceCodeInfo_Location>) { in set_location() method