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

  /system/core/adb/
shell_service.h 104 typedef uint32_t length_t; typedef in class:ShellProtocol
112 kHeaderSize = sizeof(Id) + sizeof(length_t)
  /external/vulkan-validation-layers/libs/glm/detail/
setup.hpp 722 typedef std::size_t length_t; typedef in namespace:glm
724 typedef int length_t;
731 # pragma message("GLM: .length() returns glm::length_t, a typedef of std::size_t")
733 # pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification")
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
setup.hpp 722 typedef std::size_t length_t; typedef in namespace:glm
724 typedef int length_t;
731 # pragma message("GLM: .length() returns glm::length_t, a typedef of std::size_t")
733 # pragma message("GLM: .length() returns glm::length_t, a typedef of int following the GLSL specification")

Completed in 457 milliseconds