Home
last modified time | relevance | path

Searched defs:CONSTRUCTOR (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp20 #define CONSTRUCTOR __attribute__((constructor)) macro
23 #define CONSTRUCTOR macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp34 #define CONSTRUCTOR __attribute__((constructor)) macro
37 #define CONSTRUCTOR macro
/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.c496 #define TEST_ENTRY(TYPE, CONSTRUCTOR, COUNT, BYTES_PER_ELEMENT) \ in main() argument
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc109 #define CONSTRUCTOR(TYPE, TYPE_CONSTANT, FIELD) \ macro
115 CONSTRUCTOR(Descriptor, MESSAGE, descriptor) in CONSTRUCTOR() function