Home
last modified time | relevance | path

Searched refs:s_nanos (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc107 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
115 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
123 if (!s_nanos.empty() && !safe_strto32(s_nanos.ToString(), &i_nanos)) { in GetNanosFromStringPiece()
130 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
137 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
991 StringPiece s_secs, s_nanos; in RenderDuration() local
992 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1001 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc107 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
115 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
123 if (!s_nanos.empty() && !safe_strto32(s_nanos.ToString(), &i_nanos)) { in GetNanosFromStringPiece()
130 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
137 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
991 StringPiece s_secs, s_nanos; in RenderDuration() local
992 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1001 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc127 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
135 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
143 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
150 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
157 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1063 StringPiece s_secs, s_nanos; in RenderDuration() local
1064 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1073 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc129 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
137 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
145 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
152 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
159 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1017 StringPiece s_secs, s_nanos; in RenderDuration() local
1018 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1027 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc129 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
137 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
145 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
152 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
159 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1017 StringPiece s_secs, s_nanos; in RenderDuration() local
1018 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1027 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc127 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
135 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
143 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
150 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
157 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1063 StringPiece s_secs, s_nanos; in RenderDuration() local
1064 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1073 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc127 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
135 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
143 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
150 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
157 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1063 StringPiece s_secs, s_nanos; in RenderDuration() local
1064 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1073 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc127 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
135 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
143 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
150 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
157 int32 scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1063 StringPiece s_secs, s_nanos; in RenderDuration() local
1064 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1073 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc129 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
137 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
145 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
152 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
159 int32_t scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1092 StringPiece s_secs, s_nanos; in RenderDuration() local
1093 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1102 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc129 Status GetNanosFromStringPiece(StringPiece s_nanos, in GetNanosFromStringPiece() argument
137 while (s_nanos.Consume("0")) { in GetNanosFromStringPiece()
145 if (!s_nanos.empty() && !safe_strto32(s_nanos, &i_nanos)) { in GetNanosFromStringPiece()
152 if (s_nanos.find_first_not_of("0123456789") != StringPiece::npos) { in GetNanosFromStringPiece()
159 int32_t scale = num_leading_zeros + s_nanos.size(); in GetNanosFromStringPiece()
1092 StringPiece s_secs, s_nanos; in RenderDuration() local
1093 SplitSecondsAndNanos(value, &s_secs, &s_nanos); in RenderDuration()
1102 s_nanos, "Invalid duration format, failed to parse nano seconds", in RenderDuration()