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

  /external/protobuf/src/google/protobuf/
map_test_util_impl.h 257 EXPECT_EQ(0, message.map_string_string().size());
281 EXPECT_EQ(2, message.map_string_string().size());
299 EXPECT_EQ("0", message.map_string_string().at("0"));
317 EXPECT_EQ("1", message.map_string_string().at("1"));
339 EXPECT_EQ(2, message.map_string_string().size());
358 EXPECT_EQ("0", message.map_string_string().at("0"));
377 EXPECT_EQ("1", message.map_string_string().at("1"));
400 EXPECT_EQ(1, message.map_string_string().size());
418 EXPECT_EQ("", message.map_string_string().at("0"));
444 EXPECT_EQ(2, message.map_string_string().size())
    [all...]
map_test.cc 950 Map<string, string>* map_string_string = message.mutable_map_string_string(); local
957 (*map_string_string)[StrFunc(i, 1)] = StrFunc(i, 5);
967 desc->FindFieldByName("map_string_string");
1141 Map<string, string>* map_string_string = message.mutable_map_string_string(); local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
message_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generated_code.rb 35 map :map_string_string, :string, :string, 66
  /external/golang-protobuf/_conformance/conformance_proto/
conformance.pb.go 528 MapStringString map[string]string `protobuf:"bytes,69,rep,name=map_string_string,json=mapStringString" json:"map_string_string,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 338 /// <summary>Field number for the "map_string_string" field.</summary>
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]

Completed in 591 milliseconds