Home
last modified time | relevance | path

Searched defs:boolConstructor (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp455 TIntermAggregate *boolConstructor = TIntermAggregate::CreateConstructor( in CoerceSimple() local
508 TIntermAggregate *boolConstructor = TIntermAggregate::CreateConstructor( in CoerceSimple() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructor.java437 Construct boolConstructor = yamlConstructors.get(Tag.BOOL); in constructStandardJavaInstance() local