Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dmain.cpp20 #define CONSTRUCTOR __attribute__((constructor)) macro
23 #define CONSTRUCTOR macro
37 CONSTRUCTOR static void glAttachProcess() in glAttachProcess()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExperimentalApi.java55 ElementType.CONSTRUCTOR,
/third_party/node/test/parallel/
H A Dtest-http2-multiheaders.js25 src.CONSTRUCTOR = 'baz';
/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp388 #define TEST_ENTRY(TYPE, CONSTRUCTOR, COUNT, BYTES_PER_ELEMENT) \
389 { TYPE, CONSTRUCTOR, COUNT, BYTES_PER_ELEMENT }
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp34 #define CONSTRUCTOR __attribute__((constructor)) macro
37 #define CONSTRUCTOR macro
100 CONSTRUCTOR void attachProcess() in attachProcess()
/third_party/musl/tools/api_cmp_tool/
H A Dcompare.py248 if node.kind == CursorKind.CONSTRUCTOR and check_cpp_namespace(depth):
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc442 #define CONSTRUCTOR(name) \ macro
488 return CreateTemporalCalendar(isolate, CONSTRUCTOR(calendar), in CreateTemporalCalendar()
489 CONSTRUCTOR(calendar), identifier); in CreateTemporalCalendar()
537 return CreateTemporalDate(isolate, CONSTRUCTOR(plain_date), in CreateTemporalDate()
538 CONSTRUCTOR(plain_date), iso_year, iso_month, in CreateTemporalDate()
612 return CreateTemporalDateTime(isolate, CONSTRUCTOR(plain_date_time), in CreateTemporalDateTimeDefaultTarget()
613 CONSTRUCTOR(plain_date_time), iso_year, in CreateTemporalDateTimeDefaultTarget()
682 return CreateTemporalTime(isolate, CONSTRUCTOR(plain_time), in CreateTemporalTime()
683 CONSTRUCTOR(plain_time), hour, minute, second, in CreateTemporalTime()
787 return CreateTemporalZonedDateTime(isolate, CONSTRUCTOR(zoned_date_tim in CreateTemporalZonedDateTime()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc109 #define CONSTRUCTOR(TYPE, TYPE_CONSTANT, FIELD) \ macro
115 CONSTRUCTOR(Descriptor, MESSAGE, descriptor)
116 CONSTRUCTOR(FieldDescriptor, FIELD, field_descriptor)
117 CONSTRUCTOR(OneofDescriptor, ONEOF, oneof_descriptor)
118 CONSTRUCTOR(EnumDescriptor, ENUM, enum_descriptor)
119 CONSTRUCTOR(EnumValueDescriptor, ENUM_VALUE, enum_value_descriptor)
120 CONSTRUCTOR(ServiceDescriptor, SERVICE, service_descriptor)
121 CONSTRUCTOR(MethodDescriptor, METHOD, method_descriptor)
122 CONSTRUCTOR(FileDescriptor, PACKAGE, package_file_descriptor)
123 #undef CONSTRUCTOR macro
[all...]

Completed in 14 milliseconds