/third_party/node/src/ |
H A D | env-inl.h | 759 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) 760 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) 761 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) 762 #define V(TypeName, PropertyName) \ 764 v8::Local<TypeName> IsolateData::PropertyName() const { \ 765 return PropertyName ## _ .Get(isolate_); \ 775 #define VM(PropertyName) [all...] |
H A D | env.h | 144 #define VP(PropertyName, StringValue) V(v8::Private, PropertyName) 145 #define VY(PropertyName, StringValue) V(v8::Symbol, PropertyName) 146 #define VS(PropertyName, StringValue) V(v8::String, PropertyName) 147 #define V(TypeName, PropertyName) \ 148 inline v8::Local<TypeName> PropertyName() const; 157 #define VM(PropertyName) V(PropertyName##_bindin [all...] |
H A D | node_realm.cc | 40 #define V(PropertyName, TypeName) \ in MemoryInfo() 41 tracker->TrackField(#PropertyName, PropertyName()); in MemoryInfo() 105 #define V(PropertyName, TypeName) \ in Serialize() 107 Local<TypeName> field = PropertyName(); \ in Serialize() 110 info.persistent_values.push_back({#PropertyName, id, index}); \ in Serialize() 133 #define V(PropertyName, TypeName) \ in DeserializeProperties() 137 DCHECK_EQ(d.name, #PropertyName); \ in DeserializeProperties() 143 "Failed to deserialize realm value " #PropertyName "\n"); \ in DeserializeProperties() 145 set_##PropertyName(fiel in DeserializeProperties() [all...] |
H A D | env.cc | 296 #define VP(PropertyName, StringValue) V(Private, PropertyName) in Serialize() 297 #define VY(PropertyName, StringValue) V(Symbol, PropertyName) in Serialize() 298 #define VS(PropertyName, StringValue) V(String, PropertyName) in Serialize() 299 #define V(TypeName, PropertyName) \ in Serialize() 301 creator->AddData(PropertyName##_.Get(isolate))); in Serialize() 314 #define VM(PropertyName) V(PropertyName##_bindin in Serialize() [all...] |
H A D | node_symbols.cc | 19 #define V(PropertyName, StringValue) \ in Initialize() 22 env->PropertyName()->Description(env->isolate()), \ in Initialize() 23 env->PropertyName()) \ in Initialize()
|
H A D | node_realm-inl.h | 118 #define V(PropertyName, TypeName) \ 119 inline v8::Local<TypeName> Realm::PropertyName() const { \ 120 return PersistentToLocal::Strong(PropertyName##_); \ 122 inline void Realm::set_##PropertyName(v8::Local<TypeName> value) { \ 123 PropertyName##_.Reset(isolate(), value); \
|
H A D | node_realm.h | 116 #define V(PropertyName, TypeName) \ 117 inline v8::Local<TypeName> PropertyName() const; \ 118 inline void set_##PropertyName(v8::Local<TypeName> value); 147 #define V(PropertyName, TypeName) v8::Global<TypeName> PropertyName##_;
|
H A D | node_util.cc | 401 #define V(PropertyName, _) \ in Initialize() 402 tmpl->Set(FIXED_ONE_BYTE_STRING(env->isolate(), #PropertyName), \ in Initialize() 403 env->PropertyName()); in Initialize()
|
H A D | node_snapshotable.cc | 1313 #define V(PropertyName, NativeTypeName) \ in GetTypeName() 1314 case EmbedderObjectType::k_##PropertyName: { \ in GetTypeName() 1351 #define V(PropertyName, NativeTypeName) \ in DeserializeNodeInternalFields() 1352 case EmbedderObjectType::k_##PropertyName: { \ in DeserializeNodeInternalFields()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | conditionalTypes2.js | 226 [PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName : never 476 [PropertyName in Extract<keyof T, string>]: T[PropertyName] extends RestrictToType ? PropertyName : never;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_profile.h | 309 PropertyName(kind), "**Failed property expectation**\n\n", in ExpectModelOfImpl() 317 errors->addTestSuccess(PropertyName(kind)); in ExpectModelOfImpl() 324 constexpr const char* PropertyName(name v) { return description; } \ 345 constexpr const char* PropertyName(name v) { return description; } \ 362 constexpr const char* PropertyName(hashable v) { in PropertyName() function
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_sanity.c | 490 prop->Property.PropertyName == TGSI_PROPERTY_GS_INPUT_PRIM) { in iter_property() 494 prop->Property.PropertyName == TGSI_PROPERTY_TCS_VERTICES_OUT) in iter_property()
|
H A D | tgsi_build.c | 1296 property.PropertyName = TGSI_PROPERTY_GS_INPUT_PRIM; in tgsi_default_property() 1309 property.PropertyName = property_name; in tgsi_build_property() 1373 full_prop->Property.PropertyName, in tgsi_build_full_property()
|
H A D | tgsi_dump.c | 471 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property() 477 switch (prop->Property.PropertyName) { in iter_property()
|
H A D | tgsi_point_sprite.c | 504 switch (prop->Property.PropertyName) { in psprite_property()
|
H A D | tgsi_scan.c | 835 unsigned name = fullprop->Property.PropertyName; in scan_property()
|
H A D | tgsi_text.c | 1833 prop.Property.PropertyName = property_name; in parse_property()
|
H A D | tgsi_ureg.c | 1817 out[0].prop.PropertyName = name; in emit_property()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 848 assert(token->FullProperty.Property.PropertyName == in i915_translate_token() 850 token->FullProperty.Property.PropertyName == in i915_translate_token() 852 token->FullProperty.Property.PropertyName == in i915_translate_token() 854 token->FullProperty.Property.PropertyName == in i915_translate_token()
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
H A D | makefile | 92 $O\PropertyName.obj \
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_tgsi.c | 148 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property() 192 prop.Property.PropertyName = TGSI_PROPERTY_SEPARABLE_PROGRAM; in virgl_tgsi_transform_prolog()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 313 unsigned PropertyName : 8; /**< one of TGSI_PROPERTY */ member
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 1046 $O/PropertyName.o: ../../UI/FileManager/PropertyName.cpp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 944 StringRef PropertyName = Property->getName(); in constructTypeDIE() local 945 addString(ElemDie, dwarf::DW_AT_APPLE_property_name, PropertyName); in constructTypeDIE()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 1171 switch (prop->Property.PropertyName) { in scanProperty() 1243 INFO("unhandled TGSI property %d\n", prop->Property.PropertyName); in scanProperty()
|