Searched refs:is_string (Results 1 – 11 of 11) sorted by relevance
/external/dtc/ |
D | fdtget.c | 73 int is_string; in show_data() local 80 is_string = (disp->type) == 's' || in show_data() 82 if (is_string) { in show_data()
|
/external/syslinux/com32/lib/ |
D | vsnprintf.c | 382 goto is_string; in vsnprintf() 387 goto is_string; in vsnprintf() 389 is_string: in vsnprintf()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 446 char is_string = 0; in a2i_GENERAL_NAME() local 468 is_string = 1; in a2i_GENERAL_NAME() 513 if (is_string) { in a2i_GENERAL_NAME()
|
/external/v8/src/ |
D | type-info.cc | 397 FeedbackSlot slot, SmallMapList* receiver_types, bool* is_string, in KeyedPropertyReceiverTypes() argument 401 *is_string = false; in KeyedPropertyReceiverTypes() 406 *is_string = HasOnlyStringMaps(receiver_types); in KeyedPropertyReceiverTypes()
|
D | type-info.h | 48 SmallMapList* receiver_types, bool* is_string,
|
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 889 is_string = isinstance(value, str) 890 if option in neg_opt and is_string: 892 elif option in bool_opts and is_string:
|
/external/v8/src/crankshaft/ |
D | typing.cc | 499 bool is_string; in VisitProperty() local 502 &is_string, &key_type); in VisitProperty() 503 expr->set_is_string_access(is_string); in VisitProperty()
|
/external/flatbuffers/src/ |
D | idl_gen_cpp.cpp | 1163 const bool is_string = (field.value.type.base_type == BASE_TYPE_STRING); in GenTable() local 1166 if (is_string) { in GenTable() 1173 if (is_string) { in GenTable() 1249 const bool is_string = field.value.type.base_type == BASE_TYPE_STRING; in GenBuilders() local 1251 if (is_string || is_vector) { in GenBuilders()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 224 Message* message, const FieldDescriptor* field, bool is_string) const { in MutableRawRepeatedString()
|
D | message.h | 944 Message* message, const FieldDescriptor* field, bool is_string) const;
|
/external/dnsmasq/src/ |
D | option.c | 674 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local 744 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt() 794 is_string = is_dec = is_hex = 0; in parse_dhcp_opt() 876 else if (is_string) in parse_dhcp_opt()
|