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

  /external/libchrome/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 70 const NestedStructWithTraitsImpl& get_struct() const { return struct_; }
71 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; }
96 NestedStructWithTraitsImpl struct_; member in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
161 explicit UnionWithTraitsStruct(int32_t value) : struct_(value) {
166 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; }
167 const NestedStructWithTraitsImpl& get_struct() const { return struct_; }
170 NestedStructWithTraitsImpl struct_; member in class:mojo::test::EnumWithTraitsImpl::UnionWithTraitsStruct
  /external/mesa3d/src/compiler/
glsl_types.h 216 static const glsl_type *const struct_##NAME##_type;
  /external/mesa3d/src/compiler/glsl/
builtin_types.cpp 51 const glsl_type *const glsl_type::struct_##NAME##_type = \

Completed in 288 milliseconds