Home
last modified time | relevance | path

Searched refs:_TYPE (Results 1 - 6 of 6) sorted by relevance

/third_party/elfutils/libasm/
H A Dasm_adduint8.c46 #define TYPE(size) _TYPE(size)
47 #define _TYPE(size) int##size##_t macro
H A Dasm_addint8.c45 #define TYPE(size) _TYPE(size)
46 #define _TYPE(size) int##size##_t macro
/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py177 proposed_value = self._TYPE(proposed_value)
245 _TYPE = int variable in Int32ValueChecker
251 _TYPE = int variable in Uint32ValueChecker
257 _TYPE = long variable in Int64ValueChecker
263 _TYPE = long variable in Uint64ValueChecker
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h89 #define IM_OFFSETOF(_TYPE,_MEMBER) offsetof(_TYPE, _MEMBER) // Offset of _MEMBER within _TYPE. Standardized as offsetof() in C++11
91 #define IM_OFFSETOF(_TYPE,_MEMBER) ((size_t)&(((_TYPE*)0)->_MEMBER)) // Offset of _MEMBER within _TYPE. Old style macro.
1679 #define IM_NEW(_TYPE) new(ImNewWrapper(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE
/third_party/mesa3d/src/imgui/
H A Dimgui.h74 #define IM_OFFSETOF(_TYPE,_MEMBER) ((size_t)&(((_TYPE*)0)->_MEMBER)) // Offset of _MEMBER within _TYPE. Standardized as offsetof() in modern C++.
1533 #define IM_NEW(_TYPE) new(ImNewDummy(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc4801 isolate(), temporal, #N, JS_TEMPORAL_##U##_TYPE, \ in InitializeGlobal_harmony_temporal()

Completed in 30 milliseconds