Home
last modified time | relevance | path

Searched defs:is_primitive (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dreflection.h474 static constexpr bool is_primitive = false; member
/third_party/json/include/nlohmann/
Djson.hpp2355 constexpr bool is_primitive() const noexcept in is_primitive() function in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp18843 constexpr bool is_primitive() const noexcept in is_primitive() function in nlohmann::basic_json
/third_party/quickjs/
Dquickjs.c744 BOOL is_primitive; /* OperatorSet for a primitive type */ member
48732 BOOL is_primitive) in js_operators_create_internal()