Home
last modified time | relevance | path

Searched defs:StringFormat (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/rtc_base/strings/
Dstring_format.cc28 std::string StringFormat(const char* fmt, ...) { in StringFormat() function
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/
DSerialFormat.kt87 public interface StringFormat : SerialFormat { in encodeToByteArray() interface
/external/protobuf/src/google/protobuf/stubs/
Dtime_test.cc205 TEST(DateTimeTest, StringFormat) { in TEST() argument
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dtime_test.cc205 TEST(DateTimeTest, StringFormat) { in TEST() argument
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dtime_test.cc205 TEST(DateTimeTest, StringFormat) { in TEST() argument
/external/libultrahdr/lib/src/gpu/
Dapplygainmap_gl.cpp195 std::string StringFormat(const std::string& format, Args... args) { in StringFormat() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util_test.cc124 TEST(FieldMaskUtilTest, StringFormat) { in TEST() argument
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util_test.cc124 TEST(FieldMaskUtilTest, StringFormat) { in TEST() argument
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util_test.cc124 TEST(FieldMaskUtilTest, StringFormat) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_format_test.cc81 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
/external/angle/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc99 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
/external/cronet/tot/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc99 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
/external/abseil-cpp/absl/strings/
Dstr_format_test.cc99 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
/external/cronet/stable/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc99 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_format_test.cc93 TEST_F(FormatEntryPointTest, StringFormat) { in TEST_F() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DRecord.h641 enum StringFormat { enum
/external/tensorflow/tensorflow/go/op/
Dwrappers.go49099 func StringFormat(scope *Scope, inputs []tf.Output, optional ...StringFormatAttr) (output tf.Output… func