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

  /external/protobuf/src/google/protobuf/
map_test_util_impl.h 255 EXPECT_EQ(0, message.map_int32_double().size());
279 EXPECT_EQ(2, message.map_int32_double().size());
297 EXPECT_EQ(0, message.map_int32_double().at(0));
315 EXPECT_EQ(1, message.map_int32_double().at(1));
337 EXPECT_EQ(2, message.map_int32_double().size());
356 EXPECT_EQ(0, message.map_int32_double().at(0));
375 EXPECT_EQ(1, message.map_int32_double().at(1));
398 EXPECT_EQ(1, message.map_int32_double().size());
416 EXPECT_EQ(0, message.map_int32_double().at(0));
442 EXPECT_EQ(2, message.map_int32_double().size())
    [all...]
map_test.cc 949 Map<int32, double>* map_int32_double = message.mutable_map_int32_double(); local
956 (*map_int32_double)[i] = Func(i, 2);
965 desc->FindFieldByName("map_int32_double");
1140 Map<int32, double>* map_int32_double = message.mutable_map_int32_double(); local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
message_test.py     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 320 /// <summary>Field number for the "map_int32_double" field.</summary>
    [all...]
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 526 MapInt32Double map[int32]float64 `protobuf:"bytes,67,rep,name=map_int32_double,json=mapInt32Double" json:"map_int32_double,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"fixed64,2,opt,name=value"`
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]

Completed in 581 milliseconds