Home
last modified time | relevance | path

Searched defs:WriteInt (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/open-dice/src/
H A Dcbor_writer_fuzzer.cc21 WriteInt, enumerator
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dpickle.h193 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
/aosp_15_r20/external/libchrome/base/
H A Dpickle.h190 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dpickle.h193 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
/aosp_15_r20/external/cronet/base/
H A Dpickle.h215 void WriteInt(int value) { WritePOD(value); } in WriteInt() function
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A Dencode.go177 func (e *Encoder) WriteInt(n int64) { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Dencode.go196 func (e *Encoder) WriteInt(n int64) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Ddata.go99 func (s *LSym) WriteInt(ctxt *Link, off int64, siz int, i int64) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go195 func (c Cursor) WriteInt(val int64) { func
/aosp_15_r20/frameworks/base/native/graphics/jni/fuzz/
H A Dpng_mutator.h198 void WriteInt(std::ostream &out, uint32_t x) { in WriteInt() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcmnquery.h78 STDMETHOD(WriteInt)(THIS_ LPCWSTR pSection,LPCWSTR pValueName,INT value) PURE; in DECLARE_INTERFACE_() local