HomeSort by relevance Sort by last modified time
    Searched defs:structs (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
cxx-crashes.cpp 69 struct { int x; } structs[n]; local
70 structs[0].x = 1;
71 clang_analyzer_eval(structs[0].x == 1); // expected-warning{{TRUE}}
  /system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
HidlTestJava.java 571 ArrayList<NestedStruct> structs = proxy.getNestedStructs(); local
572 ExpectTrue(structs.size() == 5);
573 ExpectTrue(structs.get(1).matrices.size() == 6);
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 1142 T *structs = reinterpret_cast<T *>(buf_.make_space(vector_size * sizeof(T))); local
    [all...]
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h 1219 T *structs = reinterpret_cast<T *>(buf_.make_space(vector_size * sizeof(T))); local
    [all...]

Completed in 229 milliseconds