Searched refs:_reference (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-gobject-structs.cc | 78 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy) 81 static hb_##name##_t *_hb_##name##_reference (const hb_##name##_t *l) \ 89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-object.c | 144 (reference_func_t) hb_##name##_reference, \ 157 (reference_func_t) hb_##name##_reference, \
|
/third_party/python/Lib/test/ |
H A D | test_shelve.py | 174 def _reference(self): member in TestShelveBase
|
H A D | mapping_tests.py | 15 def _reference(self): member in BasicTestMappingProtocol 32 self.reference = self._reference().copy()
|
H A D | test_weakref.py | 1965 def _reference(self): member in WeakValueDictionaryTestCase 1972 def _reference(self): member in WeakKeyDictionaryTestCase
|
H A D | test_os.py | 982 for key, value in self._reference().items(): 992 def _reference(self): member in EnvironTests 1032 for key, value in self._reference().items():
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 973 deUint32 _reference) in StencilOpState() 982 reference = _reference; in StencilOpState() 967 StencilOpState(vk::VkStencilOp _failOp, vk::VkStencilOp _passOp, vk::VkStencilOp _depthFailOp, vk::VkCompareOp _compareOp, deUint32 _compareMask, deUint32 _writeMask, deUint32 _reference) StencilOpState() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 973 deUint32 _reference) in StencilOpState() 982 reference = _reference; in StencilOpState() 967 StencilOpState(vk::VkStencilOp _failOp, vk::VkStencilOp _passOp, vk::VkStencilOp _depthFailOp, vk::VkCompareOp _compareOp, deUint32 _compareMask, deUint32 _writeMask, deUint32 _reference) StencilOpState() argument
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_ser.rs | 846 let _reference = ref_cell.borrow_mut(); in test_cannot_serialize_mutably_borrowed_ref_cell()
|
Completed in 18 milliseconds