Lines Matching refs:proto

34 // CommonJS-LoadFromFile: testbinary_pb proto.jspb.test
35 goog.require('proto.jspb.test.MapValueEnum');
36 goog.require('proto.jspb.test.MapValueMessage');
37 goog.require('proto.jspb.test.TestMapFields');
38 goog.require('proto.jspb.test.TestMapFieldsOptionalKeys');
39 goog.require('proto.jspb.test.TestMapFieldsOptionalValues');
40 goog.require('proto.jspb.test.MapEntryOptionalKeysStringKey');
41 goog.require('proto.jspb.test.MapEntryOptionalKeysInt32Key');
42 goog.require('proto.jspb.test.MapEntryOptionalKeysInt64Key');
43 goog.require('proto.jspb.test.MapEntryOptionalKeysBoolKey');
44 goog.require('proto.jspb.test.MapEntryOptionalValuesStringValue');
45 goog.require('proto.jspb.test.MapEntryOptionalValuesInt32Value');
46 goog.require('proto.jspb.test.MapEntryOptionalValuesInt64Value');
47 goog.require('proto.jspb.test.MapEntryOptionalValuesBoolValue');
48 goog.require('proto.jspb.test.MapEntryOptionalValuesDoubleValue');
49 goog.require('proto.jspb.test.MapEntryOptionalValuesEnumValue');
50 goog.require('proto.jspb.test.MapEntryOptionalValuesMessageValue');
52 // CommonJS-LoadFromFile: test_pb proto.jspb.test
53 goog.require('proto.jspb.test.MapValueMessageNoBinary');
54 goog.require('proto.jspb.test.TestMapFieldsNoBinary');
111 .set('i', proto.jspb.test.MapValueEnum.MAP_VALUE_BAR)
112 .set('j', proto.jspb.test.MapValueEnum.MAP_VALUE_BAZ);
149 ['i', proto.jspb.test.MapValueEnum.MAP_VALUE_BAR],
150 ['j', proto.jspb.test.MapValueEnum.MAP_VALUE_BAZ]
287 var testMessageOptionalKeys = new proto.jspb.test.TestMapFieldsOptionalKeys();
288 var mapEntryStringKey = new proto.jspb.test.MapEntryOptionalKeysStringKey();
291 var mapEntryInt32Key = new proto.jspb.test.MapEntryOptionalKeysInt32Key();
294 var mapEntryInt64Key = new proto.jspb.test.MapEntryOptionalKeysInt64Key();
297 var mapEntryBoolKey = new proto.jspb.test.MapEntryOptionalKeysBoolKey();
323 new proto.jspb.test.TestMapFieldsOptionalValues();
325 new proto.jspb.test.MapEntryOptionalValuesStringValue();
329 new proto.jspb.test.MapEntryOptionalValuesInt32Value();
333 new proto.jspb.test.MapEntryOptionalValuesInt64Value();
337 new proto.jspb.test.MapEntryOptionalValuesBoolValue();
341 new proto.jspb.test.MapEntryOptionalValuesDoubleValue();
345 new proto.jspb.test.MapEntryOptionalValuesEnumValue();
349 new proto.jspb.test.MapEntryOptionalValuesMessageValue();
472 constructor: proto.jspb.test.TestMapFields,
473 deserializeBinary: proto.jspb.test.TestMapFields.deserializeBinary
475 proto.jspb.test.MapValueMessage, '_Binary');
478 constructor: proto.jspb.test.TestMapFieldsNoBinary,
481 proto.jspb.test.MapValueMessageNoBinary, '_NoBinary');