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

1 2 3 4

  /external/webrtc/webrtc/tools/rtcbot/bot/
api.js 27 // of casts to the arguments (types are lost in dnode).
28 function expose(obj, src, method, casts) {
30 for (index in casts)
31 arguments[index] = new (casts[index])(arguments[index]);
  /external/protobuf/src/google/protobuf/util/internal/
structured_objectwriter.h 39 #include <google/protobuf/stubs/casts.h>
json_objectwriter.cc 35 #include <google/protobuf/stubs/casts.h>
protostream_objectsource_test.cc 39 #include <google/protobuf/stubs/casts.h>
protostream_objectsource.cc 35 #include <google/protobuf/stubs/casts.h>
    [all...]
  /external/clang/test/Index/
load-stmts.cpp 116 void casts(int *ip) { function
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 33 // ucast casts an unsigned int to the size in s
46 // icast casts a signed int to the size in s
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 33 // ucast casts an unsigned int to the size in s
46 // icast casts a signed int to the size in s
  /external/brotli/go/cbrotli/internal/
decoder.go 89 // cBytes casts a Go []byte into a C uint8_t*. We pass &buf[0] directly to C,
encoder.go 93 // cBytes casts a Go []byte into a C uint8_t*. We pass &buf[0] directly to C,
  /external/mesa3d/docs/specs/
EXT_shader_integer_mix.spec 120 RESOLVED: Yes. Implementing the same functionality using casts would be
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 40 #include <google/protobuf/stubs/casts.h>
  /external/clang/test/SemaCXX/
vector.cpp 64 void casts(longlong16 ll16, longlong16_e ll16e) { function
65 // C-style casts.
75 // Function-style casts.
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 34 #include <google/protobuf/stubs/casts.h>
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 106 continue; // both are casts
603 String[] casts = new String[adapter.attributes.length]; local
629 casts[index] = parameterTypeStr;
643 return new MultiAttributeSetter(adapter, supplied, method, conversions, casts);
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 43 #include <google/protobuf/stubs/casts.h>
repeated_field_reflection_unittest.cc 36 #include <google/protobuf/stubs/casts.h>
repeated_field.h 56 #include <google/protobuf/stubs/casts.h>
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 43 #include <google/protobuf/stubs/casts.h>
  /external/llvm/test/Bindings/OCaml/
core.ml 322 group "constant casts";
813 group "casts";
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 271 group "constant casts";
730 group "casts";
    [all...]
  /build/make/tools/
warn.py     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/protobuf/src/
Makefile.am 76 google/protobuf/stubs/casts.h \
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1873 milliseconds

1 2 3 4