Home
last modified time | relevance | path

Searched defs:AppendBool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Datob.go30 func AppendBool(dst []byte, b bool) []byte { func
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/
H A Dproto_text_util.h77 void AppendBool(const char field_name[], bool value) { in AppendBool() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dstring_writer.h116 void AppendBool(bool value) { in AppendBool() function
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dstring_writer.h116 void AppendBool(bool value) { in AppendBool() function
/aosp_15_r20/external/libchrome/dbus/
H A Dmessage.cc453 void MessageWriter::AppendBool(bool value) { in AppendBool() function in dbus::MessageWriter