Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1041 bool is_null_or_undefined = false; in JSFieldTypeAnnotation() local
1046 is_null_or_undefined = true; in JSFieldTypeAnnotation()
1051 is_null_or_undefined = true; in JSFieldTypeAnnotation()
1058 is_null_or_undefined = true; in JSFieldTypeAnnotation()
1062 if (!is_null_or_undefined && !IsPrimitive(jstype)) { in JSFieldTypeAnnotation()