Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/ruby/tests/
H A Dbasic_test_proto2.proto135 optional string real_string = 100; field
H A Dbasic_test.proto146 string real_string = 100; field
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/tests/
H A Dbasic_test_proto2.proto135 optional string real_string = 100; field
H A Dbasic_test.proto146 string real_string = 100; field
/aosp_15_r20/system/logging/logd/
H A DLogKlog.cpp261 const char* real_string, ssize_t len) { in calculateCorrection()