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

  /external/v8/test/mjsunit/
enumeration-order.js 68 var proto2 = {};
69 proto2[140000] = 0;
70 proto2.a = 0;
71 proto2[2] = 0;
72 proto2[3] = 0; // also on the 'proto1' object
73 proto2.b = 0;
74 proto2[4294967294] = 0;
75 proto2.c = 0;
76 proto2[4294967295] = 0;
95 proto1.__proto__ = proto2;
    [all...]
  /external/selinux/libsemanage/src/
ports_local.c 99 int proto2, low2, high2; local
107 proto2 = semanage_port_get_proto(ports[j]);
110 proto_str2 = semanage_port_get_proto_str(proto2);
112 } while (proto != proto2);
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 391 proto2 = unittest_pb2.TestAllTypes()
392 proto2.optional_nested_message.bb = 5
393 proto1.MergeFrom(proto2)
578 proto2 = unittest_pb2.TestRequiredForeign()
579 proto.CopyFrom(proto2)
615 proto2 = unittest_pb2.TestAllTypes()
616 proto2.ParseFromString(proto.SerializeToString())
617 self.assertTrue(isinstance(getattr(proto2, field_name), expected_type))
    [all...]
  /external/selinux/libsepol/src/
ports.c 180 int proto2 = c->u.port.protocol; local
184 if (proto == proto2 && low2 == low && high2 == high) {
218 int proto2 = c->u.port.protocol; local
222 if (proto == proto2 && low2 == low && high2 == high) {
  /external/curl/packages/vms/
build_libcurl_pc.com 164 $ proto2 = " LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
165 $ proto = proto1 + proto2
  /art/runtime/
dex_file_verifier_test.cc     [all...]
  /external/gmock/test/
gmock-actions_test.cc 872 // proto2::Message variable pointed to by the N-th (0-based) argument
882 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
891 ::proto2::Message* const dest_base = &dest;
991 // proto2::Message variable pointed to by the N-th (0-based) argument
    [all...]
gmock-internal-utils_test.cc 53 namespace proto2 { namespace
55 } // namespace proto2
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 101 namespace proto2 { class Message; } namespace
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 77 namespace proto2 { class Message; } namespace
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
835 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 130 namespace proto2 { class Message; } namespace
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 101 namespace proto2 { class Message; } namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 77 namespace proto2 { class Message; } namespace
829 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
835 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 76 namespace proto2 { class Message; } namespace
818 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
824 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 868 // proto2::Message variable pointed to by the N-th (0-based) argument
878 Action<void(bool, ::proto2::Message*)> a = SetArgPointee<1>(*msg);
887 ::proto2::Message* const dest_base = &dest;
987 // proto2::Message variable pointed to by the N-th (0-based) argument
    [all...]
gmock-internal-utils_test.cc 53 namespace proto2 { namespace
55 } // namespace proto2
  /external/v8/test/cctest/
test-api.cc 10706 Local<Value> proto2 = o2->GetPrototype(); local
23578 Local<Object> proto2 = Object::New(isolate); local
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc     [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7037 namespace proto2 { class Message; } namespace
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h 7088 namespace proto2 { class Message; } namespace
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 7038 namespace proto2 { class Message; } namespace
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 7037 namespace proto2 { class Message; } namespace
    [all...]

Completed in 519 milliseconds