Searched defs:IsFalse (Results 1 – 4 of 4) sorted by relevance
110 public static void IsFalse(bool value) in IsFalse() method in FlatBuffers.Test.Assert
222 bool IsFalse() const { return type_ == BOOLEAN && !bool_; } in IsFalse() function
1070 llvm::Value *IsFalse = Builder.getFalse(); in GenerateCode() local
3376 bool Value::IsFalse() const { in IsFalse() function in v8::Value