Lines Matching defs:STRING

1266   alias TO_BSTRING is TO_STRING [UNRESOLVED_ufixed return STRING];  alias
1267 alias TO_BINARY_STRING is TO_STRING [UNRESOLVED_ufixed return STRING]; alias
1270 alias TO_OCTAL_STRING is TO_OSTRING [UNRESOLVED_ufixed return STRING]; alias
1273 alias TO_HEX_STRING is TO_HSTRING [UNRESOLVED_ufixed return STRING]; alias
1276 alias TO_BSTRING is TO_STRING [UNRESOLVED_sfixed return STRING]; alias
1277 alias TO_BINARY_STRING is TO_STRING [UNRESOLVED_sfixed return STRING]; alias
1280 alias TO_OCTAL_STRING is TO_OSTRING [UNRESOLVED_sfixed return STRING]; alias
1283 alias TO_HEX_STRING is TO_HSTRING [UNRESOLVED_sfixed return STRING]; alias
1298 alias from_bstring is from_string [STRING, INTEGER, INTEGER alias
1300 alias from_binary_string is from_string [STRING, INTEGER, INTEGER alias
1312 alias from_octal_string is from_ostring [STRING, INTEGER, INTEGER alias
1320 alias from_hex_string is from_hstring [STRING, INTEGER, INTEGER alias
1328 alias from_bstring is from_string [STRING, INTEGER, INTEGER alias
1330 alias from_binary_string is from_string [STRING, INTEGER, INTEGER alias
1338 alias from_octal_string is from_ostring [STRING, INTEGER, INTEGER alias
1346 alias from_hex_string is from_hstring [STRING, INTEGER, INTEGER alias
1354 alias from_bstring is from_string [STRING, UNRESOLVED_ufixed alias
1356 alias from_binary_string is from_string [STRING, UNRESOLVED_ufixed alias
1363 alias from_octal_string is from_ostring [STRING, UNRESOLVED_ufixed alias
1370 alias from_hex_string is from_hstring [STRING, UNRESOLVED_ufixed alias
1377 alias from_bstring is from_string [STRING, UNRESOLVED_sfixed alias
1379 alias from_binary_string is from_string [STRING, UNRESOLVED_sfixed alias
1386 alias from_octal_string is from_ostring [STRING, UNRESOLVED_sfixed alias
1393 alias from_hex_string is from_hstring [STRING, UNRESOLVED_sfixed alias
1405 alias from_bstring is from_string [STRING return UNRESOLVED_ufixed]; alias
1406 alias from_binary_string is from_string [STRING return UNRESOLVED_ufixed]; alias
1416 alias from_octal_string is from_ostring [STRING return UNRESOLVED_ufixed]; alias
1421 alias from_hex_string is from_hstring [STRING return UNRESOLVED_ufixed]; alias
1426 alias from_bstring is from_string [STRING return UNRESOLVED_sfixed]; alias
1427 alias from_binary_string is from_string [STRING return UNRESOLVED_sfixed]; alias
1432 alias from_octal_string is from_ostring [STRING return UNRESOLVED_sfixed]; alias
1437 alias from_hex_string is from_hstring [STRING return UNRESOLVED_sfixed]; alias