Home
last modified time | relevance | path

Searched refs:kMaxExpectedWordsInString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/cxx/src/
Dcxx.cc588 const std::size_t kMaxExpectedWordsInString = 8; variable
591 static_assert(sizeof(std::string) <= kMaxExpectedWordsInString * sizeof(void *),
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dcxx.cc618 const std::size_t kMaxExpectedWordsInString = 8; variable
621 static_assert(sizeof(std::string) <= kMaxExpectedWordsInString * sizeof(void *),
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/patches/cxx/
H A D0004-Define-exported-cxx-symbols.patch613 @@ -593,69 +623,69 @@ static_assert(sizeof(std::string) <= kMaxExpectedWordsInString * sizeof(void …
701 @@ -695,52 +725,52 @@ static_assert(sizeof(std::string) <= kMaxExpectedWordsInString * sizeof(void …