Home
last modified time | relevance | path

Searched defs:from_child (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dreflection_ops.cc128 const Message& from_child = in Merge() local
161 const Message& from_child = from_reflection->GetMessage(from, field); in Merge() local
/third_party/cJSON/
DcJSON_Utils.c1173 cJSON *from_child = from->child; in create_patches() local
1217 cJSON *from_child = NULL; in create_patches() local
1393 cJSON *from_child = NULL; in generate_merge_patch() local
/third_party/rust/crates/rustix/src/process/
Did.rs139 pub fn from_child(child: &std::process::Child) -> Self { in from_child() method