Searched refs:set_end (Results 1 - 15 of 15) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Drange.h17 void set_end(UInt32 end) { function in class:marisa::Range
51 void set_end(UInt32 end) { function in class:marisa::WRange
52 range_.set_end(end);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Drange.h17 void set_end(UInt32 end) { function in class:marisa_alpha::Range
51 void set_end(UInt32 end) { function in class:marisa_alpha::WRange
52 range_.set_end(end);
/external/marisa-trie/tests/
H A Dunit-test.cc291 range.set_end(2);
321 wrange.set_end(6);
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc295 range.set_end(2);
325 wrange.set_end(6);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
341 pos = set_end = hdr.payload + hdr.length;
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
341 pos = set_end = hdr.payload + hdr.length;
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.c296 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local
341 pos = set_end = hdr.payload + hdr.length;
343 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc578 message->mutable_extension_range(i)->set_end(max_extension_number);
1203 range->set_end(end);
/external/v8/src/compiler/
H A Dregister-allocator.h183 void set_end(LifetimePosition end) { end_ = end; }
H A Dregister-allocator.cc1143 first_interval_->set_end(Max(end, first_interval_->end()));
/external/pcre/dist/
H A Dpcre_compile.c3133 const pcre_uint8 *set1, *set2, *set_end; local
3336 set_end = set1 + 32;
3343 while (set1 < set_end);
3351 while (set1 < set_end);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h522 inline void set_end(::google::protobuf::int32 value);
3444 inline void DescriptorProto_ExtensionRange::set_end(::google::protobuf::int32 value) { function in class:google::protobuf::DescriptorProto_ExtensionRange
H A Ddescriptor_unittest.cc138 result->set_end(end);
H A Ddescriptor.cc1620 range->set_end(extension_range(i)->end);
H A Ddescriptor.pb.cc1921 set_end(from.end());

Completed in 694 milliseconds