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

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 64 const NestedStructWithTraitsImpl& get_struct() const { return struct_; }
65 NestedStructWithTraitsImpl& get_mutable_struct() { return struct_; }
89 NestedStructWithTraitsImpl struct_; member in class:mojo::test::EnumWithTraitsImpl::StructWithTraitsImpl
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type_test.go 20 struct_ bool
38 func (t *TypeImpl) IsStruct() bool { return t.struct_ }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type_test.go 20 struct_ bool
38 func (t *TypeImpl) IsStruct() bool { return t.struct_ }
  /external/mesa3d/src/compiler/
glsl_types.h 215 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 = \
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 54 if strings.HasPrefix(s, "struct_") {
55 return "struct " + s[len("struct_"):]
    [all...]
doc.go 130 struct_, union_, or enum_, as in C.struct_stat.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 54 if strings.HasPrefix(s, "struct_") {
55 return "struct " + s[len("struct_"):]
    [all...]
doc.go 130 struct_, union_, or enum_, as in C.struct_stat.
    [all...]

Completed in 156 milliseconds