Home
last modified time | relevance | path

Searched refs:AddBool (Results 1 – 12 of 12) sorted by relevance

/third_party/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersFuzzTests.cs37 builder.AddBool(true); in TestNumbers()
194 builder.AddBool(0, true, false); in TestVTableWithOneBool()
215 builder.AddBool(0, false, false); in TestVTableWithOneBool_DefaultValue()
278 builder.AddBool(1, true, false); in TestVTableWithInt16AndBool()
533 builder.AddBool(i, true, false); in TestBunchOfBools()
581 builder.AddBool(i, true, false); in TestBunchOfBoolsSizePrefixed()
666 builder.AddBool(j, FuzzTestData.BoolValue, false); in CheckObjects()
DFlatBufferBuilderTests.cs36 fbb.AddBool(0, false, false); in FlatBufferBuilder_WithForceDefaults_WhenAddBool_AndDefaultValue_OffsetIncreasesBySize()
146 fbb.AddBool(0, false, false); in FlatBufferBuilder_WhenAddBool_AndDefaultValue_OffsetIsUnchanged()
256 fbb.AddBool(0, null); in FlatBufferBuilder_WhenAddNullableBool_OffsetIsUnchanged()
366 fbb.AddBool(0, true); in FlatBufferBuilder_WhenAddNullableBool_OffsetIsChangedBySize()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc144 msg.AddBool("window-border", bordered != SDL_FALSE); in BE_SetWindowBordered()
150 msg.AddBool("window-resizable", resizable != SDL_FALSE); in BE_SetWindowResizable()
188 msg.AddBool("fullscreen", fullscreen); in BE_SetWindowFullscreen()
DSDL_BWin.h481 msg.AddBool("focusGained", focusGained); in _MouseFocusEvent()
/third_party/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs237 public void AddBool(bool x) { Prep(sizeof(byte), 0); PutBool(x); } in AddBool() method in FlatBuffers.FlatBufferBuilder
450 …public void AddBool(int o, bool x, bool d) { if (ForceDefaults || x != d) { AddBool(x); Slot(o); }… in AddBool() method in FlatBuffers.FlatBufferBuilder
458 public void AddBool(int o, bool? x) { if (x.HasValue) { AddBool(x.Value); Slot(o); } } in AddBool() method in FlatBuffers.FlatBufferBuilder
/third_party/flatbuffers/tests/optional_scalars/
DScalarStuff.cs168 …public static void AddJustBool(FlatBufferBuilder builder, bool justBool) { builder.AddBool(30, jus… in AddJustBool()
169 …public static void AddMaybeBool(FlatBufferBuilder builder, bool? maybeBool) { builder.AddBool(31, … in AddMaybeBool()
170 …public static void AddDefaultBool(FlatBufferBuilder builder, bool defaultBool) { builder.AddBool(3… in AddDefaultBool()
/third_party/protobuf/src/google/protobuf/
Dtest_util.h254 reflection->AddBool(message, F("repeated_bool"), true); in SetAllFieldsViaReflection()
289 reflection->AddBool(message, F("repeated_bool"), false); in SetAllFieldsViaReflection()
411 reflection->AddBool(message, F("packed_bool"), true); in SetPackedFieldsViaReflection()
426 reflection->AddBool(message, F("packed_bool"), false); in SetPackedFieldsViaReflection()
Dmessage.h696 void AddBool(Message* message, const FieldDescriptor* field,
Dextension_set.h344 void AddBool(int number, FieldType type, bool packed, bool value, desc);
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc382 reflection->AddBool(message, field_descriptor, value); in Subscript()
/third_party/flatbuffers/tests/MyGame/Example/
DMonster.cs347 …public static void AddTestbool(FlatBufferBuilder builder, bool testbool) { builder.AddBool(15, tes… in AddTestbool()
357 …r(1, data.Length, 1); for (int i = data.Length - 1; i >= 0; i--) builder.AddBool(data[i]); return … in CreateTestarrayofboolsVector()
/third_party/protobuf/
Dlibprotobuf_lite.map137 …"google::protobuf::internal::ExtensionSet::AddBool(int, unsigned char, bool, bool, google::protobu…