Searched refs:is_bytes (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/regex/src/ |
H A D | prog.rs | 43 pub is_bytes: bool, 45 /// implies `is_bytes` and also inserts a preceding `.*?` for unanchored 89 is_bytes: false, in new() 135 self.is_bytes || self.is_dfa in uses_bytes()
|
H A D | compile.rs | 92 self.compiled.is_bytes = yes; in bytes()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | encode_decode.c | 607 bool is_bytes = upb_fielddef_type(f) == UPB_TYPE_BYTES; in add_handlers_for_repeated_field() local 608 upb_handlers_setstartstr(h, f, is_bytes ? in add_handlers_for_repeated_field() 734 bool is_bytes = upb_fielddef_type(f) == UPB_TYPE_BYTES; in add_handlers_for_singular_field() local 738 is_bytes ? bytes_handler : str_handler, in add_handlers_for_singular_field() 863 bool is_bytes = upb_fielddef_type(f) == UPB_TYPE_BYTES; in add_handlers_for_oneof_field() local 864 upb_handlers_setstartstr(h, f, is_bytes ? in add_handlers_for_oneof_field()
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 1142 int is_index, is_buffer, is_bytes, is_unicode; in path_converter() local 1181 is_bytes = PyBytes_Check(o); in path_converter() 1184 if (!is_index && !is_buffer && !is_unicode && !is_bytes) { in path_converter() 1201 is_bytes = 1; in path_converter() 1252 else if (is_bytes) { in path_converter()
|
Completed in 21 milliseconds