HomeSort by relevance Sort by last modified time
    Searched refs:any1 (Results 1 - 2 of 2) sorted by null

  /external/golang-protobuf/proto/
any_test.go 100 any1 := &testpb.MyMessage{Count: proto.Int32(47), Name: proto.String("David")}
101 proto.SetExtension(any1, testpb.E_Ext_More, &testpb.Ext{Data: proto.String("foo")})
102 proto.SetExtension(any1, testpb.E_Ext_Text, proto.String("bar"))
103 any1b, err := proto.Marshal(any1)
116 Anything: &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(any1), Value: any1b},
119 &anypb.Any{TypeUrl: "type.googleapis.com/" + proto.MessageName(any1), Value: any1b},
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 258 any1 = self.pop()
260 self.push(ps_boolean(any1.value == any2.value))
263 any1 = self.pop()
265 self.push(ps_boolean(any1.value != any2.value))

Completed in 181 milliseconds