Searched refs:__set__ (Results 1 - 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ | ||
H A D | _config_compat_post.h | 41 # define __set__ set macro |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ | ||
H A D | bytecode.pxi | 46 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 D | test_set.cpp | 68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet; |
/external/chromium_org/third_party/pymock/ | ||
H A D | mock.py | 2355 `PropertyMock` provides `__get__` and `__set__` methods so you can specify 2366 def __set__(self, obj, val): member in class:PropertyMock |
Completed in 7167 milliseconds