Lines Matching refs:set
57 * Helper: check that the given map has exactly this set of (sorted) entries.
105 msg.getMapStringStringMap().set('asdf', 'jkl;').set('key 2', 'hello world');
106 msg.getMapStringInt32Map().set('a', 1).set('b', -2);
107 msg.getMapStringInt64Map().set('c', 0x100000000).set('d', 0x200000000);
108 msg.getMapStringBoolMap().set('e', true).set('f', false);
109 msg.getMapStringDoubleMap().set('g', 3.14159).set('h', 2.71828);
111 .set('i', proto.jspb.test.MapValueEnum.MAP_VALUE_BAR)
112 .set('j', proto.jspb.test.MapValueEnum.MAP_VALUE_BAZ);
114 .set('k', new submessageCtor())
115 .set('l', new submessageCtor());
118 msg.getMapInt32StringMap().set(-1, 'a').set(42, 'b');
119 msg.getMapInt64StringMap().set(0x123456789abc, 'c').set(0xcba987654321, 'd');
120 msg.getMapBoolStringMap().set(false, 'e').set(true, 'f');
197 m.set('asdf', 'hello world');
200 m.set('jkl;', 'key 2');
260 msg.getMapStringStringMap().set('A', 'a');
412 m.set('key1', 'value1');
413 m.set('key2', 'value2');