Home
last modified time | relevance | path

Searched refs:repeatedString (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc2457 R"({"repeatedString": ["Hello", "world"]})", in RunJsonTestsForRepeatedTypes()
2479 R"({"repeatedString": ["1", 2, "3", "4"]})"); in RunJsonTestsForRepeatedTypes()
2482 R"({"repeatedString": ["1", "2", false, "4"]})"); in RunJsonTestsForRepeatedTypes()
2485 R"({"repeatedString": ["1", 2, "3", {"a": 4}]})"); in RunJsonTestsForRepeatedTypes()
2543 "repeatedString": null, in RunJsonTestsForNullTypes()
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php625 $repeatedString = $n->getRepeatedString(); variable
626 $repeatedString[] = 'abc';
627 $n->setRepeatedString($repeatedString);
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb1123 repeatedString: [],
1158 repeatedString: [],
1192 repeatedString: [],

Completed in 9 milliseconds