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

1 2

  /external/chromium_org/webkit/browser/quota/
quota_callbacks.h 71 Tuple2<int64, int64> >
76 Tuple2<QuotaStatusCode, int64> >
79 Tuple2<QuotaStatusCode, int64> >
124 Tuple2<QuotaStatusCode, int64> >
usage_tracker.h 125 Tuple2<int64, int64> > HostUsageAccumulatorMap;
  /external/chromium_org/chrome/browser/history/
history_marshaling.h 36 Tuple2<std::vector<GURL>,
  /external/chromium_org/chrome/renderer/autofill/
form_autocomplete_browsertest.cc 39 Tuple2<FormData, base::TimeTicks> forms;
88 Tuple2<FormData, base::TimeTicks> forms;
  /external/chromium_org/testing/
gmock_mutant.h 143 const Tuple2<C1, C2>& c) {
149 const Tuple2<C1, C2>& c) {
249 const Tuple2<C1, C2>& c) {
255 const Tuple2<C1, C2>& c) {
326 const Tuple2<P1, P2>& p,
332 const Tuple2<P1, P2>& p,
341 const Tuple2<P1, P2>& p,
347 const Tuple2<P1, P2>& p,
356 const Tuple2<P1, P2>& p,
357 const Tuple2<C1, C2>& c)
    [all...]
  /external/chromium_org/base/
tuple.h 17 // Tuple2<int, const char*> tuple_a(1, "wee");
18 // Tuple2<int, const char*> tuple_b = MakeTuple(1, "wee");
91 struct Tuple2 {
96 Tuple2() {}
97 Tuple2(typename TupleTraits<A>::ParamType a,
286 struct TupleTypes< Tuple2<A, B> > {
287 typedef Tuple2<typename TupleTraits<A>::ValueType,
289 typedef Tuple2<typename TupleTraits<A>::RefType,
291 typedef Tuple2<typename TupleTraits<A>::ParamType,
434 inline Tuple2<A, B> MakeTuple(const A& a, const B& b)
    [all...]
observer_list_threadsafe.h 184 UnboundMethod<ObserverType, Method, Tuple2<A, B> > method(
186 Notify<Method, Tuple2<A, B> >(method);
tuple_unittest.cc 35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee"));
  /external/chromium_org/ppapi/host/
dispatch_host_message.h 39 Tuple2<A, B>& arg) {
  /external/chromium_org/base/memory/
raw_scoped_refptr_mismatch_checker.h 60 struct ParamsUseScopedRefptrCorrectly<Tuple2<A, B> > {
  /external/chromium_org/content/browser/renderer_host/media/
webrtc_identity_service_host_unittest.cc 120 Tuple2<int, int> error_in_message;
  /external/chromium_org/ppapi/proxy/
dispatch_reply_message.h 40 const Tuple2<A, B>& arg) {
ppapi_message_utils.h 35 struct TupleTypeMatch2<Tuple2<A, B>, A, B> {
nacl_message_scanner.cc 153 void ScanTuple(const Tuple2<A, B>& t1, ScanningResults* results) {
  /external/chromium_org/components/autofill/content/browser/
content_autofill_driver_unittest.cc 94 Tuple2<int, FormData> autofill_param;
115 Tuple2<int, FormData> autofill_param;
  /external/chromium_org/chrome/common/
chrome_utility_messages.h 31 typedef std::vector<Tuple2<SkBitmap, base::FilePath> > DecodedImages;
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_dispatcher_unittest.cc 86 Tuple2<blink::WebScreenOrientationLockType,int> params;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-tuple.h 956 template <class Tuple1, class Tuple2>
957 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
964 template <class Tuple1, class Tuple2>
965 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-tuple.h 904 template <class Tuple1, class Tuple2>
905 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
912 template <class Tuple1, class Tuple2>
913 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/gtest/include/gtest/internal/
gtest-tuple.h 948 template <class Tuple1, class Tuple2>
949 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
956 template <class Tuple1, class Tuple2>
957 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 904 template <class Tuple1, class Tuple2>
905 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
912 template <class Tuple1, class Tuple2>
913 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 904 template <class Tuple1, class Tuple2>
905 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
912 template <class Tuple1, class Tuple2>
913 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 902 template <class Tuple1, class Tuple2>
903 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
910 template <class Tuple1, class Tuple2>
911 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 948 template <class Tuple1, class Tuple2>
949 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
956 template <class Tuple1, class Tuple2>
957 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 340 struct FuzzTraits<Tuple2<A, B> > {
341 static void Fuzz(Tuple2<A, B>* p, Fuzzer* fuzzer) {

Completed in 922 milliseconds

1 2