Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dutil.py20 def is_string(value): function
/external/libchrome/base/
Dvalues.h157 bool is_string() const { return type() == Type::STRING; } in is_string() function
/external/dtc/
Dfdtget.c73 int is_string; in show_data() local
/external/boringssl/src/crypto/x509v3/
Dv3_alt.c449 char is_string = 0; in a2i_GENERAL_NAME() local
/external/yapf/yapf/yapflib/
Dformat_token.py302 def is_string(self): member in FormatToken
/external/gflags/src/
Dgflags_completions.cc700 bool is_string = (info.type == "string"); in GetShortFlagLine() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp789 struct is_string : std::false_type { struct
793 struct is_string<T, struct
/external/flatbuffers/src/
Didl_gen_cpp.cpp1656 const bool is_string = (field.value.type.base_type == BASE_TYPE_STRING); in GenKeyFieldMethods() local
1966 const bool is_string = field.value.type.base_type == BASE_TYPE_STRING; in GenBuilders() local
/external/dnsmasq/src/
Doption.c657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local