Home
last modified time | relevance | path

Searched defs:AddInt (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DFlatBufferBuilder.cs292 public void AddInt(int x) { Prep(sizeof(int), 0); PutInt(x); } in AddInt() method in FlatBuffers.FlatBufferBuilder
614 … public void AddInt(int o, int x, int d) { if (ForceDefaults || x != d) { AddInt(x); Slot(o); } } in AddInt() method in FlatBuffers.FlatBufferBuilder
622 public void AddInt(int o, int? x) { if (x.HasValue) { AddInt(x.Value); Slot(o); } } in AddInt() method in FlatBuffers.FlatBufferBuilder
/aosp_15_r20/device/google/cuttlefish/common/libs/net/
Dnetlink_request.h50 void AddInt(uint16_t type, T value) { in AddInt() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dgpu_object.h48 void AddInt(const std::string& name, int value) { in AddInt() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dgpu_object.h51 void AddInt(const std::string& name, int value) { in AddInt() function
/aosp_15_r20/art/libarttools/
H A Dcmdline_builder_test.cc70 TEST_F(CmdlineBuilderTest, AddInt) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/tests/SystemBenchmarks/
H A DLRUCacheBenchmarks.cpp81 BENCHMARK_DEFINE_F(LRUCacheBenchmark, AddInt) in BENCHMARK_DEFINE_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dgpu_object_desc.h164 void AddInt(const std::string& name, int value) { in AddInt() function
H A Darguments.cc266 void Arguments::AddInt(const std::string& name, int value) { in AddInt() function in tflite::gpu::Arguments
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Ddwarf.go213 func (c dwCtxt) AddInt(s dwarf.Sym, size int, i int64) { func
/aosp_15_r20/external/webrtc/api/
H A Dlegacy_stats_types.cc754 void StatsReport::AddInt(StatsReport::StatsValueName name, int value) { in AddInt() function in webrtc::StatsReport
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Ddwarf.go84 func (c dwctxt) AddInt(s dwarf.Sym, size int, i int64) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf.go194 AddInt(s Sym, size int, i int64) methodSpec
/aosp_15_r20/prebuilts/sdk/tools/lib/
HDd8.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...