Home
last modified time | relevance | path

Searched defs:StaticString (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/crosvm/cros_tracing_types/src/
H A Dstatic_strings.rs19 pub struct StaticString(*const c_char); struct
21 impl StaticString { impl
45 unsafe impl Send for StaticString {} implementation
49 unsafe impl Sync for StaticString {} implementation
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/tracing/
H A Dstring_helpers.h34 constexpr StaticString(const char (&str)[N]) : value(str) {} in StaticString() function
37 constexpr StaticString(std::nullptr_t) : value(nullptr) {} in StaticString() function
39 constexpr explicit StaticString(const char* str) : value(str) {} in StaticString() function
/aosp_15_r20/external/perfetto/include/perfetto/tracing/
H A Dstring_helpers.h34 constexpr StaticString(const char (&str)[N]) : value(str) {} in StaticString() function
37 constexpr StaticString(std::nullptr_t) : value(nullptr) {} in StaticString() function
39 constexpr explicit StaticString(const char* str) : value(str) {} in StaticString() function
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_stub.cc36 TracedArray TracedDictionary::AddArray(StaticString) { in AddArray() argument
44 TracedDictionary TracedDictionary::AddDictionary(StaticString) { in AddDictionary() argument
H A Dtrace_event_stub.h178 StaticString(T) {} in StaticString() function
204 TracedValue AddItem(StaticString) { return TracedValue(); } in AddItem() argument
208 void Add(StaticString, T&&) {} in Add() argument
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/jsoncpp/include/json/
Dforwards.h27 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/jsoncpp/include/json/
Dforwards.h27 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/jsoncpp/include/json/
Dforwards.h27 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/jsoncpp/include/json/
Dforwards.h27 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/external/jsoncpp/include/json/
H A Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/jsoncpp/include/json/
Dforwards.h33 class StaticString; variable

123