Home
last modified time | relevance | path

Searched defs:traits (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluObjectWrapper.cpp36 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/
Dmessage.h25 #define FML_SERIALIZE_TRAITS(message, value, traits) \ argument
35 #define FML_DESERIALIZE_TRAITS(message, value, traits) \ argument
Dunique_object.h50 UniqueObject(const T& value, const Traits& traits) : data_(value, traits) {} in UniqueObject()
/third_party/rust/crates/syn/codegen/src/
Dgen.rs27 let mut traits = TokenStream::new(); in traverse() localVariable
/third_party/rust/crates/nom/src/
Dlib.rs451 mod traits; module
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Doptional.h317 static constexpr copy_traits traits = member
326 static constexpr copy_traits traits = member
/third_party/rust/crates/cxx/macro/src/
Dderive.rs9 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/
Dlib.rs37 mod traits; module
/third_party/gn/src/base/
Dscoped_generic.h79 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric()
/third_party/skia/third_party/externals/tint/src/
Dtraits_test.cc20 namespace traits { namespace
/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp209 using traits = iterator_traits<T>; typedef
/third_party/gn/src/base/strings/
Dstring_number_conversions.cc134 typedef IteratorRangeToNumberTraits traits; typedef in base::__anon27366c2a0111::IteratorRangeToNumber
/third_party/skia/src/ports/
DSkTypeface_mac_ct.cpp242 CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(font.get()); in Make() local
414 SkUniqueCFRef<CFTypeRef> traits(CTFontDescriptorCopyAttribute(desc, kCTFontTraitsAttribute)); in SkCTFontDescriptorGetSkFontStyle() local
DSkFontMgr_mac_ct.cpp179 const CTFontSymbolicTraits traits = CTFontGetSymbolicTraits(ctFont.get()); in create_from_desc_and_style() local
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp675 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/
Djson.hpp3618 using traits = iterator_traits<T>; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp56817 typedef nsTArrayElementTraits<ElemType> traits; typedef