Home
last modified time | relevance | path

Searched defs:object (Results 1 – 11 of 11) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dtype_traits.hpp191 PETSC_NODISCARD inline constexpr Petsc::util::remove_const_t<T> &PetscRemoveConstCast(T &object) no… in PetscRemoveConstCast()
197 PETSC_NODISCARD inline constexpr T &PetscRemoveConstCast(const T &object) noexcept in PetscRemoveConstCast()
203 PETSC_NODISCARD inline constexpr T *&PetscRemoveConstCast(const T *&object) noexcept in PetscRemoveConstCast()
209 PETSC_NODISCARD inline constexpr Petsc::util::add_const_t<T> &PetscAddConstCast(T &object) noexcept in PetscAddConstCast()
215 PETSC_NODISCARD inline constexpr Petsc::util::add_const_t<T> *&PetscAddConstCast(T *&object) noexce… in PetscAddConstCast()
236 PETSC_NODISCARD inline constexpr PetscObject PetscObjectCast(T &&object) noexcept in PetscObjectCast()
242 PETSC_NODISCARD inline constexpr PetscObject PetscObjectCast(PetscObject object) noexcept in PetscObjectCast()
/petsc/src/mat/tests/
H A DcJSON.c322 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper()
335 CJSON_PUBLIC(char *) cJSON_SetValuestring(cJSON *object, const char *valuestring) in cJSON_SetValuestring()
1445 static cJSON *get_object_item(const cJSON *const object, const char *const name, const cJSON_bool c… in get_object_item()
1463 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON *const object, const char *const string) in cJSON_GetObjectItem()
1468 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const… in cJSON_GetObjectItemCaseSensitive()
1473 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem()
1548 static cJSON_bool add_item_to_object(cJSON *const object, const char *const string, cJSON *const it… in add_item_to_object()
1573 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject()
1579 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObjectCS()
1591 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject()
[all …]
H A DcJSON.h271 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … argument
274 #define cJSON_SetNumberValue(object, number) ((object != NULL) ? cJSON_SetNumberHelper(object, (dou… argument
279 #define cJSON_SetBoolValue(object, boolValue) ((object != NULL && ((object)->type & (cJSON_False | … argument
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_scope.py72 def __eq__(self, other: object) -> bool:
77 def __ne__(self, other: object) -> bool:
H A D_diag.py169 def flag_prefix(cls, obj: object) -> Callable[[str], str]:
H A D_src_pos.py81 def __eq__(self, other: object) -> bool:
/petsc/src/sys/perfstubs/
H A Dpstimer.c251 void ps_timer_create_fortran_(void ** object, const char *timer_name) { in ps_timer_create_fortran_()
317 void ps_create_counter_fortran_(void ** object, const char *name) { in ps_create_counter_fortran_()
/petsc/src/binding/petsc4py/src/petsc4py/
H A DPETSc.pxd334 cdef MPI_Comm GetComm(object, MPI_Comm) except * argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DObject.pyx422 def setAttr(self, name : str, attr : object) -> None:
/petsc/include/
H A Dpetscoptions.h133 PetscObject object; member
/petsc/src/sys/logging/handler/impls/default/
H A Dlogdefault.c934 Object *object = NULL; in PetscLogHandlerDump_Default() local