Searched refs:__set__ (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_config_compat_post.h41 # define __set__ set macro
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dbytecode.pxi46 def __set__(self, value): self.bc.len = value function in function:Bytecode.__dealloc__
49 def __set__(self, value): self.bc.mult_int = value function in function:Bytecode.__dealloc__
52 def __set__(self, value): self.bc.line = value function in function:Bytecode.__dealloc__
55 def __set__(self, value): self.bc.offset = value function in function:Bytecode.__dealloc__
58 def __set__(self, value): self.bc.bc_index = value function in function:Bytecode.__dealloc__
/external/stlport/test/eh/
H A Dtest_set.cpp68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet;
/external/chromium_org/third_party/pymock/
H A Dmock.py2355 `PropertyMock` provides `__get__` and `__set__` methods so you can specify
2366 def __set__(self, obj, val): member in class:PropertyMock

Completed in 338 milliseconds