/third_party/vk-gl-cts/framework/opengl/ |
D | gluObjectWrapper.cpp | 36 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits) in ObjectWrapper() 58 ObjectWrapper::ObjectWrapper (const glw::Functions& gl, const ObjectTraits& traits, deUint32 object) in ObjectWrapper() 88 ObjectVector::ObjectVector (const glw::Functions& gl, const ObjectTraits& traits, size_t numObjects) in ObjectVector()
|
/third_party/flutter/engine/flutter/fml/ |
D | message.h | 25 #define FML_SERIALIZE_TRAITS(message, value, traits) \ argument 35 #define FML_DESERIALIZE_TRAITS(message, value, traits) \ argument
|
D | unique_object.h | 50 UniqueObject(const T& value, const Traits& traits) : data_(value, traits) {} in UniqueObject()
|
/third_party/rust/crates/syn/codegen/src/ |
D | gen.rs | 27 let mut traits = TokenStream::new(); in traverse() localVariable
|
/third_party/rust/crates/nom/src/ |
D | lib.rs | 451 mod traits; module
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | optional.h | 317 static constexpr copy_traits traits = member 326 static constexpr copy_traits traits = member
|
/third_party/rust/crates/cxx/macro/src/ |
D | derive.rs | 9 let mut traits = Vec::new(); in expand_struct() localVariable 40 let mut traits = Vec::new(); in expand_enum() localVariable
|
/third_party/rust/crates/io-lifetimes/src/ |
D | lib.rs | 37 mod traits; module
|
/third_party/gn/src/base/ |
D | scoped_generic.h | 79 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric()
|
/third_party/skia/third_party/externals/tint/src/ |
D | traits_test.cc | 20 namespace traits { namespace
|
/third_party/json/include/nlohmann/detail/meta/ |
D | type_traits.hpp | 209 using traits = iterator_traits<T>; typedef
|
/third_party/gn/src/base/strings/ |
D | string_number_conversions.cc | 134 typedef IteratorRangeToNumberTraits traits; typedef in base::__anon27366c2a0111::IteratorRangeToNumber
|
/third_party/skia/src/ports/ |
D | SkTypeface_mac_ct.cpp | 242 CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(font.get()); in Make() local 414 SkUniqueCFRef<CFTypeRef> traits(CTFontDescriptorCopyAttribute(desc, kCTFontTraitsAttribute)); in SkCTFontDescriptorGetSkFontStyle() local
|
D | SkFontMgr_mac_ct.cpp | 179 const CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(ctFont.get()); in create_from_desc_and_style() local
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 675 SkUniqueCFRef<CFTypeRef> traits(CTFontDescriptorCopyAttribute(desc, kCTFontTraitsAttribute)); in fontstyle_from_descriptor() local 781 CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(font.get()); in create_from_CTFontRef() local 868 const CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(ctFont.get()); in create_from_desc_and_style() local
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 3618 using traits = iterator_traits<T>; typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 56817 typedef nsTArrayElementTraits<ElemType> traits; typedef
|