Home
last modified time | relevance | path

Searched refs:KnownTypes (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/jsonpb/
Djsonpb_test.go346 anySimple = &pb.KnownTypes{
363 anyWellKnown = &pb.KnownTypes{
476 {"Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3}}, `{"dur":"3s"}`},
477 …{"Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 3, Nanos: 1e6}}, `{"dur":"3.0…
478 …{"Duration beyond float64 precision", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: 1000…
479 …{"negative Duration", marshaler, &pb.KnownTypes{Dur: &durpb.Duration{Seconds: -123, Nanos: -456}},…
480 {"Struct", marshaler, &pb.KnownTypes{St: &stpb.Struct{
486 {"empty ListValue", marshaler, &pb.KnownTypes{Lv: &stpb.ListValue{}}, `{"lv":[]}`},
487 {"basic ListValue", marshaler, &pb.KnownTypes{Lv: &stpb.ListValue{Values: []*stpb.Value{
493 …{"Timestamp", marshaler, &pb.KnownTypes{Ts: &tspb.Timestamp{Seconds: 14e8, Nanos: 21e6}}, `{"ts":"…
[all …]
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go812 type KnownTypes struct { struct
833 func (m *KnownTypes) Reset() { *m = KnownTypes{} } argument
834 func (m *KnownTypes) String() string { return proto.CompactTextString(m) } argument
835 func (*KnownTypes) ProtoMessage() {} argument
836 func (*KnownTypes) Descriptor() ([]byte, []int) { argument
840 func (m *KnownTypes) XXX_Unmarshal(b []byte) error { argument
843 func (m *KnownTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
846 func (m *KnownTypes) XXX_Merge(src proto.Message) { argument
849 func (m *KnownTypes) XXX_Size() int { argument
852 func (m *KnownTypes) XXX_DiscardUnknown() { argument
[all …]
Dtest_objects.proto139 message KnownTypes { message
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h28 SmallVector<Type *, 16> KnownTypes; member
31 : Rand(Seed), KnownTypes(AllowedTypes.begin(), AllowedTypes.end()) {} in RandomIRBuilder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp46 RS.sample(Pred.generate(Srcs, KnownTypes)); in newSource()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp183 std::set<LLTCodeGen> KnownTypes; variable
1134 for (const LLTCodeGen LLTy : KnownTypes) in initTypeIDValuesMap()
1140 KnownTypes.insert(Ty); in LLTOperandMatcher()
1157 if (TypeIDValues.size() != KnownTypes.size()) in hasValue()
4383 for (const auto &Ty : KnownTypes) in run()