Home
last modified time | relevance | path

Searched defs:is_string (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/convert/detail/
Dis_string.hpp14 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/
Dstring_traits.hpp48 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/
Dfunction_rebase_path_unittest.cc25 bool is_string = result.type() == Value::STRING; in RebaseOne() local
/third_party/boost/libs/yap/doc/
Duser_macros_snippets.cpp222 struct is_string : std::false_type {}; struct
225 struct is_string<std::string> : std::true_type {}; struct
/third_party/gn/src/base/
Dvalues.h150 bool is_string() const { return type() == Type::STRING; } in is_string() function
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.cpp93 bool is_string = format[spec_pos] == 's'; in print_formatted() local
/third_party/cef/tools/yapf/yapf/yapflib/
Dformat_token.py260 def is_string(self): member in FormatToken
/third_party/openssl/crypto/x509v3/
Dv3_alt.c435 char is_string = 0; in a2i_GENERAL_NAME() local
/third_party/boost/boost/spirit/home/qi/detail/
Dassign_to.hpp324 typedef typename traits::is_string<T>::type is_string; in call() typedef
/third_party/flatbuffers/src/
Didl_gen_ts.cpp816 const auto is_string = IsString(field.value.type); in GenObjApi() local
1094 const auto is_string = IsString(field.value.type); in GenStruct() local
Didl_gen_cpp.cpp1937 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/
Dstring.hpp3018 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/
Dutree_traits.hpp103 struct is_string<spirit::basic_string<Base, I> > struct
/third_party/json/include/nlohmann/
Djson.hpp2607 constexpr bool is_string() const noexcept in is_string() function in nlohmann::basic_json
/third_party/glib/glib/tests/
Dgvariant.c1874 #define is_string 1 in test_strings() macro
/third_party/json/single_include/nlohmann/
Djson.hpp19095 constexpr bool is_string() const noexcept in is_string() function in nlohmann::basic_json