Searched defs:range3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1850 const DescriptorProto::ExtensionRange& range3 = local
1864 EXPECT_TRUE(HasSpan('j', 'm', range3));
1865 EXPECT_TRUE(HasSpan('j', 'k', range3, "start"));
1866 EXPECT_TRUE(HasSpan('l', 'm', range3, "end"));
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest.cc856 GLint range3[2] = {0, 0}; local
867 range3, &precision3);
871 EXPECT_EQ(range3[0], 62);
872 EXPECT_EQ(range3[1], 62);

Completed in 580 milliseconds