Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: logdog/api/logpb/log.pb.go

Issue 2422393002: Fix sparse index handling, add index params. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: github.com/luci/luci-go/logdog/api/logpb/log.proto 2 // source: github.com/luci/luci-go/logdog/api/logpb/log.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 package logpb 5 package logpb
6 6
7 import proto "github.com/golang/protobuf/proto" 7 import proto "github.com/golang/protobuf/proto"
8 import fmt "fmt" 8 import fmt "fmt"
9 import math "math" 9 import math "math"
10 import google_protobuf "github.com/luci/luci-go/common/proto/google" 10 import google_protobuf "github.com/luci/luci-go/common/proto/google"
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 // 405 //
406 // A series of ascending-ordered Entry messages representing snapshots o f an 406 // A series of ascending-ordered Entry messages representing snapshots o f an
407 // archived log stream. 407 // archived log stream.
408 // 408 //
409 // Within this set of Entry messages, the "offset", "prefix_index", 409 // Within this set of Entry messages, the "offset", "prefix_index",
410 // "stream_index", and "time_offset" fields will be ascending. 410 // "stream_index", and "time_offset" fields will be ascending.
411 // 411 //
412 // The frequency of Entry messages is not defined; it is up to the Archi vist 412 // The frequency of Entry messages is not defined; it is up to the Archi vist
413 // process to choose a frequency. 413 // process to choose a frequency.
414 Entries []*LogIndex_Entry `protobuf:"bytes,2,rep,name=entries" json:"ent ries,omitempty"` 414 Entries []*LogIndex_Entry `protobuf:"bytes,2,rep,name=entries" json:"ent ries,omitempty"`
415 // *
416 // The last prefix index in the log stream.
417 //
418 // This is optional. If zero, there is either no information about the l ast
419 // prefix index, or there are zero entries in the prefix.
420 LastPrefixIndex uint64 `protobuf:"varint,3,opt,name=last_prefix_index,js on=lastPrefixIndex" json:"last_prefix_index,omitempty"`
421 // *
422 // The last stream index in the log stream.
423 //
424 // This is optional. If zero, there is either no information about the l ast
425 // stream index, or there are zero entries in the stream.
426 LastStreamIndex uint64 `protobuf:"varint,4,opt,name=last_stream_index,js on=lastStreamIndex" json:"last_stream_index,omitempty"`
427 // *
428 // The number of log entries in the stream.
429 //
430 // This is optional. If zero, there is either no information about the n umber
431 // of log entries, or there are zero entries in the stream.
432 LogEntryCount uint64 `protobuf:"varint,5,opt,name=log_entry_count,json=l ogEntryCount" json:"log_entry_count,omitempty"`
415 } 433 }
416 434
417 func (m *LogIndex) Reset() { *m = LogIndex{} } 435 func (m *LogIndex) Reset() { *m = LogIndex{} }
418 func (m *LogIndex) String() string { return proto.CompactTextString(m ) } 436 func (m *LogIndex) String() string { return proto.CompactTextString(m ) }
419 func (*LogIndex) ProtoMessage() {} 437 func (*LogIndex) ProtoMessage() {}
420 func (*LogIndex) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} } 438 func (*LogIndex) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{5} }
421 439
422 func (m *LogIndex) GetDesc() *LogStreamDescriptor { 440 func (m *LogIndex) GetDesc() *LogStreamDescriptor {
423 if m != nil { 441 if m != nil {
424 return m.Desc 442 return m.Desc
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 proto.RegisterType((*Datagram_Partial)(nil), "logpb.Datagram.Partial") 512 proto.RegisterType((*Datagram_Partial)(nil), "logpb.Datagram.Partial")
495 proto.RegisterType((*LogEntry)(nil), "logpb.LogEntry") 513 proto.RegisterType((*LogEntry)(nil), "logpb.LogEntry")
496 proto.RegisterType((*LogIndex)(nil), "logpb.LogIndex") 514 proto.RegisterType((*LogIndex)(nil), "logpb.LogIndex")
497 proto.RegisterType((*LogIndex_Entry)(nil), "logpb.LogIndex.Entry") 515 proto.RegisterType((*LogIndex_Entry)(nil), "logpb.LogIndex.Entry")
498 proto.RegisterEnum("logpb.StreamType", StreamType_name, StreamType_value ) 516 proto.RegisterEnum("logpb.StreamType", StreamType_name, StreamType_value )
499 } 517 }
500 518
501 func init() { proto.RegisterFile("github.com/luci/luci-go/logdog/api/logpb/log.p roto", fileDescriptor1) } 519 func init() { proto.RegisterFile("github.com/luci/luci-go/logdog/api/logpb/log.p roto", fileDescriptor1) }
502 520
503 var fileDescriptor1 = []byte{ 521 var fileDescriptor1 = []byte{
504 » // 718 bytes of a gzipped FileDescriptorProto 522 » // 772 bytes of a gzipped FileDescriptorProto
505 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x54, 0xdb, 0x6e, 0xd3, 0x4c, 523 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x54, 0xdd, 0x6e, 0xd3, 0x4a,
506 » 0x10, 0xae, 0x13, 0xe7, 0x34, 0x4e, 0xff, 0xe6, 0x5f, 0x4e, 0xc6, 0x42, 0x50, 0x22, 0x04, 0x08, 524 » 0x10, 0xae, 0x13, 0xe7, 0x6f, 0x9c, 0x9c, 0xa6, 0x7b, 0xfe, 0x7c, 0xac, 0xa3, 0x73, 0x7a, 0xa2,
507 » 0xa9, 0x0e, 0x04, 0x24, 0xaa, 0xde, 0xa5, 0x6a, 0x29, 0x95, 0xca, 0x41, 0x4b, 0x2e, 0xe0, 0x2a, 525 » 0x23, 0x40, 0x95, 0xea, 0x40, 0x40, 0xa2, 0xea, 0x5d, 0x4a, 0x4b, 0xa9, 0x54, 0xa0, 0xda, 0xe6,
508 » 0x72, 0x92, 0x8d, 0x59, 0x70, 0x6c, 0x63, 0x6f, 0x50, 0xc3, 0xa3, 0xf0, 0x0a, 0x48, 0xbc, 0x01, 526 » 0x02, 0xae, 0x2c, 0x27, 0xd9, 0x98, 0x05, 0xc7, 0x36, 0xf6, 0x06, 0x35, 0x3c, 0x0a, 0xaf, 0x80,
509 » 0x8f, 0xc4, 0x3b, 0xb0, 0x9e, 0xd9, 0x1c, 0x68, 0xa9, 0x10, 0x37, 0xd6, 0xec, 0xcc, 0xf7, 0xcd, 527 » 0xc4, 0x1b, 0xf0, 0x48, 0xbc, 0x03, 0xbb, 0xb3, 0x9b, 0x9f, 0xfe, 0x21, 0x71, 0x63, 0xcd, 0xce,
510 » 0xce, 0xe1, 0x5b, 0x43, 0x37, 0x94, 0xea, 0xfd, 0x6c, 0xe8, 0x8f, 0x92, 0x69, 0x27, 0x9a, 0x8d, 528 » 0x7c, 0x33, 0x3b, 0xf3, 0xcd, 0xb7, 0x86, 0x5e, 0xc4, 0xc5, 0x9b, 0xd9, 0xd0, 0x1f, 0xa5, 0xd3,
511 » 0x24, 0x7e, 0x76, 0xc2, 0xa4, 0x13, 0x25, 0xe1, 0x38, 0x09, 0x3b, 0x41, 0x2a, 0x0b, 0x33, 0x1d, 529 » 0x6e, 0x3c, 0x1b, 0x71, 0xfc, 0xec, 0x46, 0x69, 0x37, 0x4e, 0xa3, 0x71, 0x1a, 0x75, 0xc3, 0x8c,
512 » 0x16, 0x5f, 0x3f, 0xcd, 0x12, 0x95, 0xb0, 0x0a, 0x3a, 0xbc, 0x5b, 0x61, 0x92, 0x84, 0x91, 0xe8, 530 » 0x2b, 0x33, 0x1b, 0xaa, 0xaf, 0x9f, 0xe5, 0xa9, 0x48, 0x49, 0x05, 0x1d, 0xde, 0xbf, 0x51, 0x9a,
513 » 0xa0, 0x73, 0x38, 0x9b, 0x74, 0x94, 0x9c, 0x8a, 0x5c, 0x05, 0xd3, 0x94, 0x70, 0xde, 0xcd, 0xb3, 531 » 0x46, 0x31, 0xeb, 0xa2, 0x73, 0x38, 0x9b, 0x74, 0x05, 0x9f, 0xb2, 0x42, 0x84, 0xd3, 0x4c, 0xe3,
514 » 0x80, 0xf1, 0x2c, 0x0b, 0x94, 0x4c, 0x62, 0x8a, 0xb7, 0x7f, 0x96, 0xe0, 0xd2, 0x49, 0x12, 0xbe, 532 » 0xbc, 0x7f, 0xae, 0x02, 0xc6, 0xb3, 0x3c, 0x14, 0x3c, 0x4d, 0x74, 0xbc, 0xf3, 0xad, 0x04, 0xbf,
515 » 0x51, 0x99, 0x08, 0xa6, 0x07, 0x22, 0x1f, 0x65, 0x32, 0x55, 0x49, 0xc6, 0xae, 0x42, 0x35, 0xcd, 533 » 0x9e, 0xa6, 0xd1, 0xb9, 0xc8, 0x59, 0x38, 0x3d, 0x64, 0xc5, 0x28, 0xe7, 0x99, 0x48, 0x73, 0xf2,
516 » 0xc4, 0x44, 0x9e, 0xba, 0xd6, 0xb6, 0x75, 0xbf, 0xc1, 0xcd, 0x89, 0x31, 0xb0, 0xe3, 0x60, 0x2a, 534 » 0x07, 0x54, 0xb3, 0x9c, 0x4d, 0xf8, 0x85, 0x6b, 0x6d, 0x5b, 0xf7, 0x1a, 0xd4, 0x9c, 0x08, 0x01,
517 » 0xdc, 0x12, 0x7a, 0xd1, 0x66, 0x5d, 0x70, 0x72, 0xe4, 0x0f, 0xd4, 0x3c, 0x15, 0x6e, 0x59, 0x87, 535 » 0x3b, 0x09, 0xa7, 0xcc, 0x2d, 0xa1, 0x17, 0x6d, 0xd2, 0x03, 0xa7, 0xc0, 0xfc, 0x40, 0xcc, 0x33,
518 » 0xfe, 0xeb, 0xfe, 0xef, 0x63, 0x85, 0x3e, 0x65, 0xee, 0xeb, 0x00, 0x87, 0x7c, 0x69, 0xb3, 0xdb, 536 » 0xe6, 0x96, 0x65, 0xe8, 0x97, 0xde, 0x96, 0x8f, 0x1d, 0xfa, 0xba, 0xf2, 0x40, 0x06, 0x28, 0x14,
519 » 0xd0, 0x1c, 0x25, 0xb1, 0x12, 0xb1, 0x22, 0x92, 0x8d, 0xf9, 0x1c, 0xe3, 0x43, 0xc8, 0x2e, 0x34, 537 » 0x4b, 0x9b, 0xfc, 0x07, 0xcd, 0x51, 0x9a, 0x08, 0x96, 0x08, 0x9d, 0x64, 0x63, 0x3d, 0xc7, 0xf8,
520 » 0x96, 0xdd, 0xb8, 0x15, 0x1d, 0x77, 0xba, 0x9e, 0x4f, 0xed, 0xf8, 0x8b, 0x76, 0xfc, 0xfe, 0x02, 538 » 0x10, 0xb2, 0x07, 0x8d, 0xe5, 0x34, 0x6e, 0x45, 0xc6, 0x9d, 0x9e, 0xe7, 0xeb, 0x71, 0xfc, 0xc5,
521 » 0xc1, 0x57, 0x60, 0xcd, 0xb4, 0x55, 0x10, 0xe6, 0x6e, 0x75, 0xbb, 0xac, 0x49, 0x77, 0x4c, 0x25, 539 » 0x38, 0xfe, 0x60, 0x81, 0xa0, 0x2b, 0xb0, 0xcc, 0xb4, 0x45, 0x18, 0x15, 0x6e, 0x75, 0xbb, 0x2c,
522 » 0x7f, 0x68, 0xd3, 0xef, 0x6b, 0xd8, 0x61, 0xac, 0xb2, 0x39, 0x47, 0x06, 0xbb, 0x0b, 0x5b, 0x43, 540 » 0x93, 0xfe, 0x37, 0x9d, 0xdc, 0x30, 0xa6, 0x3f, 0x90, 0xb0, 0xa3, 0x44, 0xe4, 0x73, 0x8a, 0x19,
523 » 0x19, 0x07, 0xd9, 0x7c, 0x30, 0x91, 0x91, 0x18, 0x88, 0x53, 0xe5, 0xd6, 0xb0, 0xb2, 0x4d, 0x72, 541 » 0xe4, 0x0e, 0x6c, 0x0e, 0x79, 0x12, 0xe6, 0xf3, 0x60, 0xc2, 0x63, 0x16, 0xb0, 0x0b, 0xe1, 0xd6,
524 » 0x3f, 0xd3, 0xde, 0xc3, 0x53, 0xe5, 0x3d, 0x85, 0xc6, 0x92, 0xca, 0x5a, 0x50, 0xfe, 0x28, 0xe6, 542 » 0xb0, 0xb3, 0x96, 0x76, 0x3f, 0x95, 0xde, 0xa3, 0x0b, 0xe1, 0x3d, 0x86, 0xc6, 0x32, 0x95, 0xb4,
525 » 0x66, 0x50, 0x85, 0xc9, 0x2e, 0x43, 0xe5, 0x73, 0x10, 0xcd, 0x16, 0x63, 0xa2, 0xc3, 0x5e, 0x69, 543 » 0xa1, 0xfc, 0x8e, 0xcd, 0x0d, 0x51, 0xca, 0x24, 0xbf, 0x41, 0xe5, 0x43, 0x18, 0xcf, 0x16, 0x34,
526 » 0xd7, 0x6a, 0x7f, 0x00, 0xbb, 0xaf, 0xb3, 0xea, 0x8b, 0x2a, 0x91, 0x8c, 0x45, 0xae, 0x59, 0x45, 544 » 0xe9, 0xc3, 0x7e, 0x69, 0xcf, 0xea, 0xbc, 0x05, 0x7b, 0x20, 0xab, 0xca, 0x8b, 0x2a, 0x31, 0x4f,
527 » 0x8d, 0x2d, 0x53, 0x63, 0x11, 0xf3, 0x4f, 0x74, 0x80, 0x53, 0xd8, 0xdb, 0x03, 0xbb, 0x38, 0xae, 545 » 0x58, 0x21, 0xb3, 0x54, 0x8f, 0x6d, 0xd3, 0xa3, 0x8a, 0xf9, 0xa7, 0x32, 0x40, 0x75, 0xd8, 0xdb,
528 » 0x32, 0x5a, 0x6b, 0x19, 0xd9, 0x0d, 0x68, 0x8c, 0x45, 0x24, 0xa7, 0x52, 0x89, 0xcc, 0xdc, 0xb5, 546 » 0x07, 0x5b, 0x1d, 0x57, 0x15, 0xad, 0xb5, 0x8a, 0xe4, 0x6f, 0x68, 0x8c, 0x59, 0xcc, 0xa7, 0x5c,
529 » 0x72, 0xb4, 0x9f, 0x40, 0x75, 0x1f, 0xab, 0x2e, 0xb6, 0x99, 0x4c, 0x26, 0xb9, 0x50, 0x48, 0xb7, 547 » 0xb0, 0xdc, 0xdc, 0xb5, 0x72, 0x74, 0x1e, 0x41, 0xf5, 0x00, 0xbb, 0x56, 0xdb, 0x4c, 0x27, 0x93,
530 » 0xb9, 0x39, 0x15, 0xdb, 0x1c, 0x07, 0x2a, 0x40, 0x6a, 0x93, 0xa3, 0xdd, 0xfe, 0x6a, 0x41, 0xfd, 548 » 0x82, 0x09, 0x4c, 0xb7, 0xa9, 0x39, 0xa9, 0x6d, 0x8e, 0x43, 0x11, 0x62, 0x6a, 0x93, 0xa2, 0xdd,
531 » 0x40, 0x1b, 0x61, 0x16, 0x4c, 0x97, 0x00, 0x6b, 0x05, 0x60, 0x8f, 0xa0, 0x96, 0x06, 0x99, 0x92, 549 » 0xf9, 0x64, 0x41, 0xfd, 0x50, 0x1a, 0x51, 0x1e, 0x4e, 0x97, 0x00, 0x6b, 0x05, 0x20, 0x0f, 0xa0,
532 » 0x41, 0x84, 0x3c, 0xa7, 0x7b, 0xcd, 0x14, 0xbf, 0x60, 0xf9, 0xaf, 0x29, 0xcc, 0x17, 0x38, 0xef, 550 » 0x96, 0x85, 0xb9, 0xe0, 0x61, 0x8c, 0x79, 0x4e, 0xef, 0x4f, 0xd3, 0xfc, 0x22, 0xcb, 0x3f, 0xd3,
533 » 0x08, 0x6a, 0xc6, 0x57, 0x34, 0x22, 0xe3, 0xb1, 0x20, 0x5d, 0x6d, 0x72, 0x3a, 0x14, 0xf7, 0xe4, 551 » 0x61, 0xba, 0xc0, 0x79, 0xc7, 0x50, 0x33, 0x3e, 0x35, 0x08, 0x4f, 0xc6, 0x4c, 0xeb, 0xaa, 0x45,
534 » 0xf2, 0x0b, 0xcd, 0xcb, 0xe6, 0x68, 0x17, 0xbe, 0x28, 0xc8, 0x15, 0xea, 0xa9, 0xce, 0xd1, 0x6e, 552 » 0xf5, 0x41, 0xdd, 0x53, 0xf0, 0x8f, 0x9a, 0x2f, 0x9b, 0xa2, 0xad, 0x7c, 0x71, 0x58, 0x08, 0xd4,
535 » 0x7f, 0x2f, 0x41, 0x5d, 0xef, 0x91, 0xe6, 0xbe, 0x07, 0x4e, 0xb1, 0xf3, 0xc1, 0x5a, 0x6b, 0x4e, 553 » 0x53, 0x9d, 0xa2, 0xdd, 0xf9, 0x52, 0x82, 0xba, 0xdc, 0xa3, 0xe6, 0x7d, 0x1f, 0x1c, 0xb5, 0xf3,
536 » 0xf7, 0xfa, 0x39, 0x89, 0x1c, 0x18, 0xc5, 0x73, 0x28, 0xd0, 0xaf, 0xa8, 0x73, 0xad, 0x3f, 0x52, 554 » 0x60, 0x6d, 0x34, 0xa7, 0xf7, 0xd7, 0x35, 0x89, 0x1c, 0x1a, 0xc5, 0x53, 0x50, 0xe8, 0x97, 0x7a,
537 » 0xf4, 0x80, 0xaa, 0xa1, 0x8b, 0x1d, 0xf2, 0x1d, 0x63, 0x4d, 0x1a, 0x62, 0x64, 0x4d, 0x90, 0x32, 555 » 0x72, 0xa9, 0x3f, 0xad, 0xe8, 0x40, 0x77, 0xa3, 0x2f, 0x76, 0xb4, 0xef, 0x04, 0x7b, 0x92, 0x10,
538 » 0x41, 0xc8, 0x47, 0x10, 0x0f, 0xea, 0xb9, 0xf8, 0x34, 0x13, 0xf1, 0x88, 0x14, 0x6c, 0xf3, 0xe5, 556 » 0x23, 0x6b, 0x0d, 0x29, 0x6b, 0x88, 0xf6, 0x69, 0x88, 0x07, 0xf5, 0x82, 0xbd, 0x9f, 0xb1, 0x64,
539 » 0x59, 0xd3, 0x6d, 0x55, 0xe8, 0x07, 0xb0, 0x2c, 0x67, 0x6d, 0xc1, 0xcf, 0x37, 0x38, 0x86, 0xd8, 557 » 0xa4, 0x15, 0x6c, 0xd3, 0xe5, 0x59, 0xa6, 0xdb, 0x42, 0xe9, 0x07, 0xb0, 0x2d, 0x67, 0x6d, 0xc1,
540 » 0x3d, 0xa8, 0x92, 0xac, 0x5c, 0x07, 0x41, 0x9b, 0x06, 0x44, 0x5b, 0xd3, 0x30, 0x13, 0x66, 0x3b, 558 » 0xcf, 0x36, 0x28, 0x86, 0xc8, 0x5d, 0xa8, 0x6a, 0x59, 0xb9, 0x0e, 0x82, 0x5a, 0x06, 0xa4, 0xb7,
541 » 0x50, 0x1f, 0x9b, 0xe1, 0xba, 0x4d, 0x84, 0x6e, 0x9d, 0x99, 0xb9, 0x06, 0x2f, 0x21, 0xfb, 0x0d, 559 » 0x26, 0x61, 0x26, 0x4c, 0x76, 0xa1, 0x3e, 0x36, 0xe4, 0xba, 0x4d, 0x84, 0x6e, 0x5e, 0xe1, 0x5c,
542 » 0xa8, 0x99, 0x87, 0xd4, 0xfe, 0x46, 0x03, 0xa3, 0x72, 0x7d, 0xbd, 0x4d, 0xad, 0x7d, 0x33, 0x29, 560 » 0x82, 0x97, 0x90, 0x83, 0x06, 0xd4, 0xcc, 0x43, 0xea, 0x7c, 0x2e, 0x23, 0x61, 0xba, 0x5d, 0x5f,
543 » 0xef, 0xe2, 0x77, 0xc1, 0x11, 0xc7, 0x3a, 0x50, 0xd3, 0x39, 0x32, 0xa9, 0x65, 0x5a, 0x42, 0x99, 561 » 0x6e, 0x53, 0x6a, 0xdf, 0x30, 0xe5, 0xdd, 0xfe, 0x2e, 0x28, 0xe2, 0x48, 0x17, 0x6a, 0xb2, 0x46,
544 » 0x5e, 0x59, 0x51, 0x30, 0xa3, 0x4f, 0x6f, 0x67, 0x81, 0xf2, 0x7e, 0x58, 0x50, 0xa1, 0xdd, 0x5c, 562 » 0xce, 0xa5, 0x4c, 0x4b, 0x28, 0xd3, 0xdf, 0x57, 0x29, 0x58, 0xd1, 0xd7, 0x6f, 0x67, 0x81, 0x22,
545 » 0xa4, 0xb8, 0xf5, 0x89, 0x95, 0xce, 0x4d, 0xec, 0xf7, 0x9d, 0x94, 0xff, 0xbe, 0x13, 0xfb, 0xfc, 563 » 0x3b, 0xb0, 0xa5, 0xd6, 0x14, 0x5c, 0xa2, 0x56, 0xf3, 0xb6, 0xa9, 0x02, 0x67, 0x6b, 0xf4, 0x2e,
546 » 0x4e, 0xce, 0xa8, 0xa2, 0xf2, 0x0f, 0xaa, 0x78, 0xf0, 0x10, 0x60, 0xf5, 0xbf, 0x62, 0x75, 0xfd, 564 » 0xb0, 0x97, 0x38, 0xb6, 0x57, 0xd8, 0xf3, 0x35, 0x9e, 0xe5, 0xb3, 0x94, 0x17, 0x07, 0xea, 0x9a,
547 » 0x56, 0x0f, 0xdf, 0xf6, 0x5b, 0x1b, 0x0c, 0xf4, 0x4b, 0x3a, 0x7e, 0xd9, 0xe3, 0xef, 0x5a, 0x16, 565 » 0x79, 0x30, 0x4a, 0x67, 0x89, 0xc0, 0x1f, 0x82, 0x4d, 0x5b, 0xb1, 0x11, 0xc3, 0x13, 0xe5, 0xf4,
548 » 0x6b, 0xea, 0xe7, 0xd1, 0xeb, 0xf7, 0x8e, 0x78, 0xef, 0x45, 0xab, 0x34, 0xac, 0x62, 0xc2, 0xc7, 566 » 0xbe, 0x5a, 0x50, 0xd1, 0xda, 0xb8, 0x4d, 0xf1, 0xeb, 0x1b, 0x2b, 0x5d, 0xdb, 0x58, 0xf3, 0x86,
549 » 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc5, 0xf4, 0xad, 0x92, 0xc4, 0x05, 0x00, 0x00, 567 » 0xc6, 0x7f, 0xa8, 0x09, 0xfb, 0xba, 0x26, 0xae, 0xa8, 0xb2, 0xf2, 0x13, 0xaa, 0xdc, 0xb9, 0x0f,
568 » 0xb0, 0xfa, 0x5f, 0x92, 0xba, 0xfc, 0x57, 0x1c, 0xbd, 0x1a, 0xb4, 0x37, 0x08, 0xc8, 0x97, 0x7c,
569 » 0xf2, 0xa2, 0x4f, 0x5f, 0xb7, 0x2d, 0xd2, 0x94, 0xcf, 0xb3, 0x3f, 0xe8, 0x1f, 0xd3, 0xfe, 0xf3,
570 » 0x76, 0x69, 0x58, 0xc5, 0x82, 0x0f, 0xbf, 0x07, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x12, 0x93, 0xb0,
571 » 0x44, 0x06, 0x00, 0x00,
550 } 572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698