Home
last modified time | relevance | path

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

/external/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
DIdempotencyLevel.php27 const NO_SIDE_EFFECTS = 1; define in Google\\Protobuf\\Internal\\MethodOptions\\IdempotencyLevel
37 self::NO_SIDE_EFFECTS => 'NO_SIDE_EFFECTS',
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto629 NO_SIDE_EFFECTS = 1; // implies idempotent enumerator
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto670 NO_SIDE_EFFECTS = 1; // implies idempotent enumerator
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto683 NO_SIDE_EFFECTS = 1; // implies idempotent enumerator
/external/protobuf/src/google/protobuf/
Ddescriptor.proto683 NO_SIDE_EFFECTS = 1; // implies idempotent enumerator
Ddescriptor.pb.h5198 static constexpr IdempotencyLevel NO_SIDE_EFFECTS = variable
Ddescriptor.pb.cc1373 constexpr MethodOptions_IdempotencyLevel MethodOptions::NO_SIDE_EFFECTS; member in MethodOptions
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto703 NO_SIDE_EFFECTS = 1; // implies idempotent enumerator
Ddescriptor_sv.proto689 NO_SIDE_EFFECTS = 1; // implies idempotent enumerator
/external/rust/crates/protobuf/src/
Ddescriptor.rs7703 NO_SIDE_EFFECTS = 1, enumerator
7715 1 => ::std::option::Option::Some(MethodOptions_IdempotencyLevel::NO_SIDE_EFFECTS), in from_i32()
7724 MethodOptions_IdempotencyLevel::NO_SIDE_EFFECTS, in values()