Home
last modified time | relevance | path

Searched defs:movable (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/types/internal/
Doptional.h203 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Doptional.h245 enum class copy_traits { copyable = 0, movable = 1, non_movable = 2 }; enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dmove_item.rs57 let movable = [ in find_ancestors() localVariable
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.h191 bool movable(int index) const { return fMovable[index]; } in movable() function
DGrAAConvexTessellator.cpp85 bool movable, in addPt()
/third_party/skia/m133/src/gpu/ganesh/geometry/
DGrAAConvexTessellator.h189 bool movable(int index) const { return fMovable[index]; } in movable() function
DGrAAConvexTessellator.cpp97 bool movable, in addPt()
/third_party/skia/third_party/externals/freetype/src/base/
Dftstroke.c318 FT_Bool movable; /* TRUE for ends of lineto borders */ member
426 FT_Bool movable ) in ft_stroke_border_lineto()
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dgenerator.rs1435 let movable = match *gen_ty.kind() { in mir_generator_witnesses() localVariable