Home
last modified time | relevance | path

Searched defs:traits (Results 1 – 15 of 15) 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/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/gn/src/base/strings/
Dstring_number_conversions.cc134 typedef IteratorRangeToNumberTraits traits; typedef in base::__anon0f8335ec0111::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/json/include/nlohmann/detail/meta/
Dtype_traits.hpp244 using traits = iterator_traits<T>; typedef
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3545 using traits = iterator_traits<T>; typedef
/third_party/json/single_include/nlohmann/
Djson.hpp3640 using traits = iterator_traits<T>; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp56817 typedef nsTArrayElementTraits<ElemType> traits; typedef