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

  /external/v8/test/mjsunit/
enumeration-order.js 72 proto2[3] = 0; // also on the 'proto1' object
78 var proto1 = {};
79 proto1[5] = 0;
80 proto1.d = 0;
81 proto1[3] = 0;
82 proto1.e = 0;
83 proto1.f = 0; // also on the 'o' object
94 o.__proto__ = proto1;
95 proto1.__proto__ = proto2;
99 '3', '5', // indexed from 'proto1'
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 390 proto1 = unittest_pb2.TestAllTypes()
393 proto1.MergeFrom(proto2)
394 self.assertTrue(proto1.HasField('optional_nested_message'))
395 proto1.ClearField('optional_nested_message')
396 self.assertTrue(not proto1.HasField('optional_nested_message'))
    [all...]
  /external/curl/packages/vms/
build_libcurl_pc.com 163 $ proto1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS"
165 $ proto = proto1 + proto2
  /art/runtime/
dex_file_verifier_test.cc     [all...]
  /external/v8/test/cctest/
test-api.cc 6771 v8::Local<v8::Object> proto1 = local
10702 Local<Value> proto1 = o1->GetPrototype(); local
    [all...]

Completed in 409 milliseconds