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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h 194 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
228 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
267 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
314 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
361 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
404 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
442 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
482 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
522 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE;
561 STDMETHOD_(struct ID3D10EffectVectorVariable *, AsVector)(THIS) PURE
    [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 373 case TYPE_VECTOR: return static_cast<int64_t>(AsVector().size());
400 case TYPE_VECTOR: return static_cast<uint64_t>(AsVector().size());
427 case TYPE_VECTOR: return static_cast<double>(AsVector().size());
488 Vector AsVector() const {
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]

Completed in 44 milliseconds