Home
last modified time | relevance | path

Searched refs:mapInt32Int32 (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc2368 R"({"mapInt32Int32": {"1": 2, "3": 4}})",
2373 R"({"mapInt32Int32": {1: 2, 3: 4}})");
2427 R"({"mapInt32Int32": {"\u0031": 2}})",
2547 "mapInt32Int32": null, in RunJsonTestsForNullTypes()
2563 R"({"mapInt32Int32": {null: 1}})"); in RunJsonTestsForNullTypes()
2567 R"({"mapInt32Int32": {"0": null}})"); in RunJsonTestsForNullTypes()
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php636 $mapInt32Int32 = $n->getMapInt32Int32(); variable
637 $mapInt32Int32[1] = 300;
638 $mapInt32Int32[-62] = 301;
639 $n->setMapInt32Int32($mapInt32Int32);

Completed in 6 milliseconds