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/ |
| D | char_type.hash.fail.cpp | 22 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/ |
| D | char_type_hash.fail.cpp | 22 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/ |
| D | camera.cc | 23 string TraitToString(CameraTrait trait) { in TraitToString() 53 CameraTrait trait = StringToTrait(trait_str); in ParseFields() local
|
| /external/dynamic_depth/includes/dynamic_depth/ |
| D | camera.h | 39 CameraTrait trait; member
|
| /external/cronet/third_party/protobuf/php/tests/proto/ |
| D | test_reserved_enum_value_lower.proto | 68 trait = 60; enumerator
|
| D | test_reserved_message_lower.proto | 67 message trait {} message
|
| D | test_reserved_enum_lower.proto | 67 enum trait { ZERO61 = 0; } enum
|
| /external/protobuf/php/tests/proto/ |
| D | test_reserved_enum_value_lower.proto | 69 trait = 60; enumerator
|
| D | test_reserved_message_lower.proto | 68 message trait {} message
|
| D | test_reserved_enum_lower.proto | 68 enum trait { ZERO61 = 0; } enum
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/ |
| D | converter_gen.cc | 522 for (auto &trait : op.getTraits()) { in RuntimeVerifierWriterMain() local
|
| /external/rust/crates/syn/src/ |
| D | item.rs | 2099 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/ |
| D | pixel.c | 4337 trait; in InitializePixelChannelMap() local
|