Searched defs:nested (Results 1 – 10 of 10) sorted by relevance
71 inline std::string_view relativize(const char* parent, const char* nested) { in relativize()74 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize()77 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
70 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
91 optional bool nested = 6 [default = true]; field
34 optional Nested nested = 10002; field
158 final PersistableBundle nested = new PersistableBundle(); in buildPersistableBundle() local
54 optional Nested nested = 10002; field
76 void collectPrefetchPositionsFromView(RecyclerView view, boolean nested) { in collectPrefetchPositionsFromView()
174 bool nested = true; member
252 const bool nested = stateFieldOption.nested(); in collate_field_annotations() local
144 val nested: MutableList<ClassBounds> = mutableListOf(), in <lambda>() constant in com.android.codegen.FileInfo.ClassBounds