HomeSort by relevance Sort by last modified time
    Searched full:byref (Results 176 - 200 of 418) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/testing/gmock/test/
gmock-generated-actions_test.cc 56 using testing::ByRef;
271 // Tests using InvokeArgument with ByRef() and a function that takes a
275 InvokeArgument<0>(ByRef(g_double));
276 // The above line calls ByRef() on a const value.
280 a = InvokeArgument<0>(ByRef(x)); // This calls ByRef() on a non-const.
    [all...]
  /external/capstone/bindings/java/capstone/
Capstone.java 464 _cs_insn byref = new _cs_insn(p); local
466 CsInsn[] allInsn = fromArrayRaw((_cs_insn[]) byref.toArray(c.intValue()));
  /external/protobuf/objectivec/Tests/
unittest_objc.proto 81 optional bool byref = 7;
153 repeated sint32 byref = 94 [packed = true];
  /external/clang/test/Analysis/
unused-ivars.m 35 __attribute__((__blocks__(byref))) id value = ((void*)0);
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 844 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
gmock-generated-actions.h.pump 96 // ByRef(a2) instead of a2 in the above expression.
763 // pass an argument by reference, wrap it inside ByRef(). For
766 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
771 // 2. If the callable takes an argument by reference but ByRef() is
  /external/python/cpython2/Lib/ctypes/test/
test_strings.py 154 repr(byref(c_wchar(u"x")))
  /external/python/cpython3/Lib/ctypes/test/
test_strings.py 154 repr(byref(c_wchar("x")))
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_strings.py 156 repr(byref(c_wchar(u"x")))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_strings.py 156 repr(byref(c_wchar(u"x")))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_strings.py 156 repr(byref(c_wchar(u"x")))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_strings.py 156 repr(byref(c_wchar(u"x")))
  /external/clang/test/Index/
complete-method-decls.m 175 // CHECK-CCF: NotImplemented:{TypedText byref} (40)
189 // CHECK-CCG-NOT: NotImplemented:{TypedText byref} (40)
202 // CHECK-CCH: NotImplemented:{TypedText byref} (40)
complete-objc-message.m 185 - (void)method:(in bycopy A*)ain result:(out byref A**)aout;
345 // CHECK-DISTRIB-OBJECTS: ObjCInstanceMethodDecl:{ResultType void}{TypedText method:}{Placeholder (in bycopy A *)}{HorizontalSpace }{TypedText result:}{Placeholder (out byref A **)} (35)
  /external/clang/bindings/python/clang/
cindex.py 170 conf.lib.clang_getInstantiationLocation(self, byref(f), byref(l),
171 byref(c), byref(o))
354 byref(range))
398 conf.lib.clang_getDiagnosticOption(self, byref(disable))
455 conf.lib.clang_tokenize(tu, extent, byref(tokens_memory),
456 byref(tokens_count))
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h.pump 703 // pass an argument by reference, wrap it inside ByRef(). For
706 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
711 // 2. If the callable takes an argument by reference but ByRef() is
gmock-actions.h 962 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h.pump 703 // pass an argument by reference, wrap it inside ByRef(). For
706 // InvokeArgument<1>(5, string("Hello"), ByRef(foo))
711 // 2. If the callable takes an argument by reference but ByRef() is
gmock-actions.h 962 // Allows the expression ByRef(x) to be printed as a reference to x.
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 279 /// Returns an i8* which points to the byref layout information.
  /external/googletest/googlemock/docs/
CheatSheet.md 186 doesn't have a public copy constructor, try wrap it in `ByRef()`,
187 e.g. `Eq(ByRef(non_copyable_value))`. If you do that, make sure
403 In `InvokeArgument<N>(...)`, if an argument needs to be passed by reference, wrap it inside `ByRef()`. For example,
405 InvokeArgument<2>(5, string("Hi"), ByRef(foo))
CookBook.md     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 191 case BlocksAttr::ByRef:
192 OS << " ByRef";
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrDump.inc 191 case BlocksAttr::ByRef:
192 OS << " ByRef";
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 52 It has some similarity to the byref() construct compared to pointer()
77 byref(cdata)
    [all...]

Completed in 2369 milliseconds

1 2 3 4 5 6 78 91011>>