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

  /build/blueprint/proptools/
typeequal.go 19 // TypeEqual takes two property structs, and returns true if they are of equal type, any embedded
22 func TypeEqual(s1, s2 interface{}) bool {
23 return typeEqual(reflect.ValueOf(s1), reflect.ValueOf(s2))
26 func typeEqual(v1, v2 reflect.Value) bool {
71 if !typeEqual(v1, v2) {
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]

Completed in 3328 milliseconds