Searched refs:is_string (Results 1 – 10 of 10) 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 | 436 char is_string = 0; in a2i_GENERAL_NAME() local 458 is_string = 1; in a2i_GENERAL_NAME() 503 if (is_string) { in a2i_GENERAL_NAME()
|
/external/v8/src/ |
D | type-info.cc | 411 FeedbackVectorSlot slot, SmallMapList* receiver_types, bool* is_string, in KeyedPropertyReceiverTypes() argument 415 *is_string = false; in KeyedPropertyReceiverTypes() 420 *is_string = HasOnlyStringMaps(receiver_types); in KeyedPropertyReceiverTypes()
|
D | type-info.h | 48 SmallMapList* receiver_types, bool* 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 | 675 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local 745 is_addr = is_hex = is_dec = is_string = 1; in parse_dhcp_opt() 795 is_string = is_dec = is_hex = 0; in parse_dhcp_opt() 877 else if (is_string) in parse_dhcp_opt()
|