/third_party/boost/boost/convert/detail/ |
D | is_string.hpp | 14 template<typename T, bool is_range_class> struct is_string : std::false_type {}; struct 16 template<typename T> struct is_string<T*, false> struct 18 static bool const value = cnv::is_char<T>::value; 20 template <typename T, std::size_t N> struct is_string<T [N], false> struct 22 static bool const value = cnv::is_char<T>::value; 24 template<typename T> struct is_string<T, /*is_range_class=*/true> struct 26 static bool const value = cnv::is_char<typename T::value_type>::value; 29 template<typename T> struct is_string : detail::is_string< struct
|
/third_party/boost/boost/spirit/home/support/ |
D | string_traits.hpp | 48 struct is_string : mpl::false_ {}; struct 51 struct is_string<T const> : is_string<T> {}; struct 54 struct is_string<char const*> : mpl::true_ {}; struct 57 struct is_string<wchar_t const*> : mpl::true_ {}; struct 60 struct is_string<char*> : mpl::true_ {}; struct 63 struct is_string<wchar_t*> : mpl::true_ {}; struct 66 struct is_string<char[N]> : mpl::true_ {}; struct 69 struct is_string<wchar_t[N]> : mpl::true_ {}; struct 72 struct is_string<char const[N]> : mpl::true_ {}; struct 75 struct is_string<wchar_t const[N]> : mpl::true_ {}; struct [all …]
|
/third_party/gn/src/gn/ |
D | function_rebase_path_unittest.cc | 25 bool is_string = result.type() == Value::STRING; in RebaseOne() local
|
/third_party/boost/libs/yap/doc/ |
D | user_macros_snippets.cpp | 222 struct is_string : std::false_type {}; struct 225 struct is_string<std::string> : std::true_type {}; struct
|
/third_party/gn/src/base/ |
D | values.h | 150 bool is_string() const { return type() == Type::STRING; } in is_string() function
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | printf.cpp | 93 bool is_string = format[spec_pos] == 's'; in print_formatted() local
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | format_token.py | 260 def is_string(self): member in FormatToken
|
/third_party/openssl/crypto/x509v3/ |
D | v3_alt.c | 435 char is_string = 0; in a2i_GENERAL_NAME() local
|
/third_party/boost/boost/spirit/home/qi/detail/ |
D | assign_to.hpp | 324 typedef typename traits::is_string<T>::type is_string; in call() typedef
|
/third_party/flatbuffers/src/ |
D | idl_gen_ts.cpp | 816 const auto is_string = IsString(field.value.type); in GenObjApi() local 1094 const auto is_string = IsString(field.value.type); in GenStruct() local
|
D | idl_gen_cpp.cpp | 1937 const bool is_string = (IsString(field.value.type)); in GenKeyFieldMethods() local 2424 const bool is_string = IsString(field.value.type); in GenBuilders() local
|
/third_party/boost/boost/container/ |
D | string.hpp | 3018 struct is_string struct 3020 static const bool value = false; 3024 struct is_string< basic_string<C, T, A> > struct 3026 static const bool value = true;
|
/third_party/boost/boost/spirit/home/support/utree/ |
D | utree_traits.hpp | 103 struct is_string<spirit::basic_string<Base, I> > struct
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 2607 constexpr bool is_string() const noexcept in is_string() function in nlohmann::basic_json
|
/third_party/glib/glib/tests/ |
D | gvariant.c | 1874 #define is_string 1 in test_strings() macro
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 19095 constexpr bool is_string() const noexcept in is_string() function in nlohmann::basic_json
|