Searched defs:getx (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Analysis/ | ||
D | base-init.cpp | 9 int getx() const { in getx() function in A |
D | method-call.cpp | 9 int getx() const { return x; } in getx() function |
/external/python/cpython3/Lib/test/test_doctest/ | ||
D | test_doctest2.py | 60 def getx(self): member in C |
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ | ||
D | TestPropertyConflicts.java | 19 public boolean getx() { return false; } in getx() method in TestPropertyConflicts.BeanWithConflict |
/external/python/cpython3/Lib/test/ | ||
D | test_sys.py | 1677 def getx(self): return self.__x member in SizeofTest.test_objecttypes.C |
D | test_descr.py | 2280 def getx(self): member in ClassPropertiesAndMethods.test_properties.C |
/external/pytorch/test/ | ||
D | test_jit.py | 3321 def getx(self): member in TestScript.test_ignored_method_binding.Bar |