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

  /external/chromium_org/testing/
gmock_mutant.h 173 const Tuple4<C1, C2, C3, C4>& c) {
180 const Tuple4<C1, C2, C3, C4>& c) {
280 const Tuple4<C1, C2, C3, C4>& c) {
287 const Tuple4<C1, C2, C3, C4>& c) {
389 const Tuple4<C1, C2, C3, C4>& c) {
396 const Tuple4<C1, C2, C3, C4>& c) {
501 const Tuple4<C1, C2, C3, C4>& c) {
508 const Tuple4<C1, C2, C3, C4>& c) {
551 const Tuple4<P1, P2, P3, P4>& p,
558 const Tuple4<P1, P2, P3, P4>& p
    [all...]
  /external/chromium_org/base/
tuple.h 126 struct Tuple4 {
133 Tuple4() {}
134 Tuple4(typename TupleTraits<A>::ParamType a,
309 struct TupleTypes< Tuple4<A, B, C, D> > {
310 typedef Tuple4<typename TupleTraits<A>::ValueType,
314 typedef Tuple4<typename TupleTraits<A>::RefType,
318 typedef Tuple4<typename TupleTraits<A>::ParamType,
444 inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
446 return Tuple4<A, B, C, D>(a, b, c, d);
496 inline Tuple4<A&, B&, C&, D&> MakeRefTuple(A& a, B& b, C& c, D& d)
    [all...]
observer_list_threadsafe.h 198 UnboundMethod<ObserverType, Method, Tuple4<A, B, C, D> > method(
200 Notify<Method, Tuple4<A, B, C, D> >(method);
tuple_unittest.cc 37 Tuple4<int, int, int, int*> t4(1, 2, 3, &t1.a);
  /external/chromium_org/ppapi/host/
dispatch_host_message.h 53 Tuple4<A, B, C, D>& arg) {
  /external/chromium_org/base/memory/
raw_scoped_refptr_mismatch_checker.h 73 struct ParamsUseScopedRefptrCorrectly<Tuple4<A, B, C, D> > {
  /external/chromium_org/ppapi/proxy/
dispatch_reply_message.h 53 const Tuple4<A, B, C, D>& arg) {
ppapi_message_utils.h 53 struct TupleTypeMatch4<Tuple4<A, B, C, D>, A, B, C, D> {
nacl_message_scanner.cc 167 void ScanTuple(const Tuple4<A, B, C, D>& t1, ScanningResults* results) {
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 357 struct FuzzTraits<Tuple4<A, B, C, D> > {
358 static void Fuzz(Tuple4<A, B, C, D>* p, Fuzzer* fuzzer) {
generate.cc 343 struct GenerateTraits<Tuple4<A, B, C, D> > {
344 static bool Generate(Tuple4<A, B, C, D>* p, Generator* generator) {
    [all...]
  /external/chromium_org/chrome/renderer/autofill/
password_autofill_agent_browsertest.cc 425 Tuple4<autofill::FormFieldData,
445 Tuple4<autofill::FormFieldData,
    [all...]
  /external/chromium_org/ipc/
ipc_message_macros.h     [all...]
ipc_message_utils.h 589 struct ParamTraits< Tuple4<A, B, C, D> > {
590 typedef Tuple4<A, B, C, D> param_type;
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 1075 struct Tuple4
1077 explicit Tuple4 (const T0& e0 = T0(),
1119 typedef Tuple4< const Arg0&, const Arg1&, const Arg2&, const Arg3&> Args;
1120 typedef Tuple4< const IArg0&, const IArg1&, const IArg2&, const IArg3&> IArgs;
1121 typedef Tuple4< ExprP<Arg0>, ExprP<Arg1>, ExprP<Arg2>, ExprP<Arg3> > ArgExprs;
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_manager_render_view_host_unittest.cc 138 Tuple4<int, std::string, std::string, std::string> translate_param;
    [all...]

Completed in 4667 milliseconds