Home
last modified time | relevance | path

Searched defs:trait (Results 1 – 13 of 13) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.hash/
Dchar_type.hash.fail.cpp22 struct trait // copied from <__string> struct
24 typedef _CharT char_type;
25 typedef int int_type;
26 typedef std::streamoff off_type;
27 typedef std::streampos pos_type;
28 typedef std::mbstate_t state_type;
30 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
33 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
34 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
58 typedef std::basic_string_view<CharT, trait<CharT> > strv_t; in test() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string.hash/
Dchar_type_hash.fail.cpp22 struct trait // copied from <__string> struct
24 typedef _CharT char_type;
25 typedef int int_type;
26 typedef std::streamoff off_type;
27 typedef std::streampos pos_type;
28 typedef std::mbstate_t state_type;
30 static inline void assign(char_type& __c1, const char_type& __c2) { in assign()
33 static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2; } in eq()
34 static inline bool lt(char_type __c1, char_type __c2) { return __c1 < __c2; } in lt()
58 typedef std::basic_string<CharT, trait<CharT> > str_t; in test() argument
/external/dynamic_depth/internal/dynamic_depth/
Dcamera.cc23 string TraitToString(CameraTrait trait) { in TraitToString()
53 CameraTrait trait = StringToTrait(trait_str); in ParseFields() local
/external/dynamic_depth/includes/dynamic_depth/
Dcamera.h39 CameraTrait trait; member
/external/cronet/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto68 trait = 60; enumerator
Dtest_reserved_message_lower.proto67 message trait {} message
Dtest_reserved_enum_lower.proto67 enum trait { ZERO61 = 0; } enum
/external/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto69 trait = 60; enumerator
Dtest_reserved_message_lower.proto68 message trait {} message
Dtest_reserved_enum_lower.proto68 enum trait { ZERO61 = 0; } enum
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dconverter_gen.cc522 for (auto &trait : op.getTraits()) { in RuntimeVerifierWriterMain() local
/external/rust/crates/syn/src/
Ditem.rs2099 trait_token: Token![trait], in parse_rest_of_trait()
2154 ) -> Result<(Vec<Attribute>, Visibility, Token![trait], Ident, Generics)> { in parse_start_of_trait_alias()
2167 trait_token: Token![trait], in parse_rest_of_trait_alias()
/external/ImageMagick/MagickCore/
Dpixel.c4337 trait; in InitializePixelChannelMap() local