Searched defs:proto2 (Results 1 - 10 of 10) sorted by relevance

/external/libsepol/src/
H A Dports.c180 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/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service_unittest.cc191 scoped_ptr<DistilledArticleProto> proto2 = CreateDefaultArticle(); local
192 EXPECT_CALL(viewer_delegate2, OnArticleReady(proto2.get()));
194 RunDistillerCallback(distiller2, proto2.Pass());
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h79 namespace proto2 { class Message; } namespace
856 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
862 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h101 namespace proto2 { class Message; } namespace
897 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
903 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h77 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> {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h130 namespace proto2 { class Message; } namespace
926 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
932 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h101 namespace proto2 { class Message; } namespace
897 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
903 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7037 namespace proto2 { class Message; } namespace
7789 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
7795 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc10417 Local<Value> proto2 = o2->GetPrototype(); local
10418 CHECK(proto2->IsObject());
10419 CHECK_EQ(proto2.As<v8::Object>(), o3);
11544 "proto2 = new Object();"
11546 "proto1.__proto__ = proto2;"
11547 "proto2.y = 239;"
11550 // Now it should be ICed and keep a reference to y defined on proto2
11961 "proto2 = new Object();"
11963 "proto1.__proto__ = proto2;"
11964 "proto2
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7037 namespace proto2 { class Message; } namespace
7789 // true iff T is type ProtocolMessage, proto2::Message, or a subclass
7795 ImplicitlyConvertible<const T*, const ::proto2::Message*>::value> {

Completed in 2486 milliseconds